mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add empty line between parameters in nftables-common.conf
This commit is contained in:
parent
cb2d70d7a8
commit
1983e15580
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ actionstart = <nftables> add set filter f2b-<name> { type ipv4_addr\; }
|
|||
#
|
||||
actionstop = HANDLE_ID=$(<nftables> --handle --numeric list chain filter <chain> | grep -m1 'ip saddr @f2b-<name> <blocktype> # handle' | grep -oe ' handle [0-9]*'); <nftables> delete rule filter <chain> $HANDLE_ID
|
||||
<nftables> delete set filter f2b-<name>
|
||||
|
||||
# Option: actioncheck
|
||||
# Notes.: command executed once before each actionban command
|
||||
# Values: CMD
|
||||
|
|
|
|||
Loading…
Reference in a new issue