feat(smartproxy): Enhance description clarity and improve SNI handling with domain locking.

This commit is contained in:
2025-02-27 19:57:27 +00:00
parent 60333b0a59
commit c83f6fa278
6 changed files with 118 additions and 91 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-27 - 3.17.0 - feat(smartproxy)
Enhance description clarity and improve SNI handling with domain locking.
- Improved package description in package.json, readme.md, and npmextra.json for better clarity and keyword optimization.
- Enhanced SNI handling in PortProxy by adding domain locking and extra checks to terminate connections if a different SNI is detected post-handshake.
- Refactored readme.md to better explain the usage and functionalities of the proxy features including SSL redirection, WebSocket handling, and dynamic routing.
## 2025-02-27 - 3.16.9 - fix(portproxy)
Extend domain input validation to support string arrays in port proxy configurations.