fix(PortProxy): Normalize IP addresses for port proxy to handle IPv4-mapped IPv6 addresses.

This commit is contained in:
2025-02-21 18:43:08 +00:00
parent 4bee483954
commit 5150ddc18e
4 changed files with 29 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-21 - 3.4.1 - fix(PortProxy)
Normalize IP addresses for port proxy to handle IPv4-mapped IPv6 addresses.
- Improved IP normalization logic in PortProxy to support IPv4-mapped IPv6 addresses.
- Updated isAllowed function to expand patterns for better matching accuracy.
## 2025-02-21 - 3.4.0 - feat(PortProxy)
Enhanced PortProxy with custom target host and improved testing