fix(PortProxy): Fixed indentation issue and ensured proper cleanup of sockets in PortProxy

This commit is contained in:
2025-02-21 18:48:39 +00:00
parent 2be1c57dd7
commit 70f69ef1ea
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-21 - 3.4.3 - fix(PortProxy)
Fixed indentation issue and ensured proper cleanup of sockets in PortProxy
- Fixed inconsistent indentation in IP allowance check.
- Ensured proper cleanup of sockets on connection end in PortProxy.
## 2025-02-21 - 3.4.2 - fix(smartproxy)
Enhance SSL/TLS handling with SNI and error logging