shadowsocks.go 462 B

12345678910111213141516
  1. // Package shadowsocks provides compatible functionality to Shadowsocks.
  2. //
  3. // Shadowsocks client and server are implemented as outbound and inbound respectively in V2Ray's term.
  4. //
  5. // Shadowsocks OTA is fully supported. By default both client and server enable OTA, but it can be optionally disabled.
  6. //
  7. // Supperted Ciphers:
  8. // * AES-256-CFB
  9. // * AES-128-CFB
  10. // * Chacha20
  11. // * Chacha20-IEFT
  12. //
  13. // R.I.P Shadowsocks
  14. package shadowsocks
  15. //go:generate errorgen