fix(PortProxy): Fix test for PortProxy handling of custom IPs in Docker/CI environments.

This commit is contained in:
2025-03-07 15:46:34 +00:00
parent 499aed19f6
commit f28e68e487
3 changed files with 16 additions and 9 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-03-07 - 3.29.2 - fix(PortProxy)
Fix test for PortProxy handling of custom IPs in Docker/CI environments.
- Ensure compatibility with Docker/CI environments by standardizing on 127.0.0.1 for test server setup.
- Simplify test configuration by using a unique port rather than different IPs.
## 2025-03-07 - 3.29.1 - fix(readme)
Update readme for IPTablesProxy options