Skip to content
/ poovpn Public

Script for make point to point VPN tunnel with tun device over ssl or ssh

License

Notifications You must be signed in to change notification settings

inemajo/poovpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

poovpn

Script for make point to point VPN tunnel with tun device over ssl or ssh

Examples

./poorvpn -P 22 -t vpn0 -s start [email protected] Will start a VPN with socat over ssh

./poorvpn -P 22 -t vpn0 -S start [email protected] Will start a VPN with pppd over ssh

./poorvpn -p 9989 -P 22 -t vpn0 -S start my.server Will start a VPN with socat over ssl (DTLS1) on port 9989

About

Script for make point to point VPN tunnel with tun device over ssl or ssh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages