Pangolin is a Go implenmentation of TUN VPN.
- Run script/server.sh on your VPN server
- go run main.go -role server -server 0.0.0.0:12345
- Linux host
- Run script/client.sh on your Linux host
- go run main.go -role client -server $YOUR_SERVER_ADD
- Android
- Install apk/pangolin.apk
- Run it