Yet another shadowsocks implementation in Go.
The project is not active now. We do not need one more shadowsocks, do we?
I'm rather pessimistic about the near future. Technologies cannot solve all the problems.
- AEAD
- chacha20-ietf-poly1305
- aes-256-gcm
- aes-192-gcm
- aes-128-gcm
- Stream Ciphers (require
enable_stream_ciphers
, I beg you not to use these)- aes-256-cfb
- aes-192-cfb
- aes-128-cfb
- aes-256-ctr
- aes-192-ctr
- aes-128-ctr
- socks5
- socks4a
- HTTP proxy
- iptables REDIRECT
Library | URL |
---|---|
pflag | https://github.com/spf13/pflag |
BoomFilters | https://github.com/tylertreat/BoomFilters |