shadowsocks-rs 0.9.0

personal port of shadowsocks in rust.
Documentation

shadowsocks-rs

Build crate License

minimalist port of shadowsocks, only reserve basic feature for personal usage.

Installation

use cargo.

cargo install shadowsocks-rs

Fetch the latest release.

Configuration

config.json

{
	"server_addr": "0.0.0.0:9006",
	"password": "password",
	"local_addr": "0.0.0.0:6009",
	"method": "aes-256-cfb"
}

Usage

server

RUST_LOG=info ssserver -c config.json

install a client, connect to your server using your configuration, Done!

Licenses

All source code is licensed under the MIT License.