shadowsocks-rs

Crates.ioshadowsocks-rs
lib.rsshadowsocks-rs
version0.9.0
sourcesrc
created_at2017-11-26 02:44:29.05578
updated_at2021-09-12 04:45:28.014246
descriptionpersonal port of shadowsocks in rust.
homepagehttps://github.com/cssivision/shadowsocks-rs
repositoryhttps://github.com/cssivision/shadowsocks-rs
max_upload_size
id40530
size54,411
cssivision (cssivision)

documentation

README

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.

Commit count: 264

cargo fmt