Skip to content

VPN server that can tunnel IP network to tcp/udp proxy.

License

Notifications You must be signed in to change notification settings

winbotscript/python-vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-vpn

made-with-python PyPI-version Hit-Count

IKEv2+SPE+NAT Layer3 VPN implemented in pure Python.

Introduction

All VPN softwares are stupid, clumsy and hard to configure. So comes python-vpn.

QuickStart

$ pip3 install pvpn
Successfully installed pvpn-0.0.1
$ pvpn -p yourpassword
Serving on UDP :500 :4500...
^C

Open the UDP port :500 :4500 to your device. Add "IKEv2 (iOS)"" or "IPSec IKEcv2 PSK (Android)" VPN, write down the id "test" and password "yourpassword". Connect.

You should change the default password to keep higher security. See "pvpn -h" for more options.

Features

  • IKEv2+SPE+NAT Layer3
  • Tunnel TCP/UDP to your proxy

About

VPN server that can tunnel IP network to tcp/udp proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages