This is a windows client for pangolin. It supports UDP and PTCP protocol.
Run the pangolin-ui.exe
using Administrator.
- Configure the config.txt file.
{
"role": "client",
"server": "0.0.0.0:12345",
"tun": "10.0.0.22/8",
"dns": "8.8.8.8",
"mtu": 1400,
"protocol": "ptcp",
"tokens": ["token01", "token02"]
}
- Run the
pangolin-win.exe
using Administrator.