Skip to content

Releases: tobychui/zoraxy

v3.1.8

16 Feb 09:25
895ee1e
Compare
Choose a tag to compare

圖片

v3.1.8

This releases fixes the docker ssh bug as well as a few minor improvements including exposing the dpcore timeout value to the UI.
If you want to further increase the concurrent connection counts to your upstream server, you can also change such setting under HTTP Proxy Rule > Upstreams > Max Concurrent Connections.

Note: The bandwidth between your gateway and upstream servers are fixed. More concurrent connection doesn't directly translate to faster proxy speed. As this setting is really use-case dependent, you can keep it as default if you do not what value to use.

Change Log

  • Exposed timeout value from dpcore to UI
  • Added active load balancing (if uptime monitor is enabled on that rule)
  • Re-factorized io stats and remove dependencies over wmic (by @eyerrock )
  • Removed SMTP input validation
  • Fixed sticky session bug
  • Fixed passive load balancer bug
  • Fixed dockerfile bug (by @PassiveLemon )

v3.1.7

08 Feb 10:53
a728543
Compare
Choose a tag to compare

圖片

v3.1.7

This release updated the dark theme color palettes to make it less dark. New updates include details viewing for uptime monitor and a few minor features. @adoolaard also introduced a new tag system for managing HTTP proxy rules in #509

Change Log

  • Merged and added new tagging system for HTTP Proxy rules
  • Added inline editing for redirection rules
  • Added uptime monitor status dot detail info (now clickable)
  • Added close connection support to port 80 listener
  • Optimized port collision check on startup
  • Optimized dark theme color scheme (Free consultation by 3S Design studio)
  • Fixed capital letter rule unable to delete bug
  • Fixed docker statistic not save bug by @PassiveLemon

v3.1.6

31 Dec 14:04
d1e5581
Compare
Choose a tag to compare

v3.1.6

This is a quick patch version of v3.1.5 for Proxmox websocket. This version also introduced the new toggle for uptime monitor per HTTP proxy rule, suitable for NAS and low power devices which will enter sleep mode when there are no incoming requests.

Change Log

  • Exposed log file, sys.uuid and static web server path to start flag (customizable conf and sys.db path is still wip)
  • Optimized connection close implementation
  • Added toggle for uptime monitor
  • Added optional copy HTTP custom headers to websocket connection

v3.1.5

28 Dec 01:23
85422c0
Compare
Choose a tag to compare

圖片

v3.1.5

This version introduce the new architecture for future SSO implementation, the authentication provider settings. With the first PR in place (authelia), you can now use Authelia to replace basic auth on your preferred proxy host names.

This release also include a new default site options to close the connection without responding (or just send empty response in TLS mode, as SNI header sniffer already processed the request and can't be closed directly). A slightly different alternative to nginx's 444 response.
圖片

Another cool feature is that this version of Zoraxy introduced an external geoIP database mode where you can place the required csv file under conf/geodb/geoipv4.csv (and geoipv6.csv) to use your own table. You can also use the new flag -update_geoip to start zoraxy in automatic geodb update mode, pull the two files from cdn and exit. Suitable for those who want to setup and forget their zoraxy instance to keep their access list up-to-date.

Notes: This version ship with an internal config updater where it will upgrade your config to the v3.1.5 format. Please remember to backup your config (from v3.1.4) before drop-in replacing the executable with v3.1.5.

Change Log

  • Fixed hostname case sensitive bug
  • Fixed ACME table too wide css bug
  • Fixed HSTS toggle button bug
  • Fixed slow GeoIP resolve mode concurrent r/w bug
  • Added close connection as default site option
  • Added experimental authelia support
  • Added custom header support to websocket
  • Added levelDB as database implementation (not currently used)
  • Added external GeoIP db loading support
  • Restructured a lot of modules

v3.1.4

24 Nov 07:04
0eb0696
Compare
Choose a tag to compare

圖片

Updates v3.1.4

This version mainly improve on user experience with the introduction of the new dark theme mode and more automatic sniffing logic. As seen there are a lot of users exposing their webmin interface to the internet, the robots.txt file is introduce to prevent search engine bot from indexing the webmin panel.

Notes for Docker Users

ZeroTier configuration data is no longer stored in /var/lib/zerotier-one/ and is now included in the Zoraxy configuration directory /opt/zoraxy/config/zerotier/. If you still have a ZeroTier configuration mounted in the original location, you shouldn't experience breaking changes, however this is now an unsupported configuration and is recommended to move the configuration data.

Notes for Dark Theme

The dark theme feature is done using CSS override. If you encounter any wired issue in dark theme mode including "text is hard to see" or "color is too close between two sections", please consider reporting them as a UX bug.

Change Log

  • Added Dark Theme Mode
  • Added an auto sniffer for self-signed certificates.
  • Added robots.txt to the project.
  • Introduced an EU wrapper in the front-end for automatic registration of 26 countries.
  • Moved all hard-coded values to a dedicated def.go file.
  • Fixed a panic issue occurring on unsupported platform exits.
  • Integrated fixes for SSH proxy and Docker snippet updates.
  • Changed the default listening port to 443 and enable TLS by default
  • Optimized GeoIP database slow-search mode CPU usage

v3.1.3

12 Nov 12:59
2e9bc77
Compare
Choose a tag to compare

v3.1.3

This release fixed a critical security bug in the WebSSH module. The rest of the code base is identical to v3.1.2.

Change Log

v3.1.2

03 Nov 04:21
4577fb1
Compare
Choose a tag to compare

v3.1.2

This updates primarily improved user experience for new users and fixed minor bugs in previous releases.

Change Log

  • Added auto start port 80 listener on acme certificate generator
  • Added polling interval and propagation timeout option in ACME module
  • Added support for custom header variables
  • Added support for X-Remote-User
  • Added port scanner
  • Optimized code base for stream proxy and config file storage
  • Removed sorting on cert list
  • Fixed request certificate button bug
  • Fixed cert auto renew logic
  • Fixed unable to remove new stream proxy bug
  • Fixed many other minor bugs
  • Added more code to SSO system (disabled in release)

v3.1.1r3

17 Sep 03:25
75d7738
Compare
Choose a tag to compare

v3.1.1r3

This version is a patch release for the docker image of Zoraxy v3.1.1. The following binaries are identical to the v3.1.1r2 release. If you are using the executable version of Zoraxy v3.1.1, you can optionally skip this release / update.

Change log

Remarks

See here for more details.

v3.1.1r2

15 Sep 16:06
465f332
Compare
Choose a tag to compare
v3.1.1r2 Pre-release
Pre-release

v3.1.1r2

This version is a patch release for the docker image of Zoraxy v3.1.1. The following binaries are pretty much identical to the v3.1.1 release but with updated geo-ip database. If you are using the executable version of Zoraxy v3.1.1, you can optionally skip this release / update.

Change log

  • Fixed docker image for Zoraxy v3.1.1 by @PassiveLemon
  • Updated geodb

v3.1.1

04 Sep 13:50
d5315e5
Compare
Choose a tag to compare

圖片

Updates v3.1.1

This version mainly fixed bugs in previous version and added a tour mode for beginners.

Change Log

  • Updated country name in access list
  • Added tour for basic operations
  • Updated acme log to system wide logger implementation
  • Fixed path traversal in file manager
  • Removed Proxmox debug code
  • Fixed trie tree implementations

By contributors

  • Fix existing containers list in docker popup
  • Fix network I/O chart not rendering
  • Fix typo remvoeClass to removeClass
  • Updated weighted random upstream implementation

Tour Mode

If you are beginner and need a guided tour for using Zoraxy, feel free to check out the new tour mode! You can activate a tour by going to the "Quick start" tab, selecting a tour and click "Start Walkthrough"