feat(PortProxy): Add domain-specific NetworkProxy integration support to PortProxy

This commit is contained in:
2025-03-11 17:50:56 +00:00
parent 1e89062167
commit 6fddafe9fd
3 changed files with 89 additions and 7 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-11 - 3.39.0 - feat(PortProxy)
Add domain-specific NetworkProxy integration support to PortProxy
- Introduced new properties 'useNetworkProxy' and 'networkProxyPort' in domain configurations.
- Updated forwardToNetworkProxy to accept an optional custom proxy port parameter.
- Enhanced TLS handshake processing to extract SNI and, if a matching domain config specifies NetworkProxy usage, forward the connection using the domain-specific port.
- Refined connection routing logic to check for domain-specific NetworkProxy settings before falling back to default behavior.
## 2025-03-11 - 3.38.2 - fix(core)
No code changes detected; bumping patch version for consistency.