VPN VPN that tunnels IP (default = all traffic) to specified VPN server. Usage: Client (Only MacOS / Linux support) For forwarding all traffic to VPN make client or choose route yourself make build-client ./client.out <route> <ip of vpn server> Server (Only Linux support) make build-server ./server.out Needs OPENSSL for encryption. Linux apt-get install libssl-dev MacOS (Brew) brew update brew install openssl