mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
nftables.conf: fixed comment (since 7f1b578af4, gh-488 actioncheck would be never invoked in regular case)
This commit is contained in:
parent
1ea8a6de58
commit
363c0d5fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue