3.0.7

tobychui/zoraxy3.0.7Jun 20, 2024by tobychui

AI Summary

Version 3.0.7 introduces rate limiting capabilities and Docker container selector functionality, along with a new `-docker=true` startup parameter for improved Docker UX. It also adds HSTS and Permission-Policy support to the Custom Header snippet, while announcing upcoming deprecation of Windows 7 and Windows Server 2008 support.

Key Highlights

  • Implementation of rate limiting feature
  • Docker container selector for easier rule configuration
  • New `-docker=true` startup parameter for Docker UX optimization
  • HSTS and Permission-Policy Editor added to Custom Headers
  • Deprecation notice for Windows 7 and Windows Server 2008 support

New Features

  • Rate limiting
  • Docker container selector list
  • `-docker=true` startup parameter
  • HSTS support in Custom Header snippet
  • Permission-Policy Editor

Full Release Notes

## v3.0.7 Update
This version of Zoraxy added rate limiting and docker container selector list feature. The new `-docker=true` startup parameter is also added to facilitate future UX optimizations pull request from the community who are deploying Zoraxy with docker.  The new Custom Header snippet also included the new HSTS support and Permission-Policy editor.

**Notes for Windows 7 (or Windows Server 2008) Users**
As building for Windows 7 is getting harder and harder with increasing numbers of go module dependencies, it is expected that Windows 7 support will be dropped soon (i.e. future releases will not includes `zoraxy_windows_amd64_NT6-1.exe`). Please consider switching to a more modern OS. 

### Change Log
- Fixed redirection enable bug #199
- Fixed header tool user agent rewrite sequence
- Optimized rate limit UI 
- Added HSTS and Permission Policy Editor #163
- Docker UX optimization start parameter `-docker`
- Docker container selector implementation for conditional compilations for Windows

From contributors

- Add Rate Limits Limits to Zoraxy by @Kirari04 #185
- Add docker containers list to set rule @7brend7