fix(PortProxy): Improved IP validation logic in PortProxy to ensure correct domain matching and fallback

This commit is contained in:
2025-02-27 15:32:06 +00:00
parent 6d627f67f7
commit 96b5877c5f
3 changed files with 20 additions and 12 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-27 - 3.16.7 - fix(PortProxy)
Improved IP validation logic in PortProxy to ensure correct domain matching and fallback
- Refactored the setupConnection function inside PortProxy to enhance IP address validation.
- Domain-specific allowed IP preference is applied before default list lookup.
- Removed redundant condition checks to streamline connection rejection paths.
## 2025-02-27 - 3.16.6 - fix(PortProxy)
Optimize connection cleanup logic in PortProxy by removing unnecessary delays.