winbotscript / python-vpn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%