Create a VPN client in C# [closed]

瘦欲@ 提交于 2019-12-19 11:30:34

问题


I have been looking at different VPNs, and it seems like they don't have great encryption (like the default Windows XP VPN server).

I wanted to see if I could create my own, using C#. But I don't know how to create a client that will intercept all of the packets, and forward them to a VPN server.

How can I do it?


回答1:


Use OpenVPN.



来源:https://stackoverflow.com/questions/2238287/create-a-vpn-client-in-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!