mirror of https://github.com/fail2ban/fail2ban
nftables.conf: fixed comment (since 7f1b578af4
, gh-488 actioncheck would be never invoked in regular case)
parent
1ea8a6de58
commit
363c0d5fd0
|
@ -97,7 +97,7 @@ actionstop = %(_nft_del_set)s
|
|||
<_nft_shutdown_table>
|
||||
|
||||
# Option: actioncheck
|
||||
# Notes.: command executed once before each actionban command
|
||||
# Notes.: command executed once in error case by other command (during the check/restore sane environment process)
|
||||
# Values: CMD
|
||||
#
|
||||
actioncheck = <nftables> list chain <table_family> <table> <chain> | grep -q '@<addr_set>[ \t]'
|
||||
|
|
Loading…
Reference in New Issue