fix(remoteingressedge): reset nftables state on startup and restart before reapplying hub firewall config

This commit is contained in:
2026-04-26 15:08:37 +00:00
parent dd0cd479d5
commit 627603532d
5 changed files with 45 additions and 20 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-26 - 4.17.1 - fix(remoteingressedge)
reset nftables state on startup and restart before reapplying hub firewall config
- upgrade @push.rocks/smartnftables to ^1.2.0 to use forced cleanup and IP set blocking
- queue firewall updates until nftables is initialized and apply pending config afterward
- replace per-IP blocking with blockIPSet for the hub blocklist
- force nftables cleanup during startup, restart, firewall replacement, and shutdown to remove stale kernel rules
## 2026-04-26 - 4.17.0 - feat(core)
add performance profiles, transport observability, and edge stream budget controls