Skip to content

Update v3.0.2

Compare
Choose a tag to compare
@tobychui tobychui released this 24 Apr 08:28
· 32 commits to main since this release
4d6c79f

Update v3.0.2

This updates added the new alias hostname function as well as rewritten the access rule set to support per Proxy Hostname access filter architecture.

圖片

To use the alias hostname during creating a new Proxy Rule, use comma to separate the different hostname. Wildcards are also supported in the alias hostname. Here is an example.
main.example.com,*.main.example.com,alias.example.com
圖片

You can also find the alias hostname editor in the HTTP Proxy list (Edit mode)
圖片

Windows 7 support was restored due to my test bench is still running Windows 7 and I am too busy to upgrade it. If you are still using a Windows 7 machine, you can use the zoraxy_windows_amd64_NT6_1.exe executable. Note that Windows 7 support might be discontinued anytime and as it is build with older version of Go compiler, it might also come with some minor security issues.

Change Log

  • Added alias for HTTP proxy host names #76
  • Added separator support for create new proxy rules (use "," to add alias when creating new proxy rule)
  • Added HTTP proxy host based access rules #69
  • Added EAD Configuration for ACME (by @yeungalan) #45
  • Fixed bug for bypassGlobalTLS endpoint do not support basic-auth
  • Fixed panic due to empty domain field in json config #120
  • Removed dependencies on management panel css for online font files