fix(portproxy): Extend domain input validation to support string arrays in port proxy configurations.

This commit is contained in:
2025-02-27 15:46:14 +00:00
parent adee6afc76
commit 1aa409907b
3 changed files with 22 additions and 9 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-27 - 3.16.9 - fix(portproxy)
Extend domain input validation to support string arrays in port proxy configurations.
- Modify IDomainConfig interface to allow domain specification as string array.
- Update connection setup logic to handle multiple domain patterns.
- Enhance domain rejection logging to include all domain patterns.
## 2025-02-27 - 3.16.8 - fix(PortProxy)
Fix IP filtering for domain and global default allowed lists and improve port-based routing logic.