Releases: klzgrad/naiveproxy
v78.0.3904.70-4
SECURITY UPDATE: Fixed a build option that made TLS signatures different from Chrome. All users must upgrade.
TLS 1.3 certificate compression in Chrome requires brotli support, https://www.chromestatus.com/feature/5696925844111360. The brotli support was previously disabled in the build.
v78.0.3904.70-3
Added Linux x86 build.
v78.0.3904.70-2
Fixed Glibc compatibility of ARM builds.
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.