Skip to content

v1.9.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 12:33
· 1558 commits to master since this release
7256d4b

BUG Fixes

  • Check UDP packet's data length before decrypt_packet shadowsocks/crypto2#8
  • trust-dns-resolver requires explicit enables feature dns-over-https-rustls for DoH #367

Miscellaneous

  • Disable HTTPS outbound connection for local HTTP proxy by default. For most use cases, HTTPS should be proxied with CONNECT method.
  • Unified UDP relay association implementation for less duplicated code.