Skip to content

Releases: klzgrad/naiveproxy

v128.0.6613.40-3

12 Sep 10:58
23efc88
Compare
Choose a tag to compare
v128.0.6613.40-3 Pre-release
Pre-release

Test build for Sagernet derivative apk

v128.0.6613.40-2

08 Sep 03:40
Compare
Choose a tag to compare
v128.0.6613.40-2 Pre-release
Pre-release

Test build for different HTTP/2 receive window.

v128.0.6613.40-1

18 Aug 12:10
Compare
Choose a tag to compare

Rebased to 128.0.6613.40.

v127.0.6533.64-3

18 Aug 05:08
Compare
Choose a tag to compare

Removed single-stream throttling on high bandwidth-delay links from accidental defaults #661, #122:

  • Changed the default receive windows from 3MB (≀ 160Mbps with 160ms RTT) to 32MB (≀ 1600Mbps with 160ms RTT).
  • Added guide for tuning Linux kernel TCP windows.
  • Increased NaiveProxy's HTTP/2 flow control window size default configuration from 3MB to 32MB.

Both kernel TCP and userspace HTTP/2 window sizes must be increased to take effect for the high bandwidth-delay links.

v127.0.6533.64-2

01 Aug 23:24
Compare
Choose a tag to compare

Backport support for Ubuntu 18 and earlier (requires glibc 2.17).

Chromium upstream has dropped support for Ubuntu 18 and Debian 10 (Buster). This backport support is not guaranteed for future versions.

v127.0.6533.64-1

27 Jul 04:09
Compare
Choose a tag to compare

Rebased to 127.0.6533.64.

v126.0.6478.40-2

21 Jul 22:59
Compare
Choose a tag to compare
v126.0.6478.40-2 Pre-release
Pre-release

Fix ERR_NOT_IMPLEMENTED when SO_REUSEPORT is not available.

Support proxy chaining. Example:

  • --proxy=http://user:pass@example1.com,https://user:pass@example2.com
  • --proxy=quic://user:pass@example1.com,https://user:pass@example2.com

v126.0.6478.40-1

10 Jun 15:21
Compare
Choose a tag to compare

Rebased to 126.0.6478.40.

v125.0.6422.35-1

13 May 19:09
Compare
Choose a tag to compare

Rebased to 125.0.6422.35.

v124.0.6367.54-3

04 May 17:09
Compare
Choose a tag to compare
v124.0.6367.54-3 Pre-release
Pre-release

Add --no-post-quantum to work around broken middleboxes that does not correctly handle ClientHellos that exceed one packet. See https://tldr.fail/