Skip to content

v1.8.8

Compare
Choose a tag to compare
@zonyitoo zonyitoo released this 06 Feb 11:47
· 2039 commits to master since this release

Features

  • ssredir - (Experimental) Transparent Proxy. Currently only supports the following platforms:
    • Linux - TCP: REDIRECT and TPROXY, UDP: TPROXY
    • FreeBSD - TCP, UDP: ipfw

BUG Fixed

  • Enable TCP_NODELAY for better handshaking performance, for
    • sslocal's socks5 protocol handshaking
    • Local and Remote server shadowsocks' IV/nonce exchanging
  • Ensure plugins starts before listening for sslocal
    • Eliminated those connection failures while sslocal server just started
  • #191 Skip IV/nonce duplication check for plain cipher

Miscelleous