README (535B)
1 warp-vpn 2 ======== 3 4 5 Installation 6 ------------ 7 8 $ make && sudo make install 9 10 11 Usage 12 ----- 13 14 On the server: 15 16 ifconfig tun0 create 17 ifconfig tun0 10.0.0.1 10.0.0.2 18 PW=pass warp-vpn -s tun0 19 20 On the client: 21 22 ifconfig tun0 create 23 ifconfig tun0 10.0.0.2 10.0.0.1 24 PW=pass warp-vpn -h hostname tun0 25 26 TCP port 12080 must be opened on the server side. 27 28 29 Portability 30 ----------- 31 32 warp-vpn works on OpenBSD, FreeBSD, DragonFly BSD and Linux 33 based systems. It requires libsodium. 34 35 On Linux based systems you also need libbsd to build warp-vpn.