shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

Oh my implementation of Shadowsocks in Rust

Results 3 shadowsocks-rust issues
Sort by recently updated
recently updated
newest added

hi. 运行cargo build --release --features "$SS_FEATURES"后,显示: ... Compiling aho-corasick v0.5.3 Compiling clap v2.18.0 error: Could not compile `clap`. To learn more, run the command again with --verbose. root@RegalMusty-VM:~/shadowsocks-rust-by-loggerhead# 如何解决错误?

Roadmap ======= - [ ] refractor with mio >= 0.6.x - [ ] support HTTP proxy - [ ] support windows - [x] fix issue #2 Problem ======= [mio](https://github.com/carllerche/mio) is...

enhancement

Do you have a plan support white name list for client?