Pangolin
VPN written by Golang
Install / Use
/learn @xitongsys/PangolinREADME
Pangolin
Pangolin is a Go implenmentation of VPN.
- Support TCP/UDP/PTCP connection. (I suggest PTCP, which has the same performance with UDP and avoid some UDP issues)
- For PTCP/TCP, it supports multi-user authentication, encryption transmission. For UDP, no authentication.
- Using Docker/VM, it supports Linux/Windows/Mac.
- For client, it supports Linux/Windows/Android now.
Server
Pangolin server can only run natively on Linux. But you can use docker to run it on Windows and Mac.
-
Download the latest release package and
cd pangolin_linux/ -
Change the environment variables in
start.shto your own.
SERVERIP=0.0.0.0
SERVERPORT=12345
TOKENS='["token01", "token02"]'
ROLE=SERVER
- Start the pangolin server:
bash start.sh
Client
Linux
Same steps with the server. But ROLE=CLIENT.
SERVERIP=your.server.ip.address
SERVERPORT=12345
TOKENS='["token01", "token02"]'
ROLE=CLIENT
Windows

Android

Docker
Build
cd pangolin/docker- Change the variables in
pangolin_docker.sh
SOURCE_DIR="../"
SERVERIP="0.0.0.0"
SERVERPORT="12345"
TOKENS='["token01", "token02"]'
ROLE="SERVER"
- Build:
bash pangolin_docker.sh build
Start/Stop
bash pangolin_docker.sh start
bash pangolin_docker.sh stop
Status
This project is still in progress and you can contribute to it. Anything is welcome !
- Mac/iOS client
- Improve Android client
- Add UT/Doc
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
