#shadowsocks #personal #vpn

bin+lib shadowsocks-rs

personal port of shadowsocks in rust

16 releases (8 breaking)

0.9.0 Sep 12, 2021
0.8.3 May 29, 2021
0.7.0 Jan 2, 2021
0.6.0 Sep 9, 2020
0.1.0 Nov 26, 2017

#1063 in Cryptography

Download history 2/week @ 2023-10-14 4/week @ 2023-10-21 27/week @ 2023-10-28 6/week @ 2023-11-04 3/week @ 2023-11-11 2/week @ 2023-11-18 36/week @ 2023-11-25 51/week @ 2023-12-02 19/week @ 2023-12-09 22/week @ 2023-12-16 33/week @ 2023-12-23 16/week @ 2023-12-30 4/week @ 2024-01-13 37/week @ 2024-01-20 32/week @ 2024-01-27

73 downloads per month

MIT license

37KB
905 lines

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.

Dependencies

~8–19MB
~254K SLoC