Go to file
Dennis Schwerdel 68e51ad467 Coreralls with crypto feature 2015-11-23 21:53:33 +01:00
src more tests 2015-11-23 21:43:00 +01:00
.gitignore Param field names 2015-11-23 20:53:58 +01:00
.travis.yml Coreralls with crypto feature 2015-11-23 21:53:33 +01:00
Cargo.toml Fix 2015-11-23 15:52:47 +01:00
Measurements_Glab.ods Flexible options 2015-11-20 18:09:51 +01:00
README.md Readme 2015-11-23 21:05:07 +01:00
build.rs TapDev -> TunTapDev 2015-11-21 17:06:57 +01:00
vpncloud.md Readme 2015-11-23 21:05:07 +01:00

README.md

VpnCloud - Peer-to-Peer VPN

Build Status Coverage Status Latest Version

VpnCloud is a simple VPN over UDP. It creates a virtual network interface on the host and forwards all received data via UDP to the destination. It can work on TUN devices (IP based) and TAP devices (Ethernet based). Tunneling traffic between two nodes can be as easy as:

vpncloud -c REMOTE_HOST:PORT --ifup 'ifconfig $IFNAME 10.0.0.1/24 mtu 1400 up'

More details can be found in the manpage.