feat(PortProxy): Enhancements made to PortProxy settings and capabilities

This commit is contained in:
2025-02-27 12:41:20 +00:00
parent 408b793149
commit a2cb56ba65
3 changed files with 49 additions and 23 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-27 - 3.16.0 - feat(PortProxy)
Enhancements made to PortProxy settings and capabilities
- Added 'forwardAllGlobalRanges' and 'targetIP' to IPortProxySettings.
- Improved PortProxy to forward connections based on domain-specific configurations.
- Added comprehensive handling for global port-range based connection forwarding.
- Enabled forwarding of all connections on global port ranges directly to global target IP.
## 2025-02-27 - 3.15.0 - feat(classes.portproxy)
Add support for port range-based routing with enhanced IP and port validation.