Skip to content

Releases: klzgrad/naiveproxy

v88.0.4324.96-1

20 Jan 13:40
Compare
Choose a tag to compare

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

18 Nov 17:01
Compare
Choose a tag to compare

Rebased to 87.0.4280.66.

v86.0.4240.75-1

09 Oct 18:31
Compare
Choose a tag to compare

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

02 Oct 07:55
Compare
Choose a tag to compare
v85.0.4183.83-4 Pre-release
Pre-release
Enable QUIC support

v85.0.4183.83-3

10 Sep 11:59
Compare
Choose a tag to compare
v85.0.4183.83-3 Pre-release
Pre-release
Fix HttpProxySocket early data return value

v85.0.4183.83-2

04 Sep 23:20
Compare
Choose a tag to compare
v85.0.4183.83-2 Pre-release
Pre-release
Disable logging in example caddy.json

v85.0.4183.83-1

29 Aug 18:09
Compare
Choose a tag to compare

Rebased to 85.0.4183.83.

v84.0.4147.89-2

29 Jul 14:35
Compare
Choose a tag to compare
v84.0.4147.89-2 Pre-release
Pre-release
Add arm_cortex-a9 build

v84.0.4147.89-1

16 Jul 23:11
3ea38ad
Compare
Choose a tag to compare

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 or padding: true from configuration.

Improved padding security thanks to @darhwa.

v83.0.4103.61-3

13 Jun 10:18
Compare
Choose a tag to compare
v83.0.4103.61-3 Pre-release
Pre-release

TEST ONLY. End users do not use.