fix(PortProxy): Improve SNICallback and connection handling in PortProxy

This commit is contained in:
2025-02-21 19:56:28 +00:00
parent 0e33ea4eb5
commit 935bd95723
3 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-21 - 3.7.2 - fix(PortProxy)
Improve SNICallback and connection handling in PortProxy
- Fixed SNICallback to create minimal TLS context for SNI.
- Changed connection setup to use net.connect for raw passthrough.
## 2025-02-21 - 3.7.1 - fix(smartproxy.portproxy)
Optimize SNI handling by simplifying context creation