v1.3.16 (2025-09-28)
🚀 Features
- Optimized access performance
- Added support for customizing SSL maximum and minimum versions
- Added support for custom title and content in capjs
- Added batch deletion of disabled IPs
- Added display of CPU, memory, and disk usage
- Added option to show remarks in host list
- Added batch deletion of sensitive words
- Added batch deletion of whitelist entries
- Added batch deletion of URL access restrictions
- Added batch deletion of rules
- Added support for custom ACME Endpoint (compatible with ZeroSSL and self-hosted StepCA, etc.)
- Added log-only mode to test protection effectiveness
- Added query by access identifier
- Added rule engine support to extract and evaluate specific header values
- Added support for Proxy Protocol v1/v2
🛠 Fixes
- Fixed issue with
Content-Encoding: br - Fixed backend login detection logic
- Fixed timestamp display issue in attack logs
- Fixed abnormal APK download issue
- Fixed TCP connection closing bug
- Fixed handling of
Content-Encodingin requests (thanks to @Cycloctane)
⚙️ Config
-
New parameter:
log_persist_enable→ Enable log persistence (1 = enabled,0 = disabled)
-
New parameters for backend login:
enable_device_fingerprint→ Enable device fingerprint authentication (1 = enabled,0 = disabled)enable_strict_ip_binding→ Enable strict IP binding (1 = enabled,0 = disabled; recommended disabled when fingerprint is enabled)
-
New parameter for Proxy Protocol:
enable_proxy_protocol→ Enable Proxy Protocol (1 = enabled,0 = disabled)