feat(core): Add support for tagging iptables rules with comments and cleaning them up on process exit

This commit is contained in:
2025-02-25 00:56:01 +00:00
parent aa756bd698
commit a1051f78e8
6 changed files with 277 additions and 51 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-25 - 3.13.0 - feat(core)
Add support for tagging iptables rules with comments and cleaning them up on process exit
- Extended IPTablesProxy class to include tagging rules with unique comments.
- Added feature to clean up iptables rules via comments during process exit.
## 2025-02-24 - 3.12.0 - feat(IPTablesProxy)
Introduce IPTablesProxy class for managing iptables NAT rules