Crates.io | shadowsocks-rs |
lib.rs | shadowsocks-rs |
version | 0.9.0 |
source | src |
created_at | 2017-11-26 02:44:29.05578 |
updated_at | 2021-09-12 04:45:28.014246 |
description | personal port of shadowsocks in rust. |
homepage | https://github.com/cssivision/shadowsocks-rs |
repository | https://github.com/cssivision/shadowsocks-rs |
max_upload_size | |
id | 40530 |
size | 54,411 |
minimalist port of shadowsocks, only reserve basic feature for personal usage.
use cargo.
cargo install shadowsocks-rs
Fetch the latest release.
config.json
{
"server_addr": "0.0.0.0:9006",
"password": "password",
"local_addr": "0.0.0.0:6009",
"method": "aes-256-cfb"
}
RUST_LOG=info ssserver -c config.json
install a client, connect to your server using your configuration, Done!
All source code is licensed under the MIT License.