Skip to content

shinku721/shadowsocks-go-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadowsocks-go-ng

Travis Status Appveyor Status

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.

Supported Ciphers

  • 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

Supported Client Protocols

  • socks5
  • socks4a
  • HTTP proxy
  • iptables REDIRECT

Third Party Libraries

Library URL
pflag https://github.com/spf13/pflag
BoomFilters https://github.com/tylertreat/BoomFilters

About

Yet another implementation of Shadowsocks in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages