Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: 3proxy/3proxy

3proxy-0.9.7

Choose a tag to compare

@z3APA3A z3APA3A released this 04 Jul 10:59

+ PCRE2 and SSL/TLS code moved from plugins into main 3proxy binary; dynamic linking with ssl/pcre by default, STATIC/LIBSTATIC options for static linking
+ Unix sockets support for parent proxies, tcppm, internal listeners and -i option; abstract (fileless) unix sockets on Linux
+ ssl_client_mode = 3 to use 'secure' parent types: https, tcps, socks5s, connect+s, etc.
+ New authcache types: cacheacl, dstaddr, dstport, dsthost, dstoper, srvaddr, srvport; authcache is now configurable per service
+ Hashtables for password lists and authcache, faster password lookups
+ 3proxy_crypt: new internal password hashing replacing mycrypt
+ udppm switched to hashtables and supports multiple connections
+ SOCKSv5 UDP parent support; -Ne/-Ni NAT options
+ Docker images for more platforms, signed; DLLs signed; public cert added to build
+ Grace sleep and linger on connection close; correctly process half-closed connections
+ Allow setting internal/external network namespaces on Linux
- icqpr/OSCAR code removed
! Fix: invalid error in SSL server handshake could break service state
! Fix: invalid offset in datafilters
! Fix: invalid socket in poll() could break sockmap() on Windows
! Fix: deadlock in ftppr
! Fix: crash on standalone services
! Fix: non-initialized mutex crash under Windows
! Fix: socks v5 parent with no auth
! Fix: hanging connections in sockmap; unneeded poll in sockmap
! Fix: symbols collision with OpenSSL could lead to crash
! Fix: compatibility with older SSL versions and older Windows (7 and below)
! Multiple minor bugfixes and code cleanup

3proxy-0.9.7-x64.zip - Win64 version
3proxy-0.9.7-x86.zip - Win32 version
3proxy-0.9.7-arm64.zip - Windows for ARM64 (ARMv8) version
3proxy-0.9.7-lite.zip - Win32 binaries for older Windows version (Windows
Vista and below)
3proxy-0.9.7.x86_64.deb - x86 64 bit (amd64) DEB package
3proxy-0.9.7.arm64.deb - 64 bit ARM (ARMv8, aarch64) DEB package
3proxy-0.9.7.arm.deb - 32 bit ARM (ARMv7, armhf) DEB package
3proxy-0.9.7.x86_64.rpm - x86 64 bit (amd64) RPM package
3proxy-0.9.7.arm64.rpm - 64 bit ARM (ARMv8, aarch64) RPM package
3proxy-0.9.7.arm.rpm - 32 bit ARM (ARMv7, armhf) RPM package

3proxy-0.9.6

Choose a tag to compare

@z3APA3A z3APA3A released this 11 Apr 10:58
  • ssl_client and multiple configuration options added to SSLPlugin, SSLPlugin code significantly improved and bugfixed. See https://github.com/3proxy/3proxy/wiki/SSLPlugin. 3proxy can now be used as stunnel replacement for many scenarios.
  • HAProxy proxy protocol v1 support as client and server, add -H option for service to expect HA proxy v1 protocol header, use ha parent type: parent 1000 ha 0.0.0.0 0 to send v1 header.
  • tlspr is supported in auto
  • tlspr supports -s option, it breaks HELLO packet to prevent some DPIs from detecting SNI
  • maxseg configuration option and TCP_MAXSEG socket flag support added. It sets maximum size of TCP segment to fix PathMTU discovery problems
  • -Ne / -Ni options added to specify external / internal NAT address for SOCKSv5
  • cmake environment added
    ! External pcre2 (pcre2-8) library is used for PCRE, pcre code is removed from 3proxy
    ! Multiple minor bugfixes

0.9.6.1 is built from 6b61cfd for Windows to fix crash on Windows 7 and below.

3proxy-0.9.6.1-x64.zip - Win64 version
3proxy-0.9.6.1-i386.zip - Win32 version
3proxy-0.9.6.1-arm64.zip - Windows for ARM64 (ARMv8) version
3proxy-0.9.6.1-lite.zip - Win32 binaries for older Windows version (Windows Vista and below)
3proxy-0.9.6.x86_64.deb - x86 64 bit (amd64) DEB package
3proxy-0.9.6.arm64.deb - 64 bit ARM (ARMv8, aarch64) DEB package
3proxy-0.9.6.arm.deb - 32 bit ARM (ARMv7, armhf) DEB package
3proxy-0.9.6.x86_64.rpm - x86 64 bit (amd64) RPM package
3proxy-0.9.6.arm64.rpm - 64 bit ARM (ARMv8, aarch64) RPM package
3proxy-0.9.6.arm.rpm - 32 bit ARM (ARMv7, armhf) RPM package

3proxy-0.9.5

Choose a tag to compare

@z3APA3A z3APA3A released this 10 Mar 10:11

!!Security fix: proxy can potentially crash on on some platforms due to overlapping regions in strcpy() (thanks to @lenix123 for reporting)
+ new proxy service type: tlspr - SNI proxy, may also be used as parent tls type, sniffs hostname from TLS handhake, read more in https://github.com/3proxy/3proxy/wiki/tlspr https://github.com/3proxy/3proxy/wiki/How-To-(incomplete)#TLSPR
+ new proxy service type: auto - autodetect proxy type between proxy and socks
+ SSLPlugin is rewritten, production-ready, supports TLS (SSL) server (may be used to create https:// type proxy), certificates checks and cypher options, see https://github.com/3proxy/3proxy/wiki/SSLPlugin
+ -g option is added for grace delay to reduce CPU load, see https://github.com/3proxy/3proxy/wiki/High-Load
! Multiple minor bugfixes
! More supported sockets options

3proxy-0.9.5-x64.zip - Win64 binaries
3proxy-0.9.5-i386.zip - Win32 binaries
3proxy-0.9.5-lite.zip - Win32 binaries for older Windows version (Windows Vista and below)
3proxy-0.9.5-arm64.zip - Win64 ARM version

3proxy-0.9.5.x86_64.deb - x86 64 bit Linux Debian based
3proxy-0.9.5.x86_64.rpm - x86 64 bit Linux RH based
3proxy-0.9.5.aarch64.deb - ARM 64 Linux Debian based
3proxy-0.9.5.aarch64.rpm - ARM 64 Linux RH based
3proxy-0.9.5.arm.deb - ARM Linux Debian based
3proxy-0.9.5.arm.rpm - ARM Linux RH based

3proxy-0.9.4

Choose a tag to compare

@z3APA3A z3APA3A released this 02 Jul 11:13

! Fix: invalid handling of '-' character in ACL hostname
! Fix: minor bugfixes and improvements
+ parentretry command added (defaults to 2) to retry connections to parent proxies
- icqpr related code (OSCAR proxy) removed, due to drop of OSCAR support by messengers

3proxy-0.9.4.zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (32 bit)
3proxy-0.9.4-x64.zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (64 bit)
3proxy-0.9.4-lite.zip - binaries for old Windows versions (Windows 95, 98, ME, NT 4.0, Windows 2000, Windows XP)
3proxy-0.9.4-arm64.zip - binaries for Windows on ARM
3proxy-0.9.4.x86_64.deb - deb package for x86_64 Debian-based Linux (experimental!)
3proxy-0.9.4.x86_64.rpm - rpm package for x86_64 Red Hat based Linux (experimental!)
3proxy-0.9.4.aarch64.rpm - rpm package for arm64 (aarch64-linux-gnu) Red Hat based Linux (experimental!)
3proxy-0.9.4.arm.rpm - rpm package for arm (arm-linux-gnueabi) Red Hat based Linux (experimental!)
3proxy-0.9.4.aarch64.deb - deb package for arm64 (aarch64-linux-gnu) Debian based Linux (experimental!)
3proxy-0.9.4.arm.deb - rpm package for arm Debian based Linux (experimental!)

3proxy-0.9.3

Choose a tag to compare

@z3APA3A z3APA3A released this 03 Dec 19:47

Bugfixes:
Fixed: systemd description file (proxy may fail to start after reboot or via systemctl)
Fixed: group/account creation in installation scripts
Fixed: countall/nocounall do not work in some configurations
Fixed: counters do not work if counter file is not specified
Fixed: counters without rotation (type N) are incorrectly shown in web admin interface
Fixed: %n may be incomplete or missed in long log records
Fixed: connect back functionality does not work

Improvements:
+ Docker builds

3proxy-0.9.3..zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (32 bit)
3proxy-0.9.3-x64.zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (64 bit)
3proxy-0.9.3-lite.zip - binaries for old Windows versions (Windows 95, 98, ME, NT 4.0, Windows 2000, Windows XP)
3proxy-0.9.3-arm64.zip - binaries for Windows on ARM
3proxy-0.9.3.x86_64.deb - deb package for x86_64 Debian-based Linux (experimental!)
3proxy-0.9.3.x86_64.rpm - rpm package for x86_64 Red Hat based Linux (experimental!)
3proxy-0.9.3.aarch64.rpm - rpm package for arm64 (aarch64-linux-gnu) Red Hat based Linux (experimental!)
3proxy-0.9.3.arm.rpm - rpm package for arm (arm-linux-gnueabi) Red Hat based Linux (experimental!)
3proxy-0.9.3.aarch64.deb - deb package for arm64 (aarch64-linux-gnu) Debian based Linux (experimental!)
3proxy-0.9.3.arm.deb - rpm package for arm Debian based Linux (experimental!)

3proxy-0.9.2

Choose a tag to compare

@z3APA3A z3APA3A released this 21 Nov 14:15

Bugfixes:
Fixed: bandwidth limiters (once again)
Fixed: data filtering plugins (PCREPlugin, SSLPlugin). SSLPlugin use on Linux requires to disable splice (-s0)
FIxed: standalone proxies do not react on HUP (Ctrl+C) in Linux/Unix
Fixed: few minor bugs

Improvements:
+ deb for arm platforms (experimental)
+ Openssl 1.1 support for SSLPlugin

3proxy-0.9.2..zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (32 bit)
3proxy-0.9.2-x64.zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (64 bit)
3proxy-0.9.2-lite.zip - binaries for old Windows versions (Windows 95, 98, ME, NT 4.0, Windows 2000, Windows XP)
3proxy-0.9.2-arm64.zip - binaries for Windows on ARM
3proxy-0.9.2.x86_64.deb - deb package for x86_64 Debian-based Linux (experimental!)
3proxy-0.9.2.x86_64.rpm - rpm package for x86_64 Red Hat based Linux (experimental!)
3proxy-0.9.2.aarch64.rpm - rpm package for arm64 (aarch64-linux-gnu) Red Hat based Linux (experimental!)
3proxy-0.9.2.arm.rpm - rpm package for arm (arm-linux-gnueabi) Red Hat based Linux (experimental!)
3proxy-0.9.2.aarch64.deb - deb package for arm64 (aarch64-linux-gnu) Debian based Linux (experimental!)
3proxy-0.9.2.arm.deb - rpm package for arm Debian based Linux (experimental!)

3proxy-0.9.1

Choose a tag to compare

@z3APA3A z3APA3A released this 13 Nov 00:15

Bugfixes:
Fixed: socket may be closed before all data received/sent
Fixed: bandlimin non-working
Fixed: countall/nocountall
Fixed: few race conditions

Improvements:
deb/rpm build, systemd support (experimental)

3proxy-0.9.1..zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (32 bit)
3proxy-0.9.1-x64.zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (64 bit)
3proxy-0.9.1-lite.zip - binaries for old Windows versions (Windows 95, 98, ME, NT 4.0, Windows 2000, Windows XP)
3proxy-0.9.1-arm64.zip - binaries for Windows on ARM
3proxy-0.9.1.x86_64.deb - deb package for x86_64 Debian-based Linux (experimental!)
3proxy-0.9.1.x86_64.rpm - rpm package for x86_64 Red Hat based Linux (experimental!)
3proxy-0.9.1.aarch64.rpm - rpm package for arm64 (aarch64-linux-gnu) Red Hat based Linux (experimental!)
3proxy-0.9.1.arm.rpm - rpm package for arm (arm-linux-gnueabi) Red Hat based Linux (experimental!)

3proxy-0.9.0

Choose a tag to compare

@z3APA3A z3APA3A released this 22 Oct 08:52
  • Socket options, interface binding
  • Connection limiting / connection rate limiting
  • RADIUS support (beta)
  • Zero copy (splice) support for Linux
  • Possibility to limit user to single IP (via authentication cache)
    bugfixes, improvements

3proxy-0.9.0..zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (32 bit)
3proxy-0.9.0-x64.zip - binaries for Windows Vista, 7, 8, 10 / Server 2003,2008,2012,2016,2019 (64 bit)
3proxy-0.9.0-lite.zip - binaries for old Windows versions (Windows 95, 98, ME, NT 4.0, Windows 2000, Windows XP)
3proxy-0.9.0-arm64.zip - binaries for Windows on ARM

3proxy-0.9.0-rc

3proxy-0.9.0-rc Pre-release
Pre-release

Choose a tag to compare

@z3APA3A z3APA3A released this 14 Oct 23:40
  • Socket options, interface binding
  • Connection limiting / connection rate limiting
  • RADIUS support (beta)
  • Zero copy (splice) support for Linux
    bugfixes, improvements

3proxy-0.9.0-rc.zip - Precompiled binaries for Windows Vista / Server 2003 and above (32 bit)
3proxy-0.9.0-rc-x64.zip - Precompiled binaries for Windows Vista / Server 2003 and above (64 bit)
3proxy-0.9.0-rc-lite.zip - Precompiled binaries for older Windows versions
3proxy-0.9.0-rc-arm64.zip - - Precompiled binaries for Windows on ARM

3proxy-0.8.13

Choose a tag to compare

@z3APA3A z3APA3A released this 01 Aug 15:07

Bugfixes:
!! Fixed out-of-bound write and few minor bugs on configuration saving in admin
! fixed: $ is not correctly handled in the beginning of quoted line on configuration parsing
3proxy-0.8.13.zip - Precompiled binaries for Windows Vista / Server 2003 and above (32 bit)
3proxy-0.8.13-x64.zip - Precompiled binaries for Windows Vista / Server 2003 and above (64 bit)
3proxy-0.8.13-lite.zip - Precompiled binaries for older Windows versions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.