mirror of https://github.com/fail2ban/fail2ban
Add empty line between parameters in nftables-common.conf
parent
cb2d70d7a8
commit
1983e15580
|
@ -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
|
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>
|
<nftables> delete set filter f2b-<name>
|
||||||
|
|
||||||
# Option: actioncheck
|
# Option: actioncheck
|
||||||
# Notes.: command executed once before each actionban command
|
# Notes.: command executed once before each actionban command
|
||||||
# Values: CMD
|
# Values: CMD
|
||||||
|
|
Loading…
Reference in New Issue