Skip to content

v115.0.5790.166-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@klzgrad klzgrad released this 05 Aug 23:35
· 58 commits to master since this release
  • Rebased to 115.0.5790.166.
  • Refactored padding for easier future protocol upgrades. Introduced big internal changes. For this reason, this release is considered unstable. Please test and report any crashes (remember to use ulimit -c unlimited to save coredumps).
  • Added payload fragmentation during payload TLS handshakes so it's harder to detect TLS in TLS by big packet sizes.
  • Added support for RISC-V (Debian sid, OpenWrt 23.05.0-rc2). See riscv64 in the downloads. #518
  • Added option to listen on multiple ports. By command line: --listen=socks://127.0.0.1:1080 --listen=http://127.0.0.1:8080. By JSON: "listen": ["socks://127.0.0.1:1080", "http://127.0.0.1:8080"]. The original command line and JSON syntax for listening on a single port remains unchanged. #526
  • Fixed HTTP default port handling in listen directive. #542
  • Fixed malformed proxying for HTTP/1 requests. #537 #539