A rust port of shadowsocks, based on mio 0.5.x.
bash
cargo install shadowsocks
```bash
curl https://raw.githubusercontent.com/loggerhead/shadowsocks-rust/master/build.sh -sSf | sh ./sslocal --version ./ssserver --version ```
| | 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 | untested | √ |
| Windows compatible | buggy | need install crypto libs |
| Multiple servers support | √ | X |
mio
stable)