Skip to content

1.1-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nekohasekai nekohasekai released this 10 Sep 15:32
· 976 commits to dev-next since this release
ebf5cbf

📝 Release Notes

  • Add Clash mode and persistence support 1
  • Add TLS ECH and uTLS support for outbound TLS options 2
  • Fix socks4 request @H1JK
  • Fix processing empty dns result

1:

Switching modes using the Clash API, and store-selected are now supported,
see Experimental.

2:

ECH (Encrypted Client Hello) is a TLS extension that allows a client to encrypt the first part of its ClientHello
message, see TLS#ECH.

uTLS is a fork of "crypto/tls", which provides ClientHello fingerprinting resistance,
see TLS#uTLS.