feat(PortProxy): Enhance PortProxy with default blocked IPs

This commit is contained in:
2025-03-01 13:17:05 +00:00
parent f9a6e2d748
commit 0df26d4367
3 changed files with 54 additions and 30 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-01 - 3.19.0 - feat(PortProxy)
Enhance PortProxy with default blocked IPs
- Introduced defaultBlockedIPs in IPortProxySettings to handle globally blocked IPs.
- Added logic for merging domain-specific and default allowed and blocked IPs for effective IP filtering.
- Refactored helper functions for IP and port range checks to improve modularity in PortProxy.
## 2025-02-27 - 3.18.2 - fix(portproxy)
Fixed typographical errors in comments within PortProxy class.