3.0.2
tobychui/zoraxy3.0.2Apr 24, 2024by tobychui
AI Summary
Version 3.0.2 introduces alias hostname support for HTTP proxy rules, allowing multiple domains and wildcards per rule. The release also rewrites the access rule system to support per-hostname filtering and restores Windows 7 support. Additionally, it includes EAD Configuration for ACME, various bug fixes, and offline font support for the management panel.
Key Highlights
- New alias hostname functionality supporting wildcards and comma-separated values for HTTP proxy rules
- Rewritten access rule system supporting per-Proxy Hostname access filtering
- Restored Windows 7 support with dedicated executable (zoraxy_windows_amd64_NT6_1.exe)
- Added EAD Configuration for ACME integration
- Fixed critical bugs including bypassGlobalTLS basic-auth support and config parsing panics
New Features
- Alias hostname support for HTTP proxy rules (supports wildcards and comma-separated values)
- HTTP proxy host-based access rules architecture
- EAD Configuration for ACME
- Windows 7 compatibility (zoraxy_windows_amd64_NT6_1.exe)
- Offline font support for management panel (removed online CSS dependencies)
Full Release Notes
## 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