mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
DOC: Document that badips.py action should be last action for jail
This commit is contained in:
parent
0222ff4677
commit
a78a9d282c
1 changed files with 3 additions and 0 deletions
|
|
@ -185,6 +185,9 @@ action_blocklist_de = blocklist_de[email="%(sender)s", service=%(filter)s, apik
|
|||
# See BadIPsAction docstring in config/action.d/badips.py for
|
||||
# documentation for this action.
|
||||
#
|
||||
# NOTE: This action relies on banaction being present on start and therefore
|
||||
# should be last action defined for a jail.
|
||||
#
|
||||
action_badips = badips.py[category="%(name)s", banaction="%(banaction)s"]
|
||||
|
||||
# Choose default action. To change, just override value of 'action' with the
|
||||
|
|
|
|||
Loading…
Reference in a new issue