shadowsocks-rust

A Rust implementation of Shadowsocks proxy protocol for secure tunneling

brewmacoslinux
Try with needOr install directly
Source

About

Rust port of Shadowsocks

Commands

sslocalssserverssmanager

Examples

Start a local SOCKS5 proxy server with configuration file$ sslocal -c config.json
Start a remote Shadowsocks server listening on port 8388$ ssserver -s 0.0.0.0 -p 8388 -k mypassword -m aes-256-gcm
Run manager service to control multiple Shadowsocks instances$ ssmanager -s 0.0.0.0 -p 6001