Skip to content

Releases: EasyPi/docker-shadowsocks-libev

v3.0.0

05 Feb 05:59
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
  • Drop dependencies of OpenSSL and PolarSSL.
  • Deprecate OTA (One-Time-Auth).
  • Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm, chacha20-poly1305 and chacha20-ietf-poly1305.
  • Refine SIP003 to support standalone mode of obfsproxy.

v2.6.3

06 Feb 02:26
Compare
Choose a tag to compare
  • Refine the project structure.

v2.5.6

02 Nov 14:33
Compare
Choose a tag to compare
  • Add outbound ACL for server by @kimw.
  • Refine log format by @kimw.

v2.5.5

12 Oct 01:09
Compare
Choose a tag to compare
  • Refine attack detection.

v2.5.4

10 Oct 00:19
Compare
Choose a tag to compare
  • Fix a bug of auto blocking mechanism.

v2.5.3

22 Sep 02:56
Compare
Choose a tag to compare
  • Fix TCP Fast Open on macOS.

v2.5.2

12 Sep 13:00
Compare
Choose a tag to compare
  • Fix a bug of UDP relay mode of ss-local.

v2.5.1

11 Sep 12:17
Compare
Choose a tag to compare
  • Refine ACL feature with hostname support.
  • Add HTTP/SNI parser for ss-local/ss-redir.

v2.5.0

30 Aug 01:44
Compare
Choose a tag to compare
  • Fix several bugs of the command line interface.
  • Add aes-128/192/256-ctr ciphers.
  • Add option MTU for UDP relay.
  • Add MultiPath TCP support.

v2.4.8

21 Jul 06:13
Compare
Choose a tag to compare
  1. Update manual pages with asciidoc by @anonymous-contributor
  2. Fix issues of bind_address option by @tim-le.