feat(PortProxy): Introduce max connection lifetime feature

This commit is contained in:
2025-02-26 10:29:21 +00:00
parent be31a9b553
commit 23253a2731
3 changed files with 51 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-26 - 3.14.0 - feat(PortProxy)
Introduce max connection lifetime feature
- Added an optional maxConnectionLifetime setting for PortProxy.
- Forces cleanup of long-lived connections based on inactivity or lifetime limit.
## 2025-02-25 - 3.13.0 - feat(core)
Add support for tagging iptables rules with comments and cleaning them up on process exit