feat(IPTablesProxy): Enhanced IPTablesProxy with multi-port and IPv6 support

This commit is contained in:
2025-03-07 14:30:38 +00:00
parent d8585975a8
commit bbdea52677
7 changed files with 1907 additions and 603 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-03-07 - 3.29.0 - feat(IPTablesProxy)
Enhanced IPTablesProxy with multi-port and IPv6 support
- Added support for specifying multiple ports and port ranges, allowing for more complex network proxy configurations.
- Introduced IPv6 support to allow handling of IPv6 addressed networks.
- Implemented more detailed logging and error handling features to improve debugging capabilities.
- Enhanced integration options with NetworkProxy, allowing for a more seamless routing and termination process.
- Restructured the initialization and validation process to ensure robust handling of configuration settings.
## 2025-03-07 - 3.28.6 - fix(PortProxy)
Adjust default timeout settings and enhance keep-alive connection handling in PortProxy.