feat(IPTablesProxy): Introduce IPTablesProxy class for managing iptables NAT rules

This commit is contained in:
2025-02-24 23:27:48 +00:00
parent 63ebad06ea
commit ff4f44d6fc
5 changed files with 100 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-24 - 3.12.0 - feat(IPTablesProxy)
Introduce IPTablesProxy class for managing iptables NAT rules
- Added IPTablesProxy class to facilitate basic port forwarding using iptables.
- Introduced IIpTableProxySettings interface for configuring IPTablesProxy.
- Implemented start and stop methods for managing iptables rules dynamically.
## 2025-02-24 - 3.11.0 - feat(Port80Handler)
Add automatic certificate issuance with ACME client