Releases: klzgrad/naiveproxy
v78.0.3904.70-1
Rebased to Chromium 78.0.3904.70.
v77.0.3865.90-3
Allow setting QUIC version with --quic-version
.
v77.0.3865.90-2
Added arm64 and arm (armhf) builds.
v77.0.3865.90-1
Rebased to Chromium 77.0.3865.90.
v76.0.3809.87-1
Rebased to Chromium 76.0.3809.87.
Added support for TCP transparent proxying (Linux only). Enable with iptables -t nat -A OUTPUT -p tcp -d $cidr -j REDIRECT --to-ports 1080
Fixed a bug that breaks connections at high speed.
v76.0.3809.12-redir2
Fix OnPushComplete logic Should not Push the same thing again.
v76.0.3809.12-redir
Added support for TCP transparent proxying. Linux only.
v76.0.3809.12
Rebased to Chromium Dev Channel 76.0.3809.12.
The stable channel 75.0.3770.80 is skipped because there has been a major refactor in the socket pool system https://bugs.chromium.org/p/chromium/issues/detail?id=927084, and v75 is in the middle of the refactor series.
Chromium v76 has upgraded from gQUIC to IETF QUIC, which doesn't work with Caddy yet.
A -1 release will be made when Chromium v76 is released as stable version.
v74.0.3729.108-1
Rebased to Chromium 74.0.3729.108
v73.0.3683.86-3
Fixed a crash when QUIC servers reject CONNECT requests.