A Faster Secure Proxy 🚀
- Support proxy TCP data by socks5 at local.
- Support HTTP/HTTPS proxy.
- Transfer speed is super fast.
- Support HTTP obfs.
- Less protocol characteristics.
- Enough security to protect your Internet traffic.
- Transfer speed should be super fast.
- Any enhancement or feature shoudn't break above goals.
Usage of client:
--help
print usage
-b string
local binding address (default "127.0.0.1")
-c string
path to config file
-k string
password (default "password")
-l int
local port (default 1080)
-m string
encryption method (default "aes-256-cfb")
-p int
server port (default 8388)
-s string
server address
-t int
timeout in seconds (default 300)
Usage of server:
--help
print usage
-c string
path to config file
-k string
password (default "password")
-m string
encryption method (default "aes-256-cfb")
-p int
server port (default 8388)
-s string
server address
-t int
timeout in seconds (default 300)
See Configuration via Config File
./build.sh
Two binaries client
and server
will be installed at bin/
.
In MIT LICENSE