shadowsocks-rust
shadowsocks-rust copied to clipboard
Oh my implementation of Shadowsocks in Rust
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...
Do you have a plan support white name list for client?