naiveproxy

Make a fortune quietly

BSD-3-CLAUSE License

Stars
6.6K
Committers
3

Bot releases are visible (Hide)

naiveproxy -

Published by klzgrad almost 3 years ago

naiveproxy - v95.0.4638.54-3

Published by klzgrad almost 3 years ago

  • Fixed a crash on IPv6 URLs, e.g. https://[2001:db8::1] https://github.com/klzgrad/naiveproxy/issues/236.
  • Rename the option --concurrency to --insecure-concurrency and make it public, with the following documentation:
    --insecure-concurrency=<N>
    
      Use N concurrent tunnel connections to be more robust under bad network
      conditions. More connections make the tunneling easier to detect and less
      secure. This project strives for the strongest security against traffic
      analysis. Using it in an insecure way defeats its purpose.
    
      If you must use this, try N=2 first to see if it solves your issues.
      Strongly recommend against using more than 4 connections here.
    
naiveproxy - v95.0.4638.54-2

Published by klzgrad almost 3 years ago

Updated OpenWrt builds for 21.02.0. Non-OpenWrt users need not upgrade.

  • Re-added arm_arm1176jzf-s_vfp, arm_arm926ej-s, arm_mpcore, arm_xscale due to previously missing arm_use_thumb=false in build.
  • Re-added arm_cortex-a5_vfpv4, missing in 19.07.8 but back in 21.02.0.
  • Added arm_cortex-a7 (mediatek/mt7629), new in 21.02.0.
  • Removed arm_cortex-a8_neon (samsung/s5pv210), removed in 21.02.0.
naiveproxy -

Published by klzgrad almost 3 years ago

naiveproxy -

Published by klzgrad about 3 years ago

naiveproxy - v93.0.4577.63-2: Use QUIC RFC v1

Published by klzgrad about 3 years ago

QUIC support in Caddy seems to have got more up to date. Try the RFC version of QUIC.

SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/1215217839#artifacts

naiveproxy -

Published by klzgrad about 3 years ago

naiveproxy - v92.0.4515.107-2

Published by klzgrad about 3 years ago

Added static builds to support Asuswrt Merlin devices. Other users do not need to upgrade.

https://github.com/RMerl/asuswrt-merlin.ng/wiki/Supported-Devices
https://en.wikipedia.org/wiki/List_of_Asus_routers
https://wikidevi.wi-cat.ru/Broadcom/SoC

Model Platform Architecture OpenWrt Target/Arch
RT-AC66U_B1 (use the RT-AC68U firmware) BCM4708C0 ARM Cortex A9 bcm53xx/arm_cortex-a9
RT-AC68U, RT-AC68P, RT-AC68UF BCM4708 ARM Cortex A9 bcm53xx/arm_cortex-a9
RT-AC2900 (use the RT-AC86U firmware) BCM4906 ARM v8 Cortex A53 aarch64_cortex-a53
RT-AC1900 & RT-AC1900P (use the RT-AC68U firmware) BCM4708 ARM Cortex A9 bcm53xx/arm_cortex-a9
RT-AC86U BCM4906 ARM v8 Cortex A53 aarch64_cortex-a53
RT-AC88U BCM4709C0 ARM Cortex A9 bcm53xx/arm_cortex-a9
RT-AC3100 BCM47094 ARM Cortex A9 bcm53xx/arm_cortex-a9
RT-AC5300 BCM4709C0 ARM Cortex-A9 bcm53xx/arm_cortex-a9
RT-AX88U BCM49408 ARM v8 Cortex-A53 aarch64_cortex-a53
RT-AX56U BCM6755 ARM Cortex-A7 ipq40xx/arm_cortex-a7_neon-vfpv4
RT-AX58U BCM6750 ARM Cortex-A7 ipq40xx/arm_cortex-a7_neon-vfpv4
RT-AX3000 (use the RT-AX58U firmware) BCM6750 ARM Cortex-A7 ipq40xx/arm_cortex-a7_neon-vfpv4
RT-AX86U BCM4908 ARM v8 Cortex-A53 aarch64_cortex-a53
GT-AC2900 (GT models do not have ROG-specific features) BCM4906 ARM v8 Cortex A53 aarch64_cortex-a53
GT-AX11000 (Since 386.2) (GT models do not have ROG-specific features) BCM4908 ARM v8 Cortex-A53 aarch64_cortex-a53
RT-AX68U (Since 386.2) BCM4906 ARM v8 Cortex A53 aarch64_cortex-a53

SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/1168463155#artifacts

naiveproxy -

Published by klzgrad about 3 years ago

Rebased to 92.0.4515.107.

Immutable SHA256 checksums: https://github.com/klzgrad/naiveproxy/actions/runs/1060067300#artifacts.

naiveproxy -

Published by klzgrad over 3 years ago

naiveproxy -

Published by klzgrad over 3 years ago

Added Android builds (use in Termux or SagerNet).

Removed dependency on NSS (Linux, OpenWrt).

Minimized source again (370MB -> 140MB).

naiveproxy -

Published by klzgrad over 3 years ago

naiveproxy -

Published by klzgrad over 3 years ago

naiveproxy -

Published by klzgrad over 3 years ago

Rebased to 90.0.4430.85.

Now possible to authenticate socks proxy with --listen=socks://user:[email protected].

naiveproxy -

Published by klzgrad over 3 years ago

--listen=socks://user:[email protected]: socks proxy with password.

naiveproxy - v89.0.4389.72-1

Published by klzgrad over 3 years ago

Rebased to 89.0.4389.72.

Added OpenWrt x86, MacOS ARM64, Windows ARM64 builds. Though the ARM64 builds are not tested on real hardware.

naiveproxy -

Published by klzgrad over 3 years ago

New builds: mac-arm64, win-arm64. They are not tested.

naiveproxy -

Published by klzgrad over 3 years ago

naiveproxy - v88.0.4324.96-2

Published by klzgrad over 3 years ago

naiveproxy - v88.0.4324.96-1

Published by klzgrad over 3 years ago

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.