Releases: klzgrad/naiveproxy
Releases · klzgrad/naiveproxy
v88.0.4324.96-1
Rebased to 88.0.4324.96.
HTTP/3/QUIC support is fully functional, but it is not competitive with HTTP/2/TLS in practice due to carrier throttling or congestion control fairness.
QUIC support can be tested using
{
experimental_http3
}
in Caddyfile and quic://user:[email protected]
in Naive config.json.
v87.0.4280.66-1
Rebased to 87.0.4280.66.
v86.0.4240.75-1
Rebased to 86.0.4240.75.
Naive's Caddy forward proxy now supports Caddyfile, see https://github.com/klzgrad/naiveproxy#setup.
Now supports QUIC proxy, see #77 (comment). Though performance will be bad until quic-go gets optimized.
v85.0.4183.83-4
Enable QUIC support
v85.0.4183.83-3
Fix HttpProxySocket early data return value
v85.0.4183.83-2
Disable logging in example caddy.json
v85.0.4183.83-1
Rebased to 85.0.4183.83.
v84.0.4147.89-2
Add arm_cortex-a9 build
v84.0.4147.89-1
Rebased to 84.0.4147.89.
Major update:
- Naive client no longer requires a corresponding Naive server, which is built into Caddy. Users can directly run Caddy v2 with naïve fork. See https://github.com/klzgrad/naiveproxy#setup for detail.
- Padding support is now automatically detected without the
--padding
option. Users can safely remove--padding
orpadding: true
from configuration.
Improved padding security thanks to @darhwa.
v83.0.4103.61-3
TEST ONLY. End users do not use.