fix(PortProxy): fixed import usage of net and tls libraries for PortProxy

This commit is contained in:
2025-02-21 15:17:19 +00:00
parent 23f61eb60b
commit 6c0c65bb1a
4 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-21 - 3.3.1 - fix(PortProxy)
fixed import usage of net and tls libraries for PortProxy
- Corrected the use of plugins for importing 'tls' and 'net' libraries in the PortProxy module.
- Updated the constructor of PortProxy to accept combined tls options with ProxySettings.
## 2025-02-21 - 3.3.0 - feat(PortProxy)
Enhanced PortProxy with domain and IP filtering, SNI support, and minimatch integration