feat(firewall): add IP set blocking convenience API with CIDR interval support and optional rule comments

This commit is contained in:
2026-04-26 15:05:50 +00:00
parent 75dacef68e
commit 6e7c0d90d8
9 changed files with 106 additions and 8 deletions
+2
View File
@@ -52,7 +52,9 @@ export type {
INftRateLimitRule,
INftConnectionRateRule,
INftFirewallRule,
INftIPSetBlockOptions,
INftIPSetConfig,
INftCleanupOptions,
INftRuleGroup,
ISmartNftablesOptions,
INftStatus,