Skip to content

jancajthaml-devops/pangolin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 56.8%
  • Java 41.9%
  • Shell 1.3%