Home

Awesome

shadowsocks-rust

Build Status Build status crate

A rust port of shadowsocks, based on mio 0.5.x.

Install

Cargo

cargo install shadowsocks

Script

# uncomment to compile with OpenSSL support
# export SS_FEATURES=openssl
curl https://raw.githubusercontent.com/loggerhead/shadowsocks-rust/master/build.sh -sSf | sh
./sslocal --version
./ssserver --version

Compare to Python Version

Features

RustPython (2.9.0)
TCP & UDP support
TCP fast openwait mio support
Destination IP blacklistX
One time auth
Multiple encryption methods
Async UDP supportX
IPv6 supportuntested
Windows compatible            buggy    need install crypto libs
Multiple servers supportX

Encryption Methods

Both python and rust version supported

Without OpenSSL

TBD