Skip to content
/ ToyVPN Public

a simple vpn forked from android sdk and xiaoxia.org/2012/02/21/udpip-vpn

Notifications You must be signed in to change notification settings

scola/ToyVPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToyVPN

a simple vpn forked from android sdk and xiaoxia.org/2012/02/21/udpip-vpn

On server

sysctl -w net.ipv4.ip_forward=1
iptables -t nat -A POSTROUTING -s 10.0.0.0/8 -o eth0 -j MASQUERADE #replace eth0 with your server interface

About

a simple vpn forked from android sdk and xiaoxia.org/2012/02/21/udpip-vpn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages