shadowsocks-rust

Build Status Build status crate

Running

```bash

start ssserver

./run.sh s

start sslocal

./run.sh c ```

Compare official shadowsocks

Features

| | Rust | Python (2.9.0) | | --------------------------- | :----------------: | :----------------------: | | TCP & UDP support | | | | TCP fast open | wait mio support | | | Destination IP blacklist | X | | | One time auth | | | | Multiple encryption methods | | | | Async UDP support | | X | | IPv6 support | not test | unknown | | Windows compatible | wait mio stable | need install crypto libs | | Multiple servers support | X | X |

Both Supported Encryption Methods

TBD