fix(portproxy): Fix handling of connections in PortProxy to improve stability and performance.

This commit is contained in:
2025-02-21 20:17:35 +00:00
parent 477b930a37
commit e841bda003
3 changed files with 221 additions and 122 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-21 - 3.7.3 - fix(portproxy)
Fix handling of connections in PortProxy to improve stability and performance.
- Improved IP normalization and matching
- Better SNI extraction and handling for TLS
- Streamlined connection handling with robust error management
## 2025-02-21 - 3.7.2 - fix(PortProxy)
Improve SNICallback and connection handling in PortProxy