minimalist port of shadowsocks, only reserve basic feature for personal usage.
use cargo.
sh
cargo install shadowsocks-rs
Fetch the latest release.
config.json
json
{
"server_addr": "0.0.0.0:9006",
"password": "password",
"local_addr": "0.0.0.0:6009",
"method": "aes-256-cfb",
"timeout": 300
}
sh
ssserver -c config.json
install a client, connect to your server using your configuration, Done!
All source code is licensed under the MIT License.