fix(PortProxy): Refactored PortProxy to support multiple listening ports and improved modularity.

This commit is contained in:
2025-02-27 13:04:01 +00:00
parent fcd0f61b5c
commit 659aae297b
3 changed files with 79 additions and 63 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-27 - 3.16.3 - fix(PortProxy)
Refactored PortProxy to support multiple listening ports and improved modularity.
- Updated PortProxy to allow multiple listening ports with flexible configuration.
- Moved helper functions for IP and port range checks outside the class for cleaner code structure.
## 2025-02-27 - 3.16.2 - fix(PortProxy)
Fix port-based routing logic in PortProxy