fix(PortProxy): Fix IP filtering for domain and global default allowed lists and improve port-based routing logic.

This commit is contained in:
2025-02-27 15:41:03 +00:00
parent f1b810a4fa
commit 4a0792142f
3 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-27 - 3.16.8 - fix(PortProxy)
Fix IP filtering for domain and global default allowed lists and improve port-based routing logic.
- Improved logic to prioritize domain-specific allowed IPs over global defaults.
- Fixed port-based rules application to handle global port ranges more effectively.
- Enhanced rejection handling for unauthorized IP addresses in both domain-specific and default global lists.
## 2025-02-27 - 3.16.7 - fix(PortProxy)
Improved IP validation logic in PortProxy to ensure correct domain matching and fallback