3.0.1
tobychui/zoraxy3.0.1Apr 4, 2024by tobychui
AI Summary
Version 3.0.1 is a maintenance release following the major v3.0 update, focusing on bug fixes and incremental enhancements including improved proxy performance, Cloudflare IP header support, and runtime management of HTTP proxy rules. This release drops Windows 7 support due to updating the minimum Go version requirement to 1.22.
Key Highlights
- New dpcore implementations for significantly faster proxy speed
- Added regex support for redirects (with performance considerations noted)
- CF-Connecting-IP to X-Real-IP auto rewrite support for Cloudflare users
- Runtime enable/disable functionality for HTTP proxy rules
- Windows 7 support discontinued (minimum Go version updated to 1.22)
Breaking Changes
- Windows 7 support dropped (minimum required Go version updated to v1.22)
New Features
- Regex support for redirect rules
- New dpcore implementations for faster proxy speed
- CF-Connecting-IP to X-Real-IP auto rewrite support
- Runtime enable/disable of HTTP proxy rules
- Improved 404 error page
- WebSocket origin check bypass option
- Updated project homepage design
Full Release Notes
## Update v3.0.1 This update fixed a few minor bugs from the v3 big updates. ### Change Log - Added regex support for redirect (slow, don't use it unless you really needs it) #42 - Added new dpcore implementations for faster proxy speed - Added support for CF-Connecting-IP to X-Real-IP auto rewrite #114 - Added enable / disable of HTTP proxy rules in runtime #108 - Added better 404 page - Added option to bypass websocket origin check #107 - Updated project homepage design - Fixed recursive port detection logic - Fixed UserAgent in resp bug - Updated minimum required Go version to v1.22 (Notes: Windows 7 support is dropped) #112