feat(PortProxy): Enhanced PortProxy with custom target host and improved testing

This commit is contained in:
2025-02-21 17:01:02 +00:00
parent 21e9d0fd0d
commit 4328d4365f
4 changed files with 50 additions and 16 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-21 - 3.4.0 - feat(PortProxy)
Enhanced PortProxy with custom target host and improved testing
- PortProxy constructor now accepts 'fromPort', 'toPort', and optional 'toHost' directly from settings
- Refactored test cases to cover forwarding to the custom host
- Added support to handle multiple concurrent connections
- Refactored internal connection handling logic to utilize default configurations
## 2025-02-21 - 3.3.1 - fix(PortProxy)
fixed import usage of net and tls libraries for PortProxy