fix(PortProxy): Fix port-based routing logic in PortProxy

This commit is contained in:
2025-02-27 12:54:14 +00:00
parent ea0f6d2270
commit 7ee35a98e3
3 changed files with 25 additions and 24 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-27 - 3.16.2 - fix(PortProxy)
Fix port-based routing logic in PortProxy
- Optimized the handling and checking of local ports in the global port range.
- Fixed the logic for rejecting or accepting connections based on predefined port ranges.
- Improved handling of the default and specific domain configurations during port-based connections.
## 2025-02-27 - 3.16.1 - fix(core)
Updated minor version numbers in dependencies for patch release.