Skip to content

Releases: tobychui/zoraxy

Updates 2.6.5

19 Jul 03:52
7eda6ba
Compare
Choose a tag to compare

Updates v2.6.5

This is a beta testing build for Zoraxy and already been using in my homelab environment. You can try to deploy this to your production environment at your own risk.

IMPORTANT NOTES BEFORE UPDATE
The config files are moved to the following folders in this update. You can backup the old folders and restore them in the location below if you are too lazy to set it up again.

conf/*.conf -> conf/proxy/*.conf
certs/ -> conf/certs/
rules/redirect/ -> conf/redirect/
authtoken.secret -> conf/authtoken.secret
rules/acme_conf.json -> conf/acme_conf.json

Update 25 Aug 2023
For those who are using docker, here is a message from @PassiveLemon

Breaking Changes:
File structure change requires you to update the volume mount for the configurations. It should be changed to `/opt/zoraxy/config/`
The management port is no longer changeable. This is to allow for a healthcheck.

Changes:
Healthcheck was added. See breaking changes above.
Notifier was removed.
VERSION variable is no longer configurable.
  • Added Import / Export-Feature
  • Moved configurationfiles to a separate folder #26
  • Added auto-renew with ACME #6
  • Fixed Whitelistbug #18
  • Added Whois

The runtime memory usage of this build should be around 1.2GB which is normal and not memory leak. We are still trying to figure out a way to reduce runtime RAM usage while keeping the web interface embedded. Ideas and PR are always welcomed!

Updates 2.6.4

15 Jun 17:12
Compare
Choose a tag to compare
Updates 2.6.4 Pre-release
Pre-release

IMPORTANT NOTES BEFORE UPDATE
If you are updating from 2.6.3, your redirection rules will be gone. Please make a backup for all the json files inside rules/(rule_names).json and restore it later after update to rules/redirect/(rule_names).json

  • Added force TLS v1.2 above toggle
  • Added trace route
  • Added ICMP ping
  • Added special routing rules module for up-coming acme integration
  • Fixed IPv6 check bug in black/whitelist
  • Optimized UI for TCP Proxy

As there are many screwed up anti-virus software complains UPX compression, the upx compression workflow was removed from the build process. If you need to deploy Zoraxy on embedded machines, it is still recommend that you compress the binary with upx to save some spaces.

Updates 2.6.3

08 Jun 13:52
Compare
Choose a tag to compare
Updates 2.6.3 Pre-release
Pre-release
  • Added X-Forwarded-Proto for automatic proxy detector
  • Split blacklist and whitelist from geodb script file
  • Fixed whitelist CIDR and wildcard matching logic for issue #18
  • Optimized compile binary size
  • Added access control to TCP proxy
  • Added "invalid config detect" in up time monitor for issue #7
  • Fixed minor bugs in advance stats panel
  • Reduced file size of embedded materials

From this version onward, releases are compressed by upx to save spaces on embedded devices (except riscv64 builds, seems upx doesn't support it yet)

Zoraxy v2.6.2 (Nightly)

04 Jun 16:18
Compare
Choose a tag to compare
Pre-release

Change Log

  • Added TCP Proxy
  • Added advance stats operation tab
  • Added statistic reset
  • Added statistic export to csv and json (please use json)
  • Make subdomain clickable (not vdir)
  • Updates SMTP setup UI to make it more straight forward to setup

Remarks
TCP Proxy is currently tested with HTTP / HTTPS proxy and Minecraft only.
If you encounter issues with the implementation, please ping @cw1997 to help fix it as I reference the design (aka copy) of the TCP proxy features from here

Zoraxy v2.6.1 (Nightly)

31 May 14:45
Compare
Choose a tag to compare
Pre-release

Change Log

  • Added reverse proxy TLS skip verification
  • Added basic auth
  • Edit proxy settings
  • Whitelist
  • TCP Proxy (experimental)
  • System Info (Utilities page scroll to bottom to see your current Zoraxy version)
  • Added trend analysis
  • Added referer and file type analysis
  • Added cert expire day display
  • Moved subdomain proxy logic to dpcore
  • Fixed IPv6 extraction logic from headers
  • Added cert merging tool for issue #10 (2)
  • Updated a new zoraxy default cert (you still need to upload your own though)

Zoraxy v2.5 (Nightly)

20 May 01:20
55ffcf2
Compare
Choose a tag to compare
Zoraxy v2.5 (Nightly) Pre-release
Pre-release

Experimental preview of the zoraxy 2.5 nightly
DO NOT USE IN PRODUCTION

  • Information Rendering and Analytics functions
  • Added wip TCP proxy interface (Not functional)
  • Fixed some bugs

Zoraxy v2.4 (Nightly)

11 May 16:25
Compare
Choose a tag to compare
Zoraxy v2.4 (Nightly) Pre-release
Pre-release

Experimental preview of the zoraxy 2.4 nightly
DO NOT USE IN PRODUCTION

  • Collecting request user UserAgent and request URL
  • Fixed https proxy to remote domain
  • Optimized concurrent connection for speed

Zoraxy v2.3 (Nightly)

09 May 03:42
Compare
Choose a tag to compare
Zoraxy v2.3 (Nightly) Pre-release
Pre-release

Experimental preview of the zoraxy 2.3 nightly
DO NOT USE IN PRODUCTION

  • Fixed Location header invalid rewrite logic
  • Fixed wordpress reverse proxy Host detection issue
  • Improved speed
  • More concurrent connections
  • Updated graph render logic and buffers to 5 minutes of netstats
  • Optimized geoip lookup to O(1) speed

Zoraxy v2.2 (Nightly)

04 May 13:44
Compare
Choose a tag to compare
Zoraxy v2.2 (Nightly) Pre-release
Pre-release

Experimental preview of the zoraxy 2.2 nightly
DO NOT USE IN PRODUCTION