feat(PortProxy): Enhanced PortProxy with domain and IP filtering, SNI support, and minimatch integration

This commit is contained in:
2025-02-21 15:14:02 +00:00
parent e67eff0fcc
commit a4ad6c59c1
7 changed files with 79 additions and 7 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-21 - 3.3.0 - feat(PortProxy)
Enhanced PortProxy with domain and IP filtering, SNI support, and minimatch integration
- Added new ProxySettings interface to configure domain patterns, SNI, and default allowed IPs.
- Integrated minimatch to filter allowed IPs and domains.
- Enabled SNI support for PortProxy connections.
- Updated port proxy test to accommodate new settings.
## 2025-02-04 - 3.2.0 - feat(testing)
Added a comprehensive test suite for the PortProxy class