Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 352 Bytes

Pangolin

Pangolin is a Go implenmentation of TUN VPN.

Deploy

Server

  1. Run script/server.sh on your VPN server
  2. go run main.go -role server -server 0.0.0.0:12345

Cient

  • Linux host
  1. Run script/client.sh on your Linux host
  2. go run main.go -role client -server $YOUR_SERVER_ADD
  • Android
  1. Install apk/pangolin.apk
  2. Run it