From a78a9d282c0e7603d2946bf1eabbc9d51d13281d Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Thu, 13 Mar 2014 20:04:30 +0000 Subject: [PATCH] DOC: Document that badips.py action should be last action for jail --- config/jail.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/jail.conf b/config/jail.conf index ab9e067a..863bc5da 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -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