feat(classes.portproxy): Add support for port range-based routing with enhanced IP and port validation.

This commit is contained in:
2025-02-27 12:25:48 +00:00
parent 422eb5ec40
commit f6c3d2d3d0
3 changed files with 65 additions and 16 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-27 - 3.15.0 - feat(classes.portproxy)
Add support for port range-based routing with enhanced IP and port validation.
- Introduced globalPortRanges in IPortProxySettings for routing based on port ranges.
- Improved connection handling with port range and domain configuration validations.
- Updated connection logging to include the local port information.
## 2025-02-26 - 3.14.2 - fix(PortProxy)
Fix cleanup timer reset for PortProxy