+ 17
VPN in Python - which library?
So I've been trying to experiment a bit with Virtual Private Networks in Python. I have to settle a few things in my network provider configuration first, but has anyone done anything with Python within VPN field? Can you recommend (or advise against) a nice and easy library for that?
9 Answers
+ 5
Thanks, I'll dig into it.
+ 4
you have to Know About Nodes before creating a VPN, The socket module and Urllib modules should help
+ 4
Hi Kuba. I have not used Python to VPN, but if you figure it out, please share.
+ 1
i do not no much about http and VPN, but instead of urllib, the httplib2 is recommended quite often.
+ 1
According to the way I see things, proxies are better
0
pipy in your help
0
network
0
@Kuba SiekierzyĆski Openpyn is a Python script which manage OpenVPN connections. https://pypi.org/project/openpyn/ and
https://pypi.org/project/pvpn/
If you need more info you can check out the Pypi official website or go directly to the link provided. For now I haven't seen a python library for VPNs but, keep your head up for Pypi in case a new library is distributed. Hope it helps.