fix(PortProxy): Fixed handling of SNI domain connections and IP allowance checks

This commit is contained in:
2025-02-21 18:54:40 +00:00
parent 4747462cff
commit 32d875aed9
3 changed files with 29 additions and 22 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-21 - 3.4.4 - fix(PortProxy)
Fixed handling of SNI domain connections and IP allowance checks
- Improved logic for handling SNI domain checks, ensuring IPs are correctly verified.
- Fixed issue where default allowed IPs were not being checked correctly for non-SNI connections.
- Revised the SNICallback behavior to handle connections more gracefully when domain configurations are unavailable.
## 2025-02-21 - 3.4.3 - fix(PortProxy)
Fixed indentation issue and ensured proper cleanup of sockets in PortProxy