mirror of https://github.com/fail2ban/fail2ban
DOC: Document that badips.py action should be last action for jail
parent
0222ff4677
commit
a78a9d282c
|
@ -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
|
# See BadIPsAction docstring in config/action.d/badips.py for
|
||||||
# documentation for this action.
|
# 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"]
|
action_badips = badips.py[category="%(name)s", banaction="%(banaction)s"]
|
||||||
|
|
||||||
# Choose default action. To change, just override value of 'action' with the
|
# Choose default action. To change, just override value of 'action' with the
|
||||||
|
|
Loading…
Reference in New Issue