summaryrefslogtreecommitdiff
path: root/config/action.d/dshield.conf
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2013-03-17 10:52:49 +1100
committerDaniel Black <grooverdan@users.sourceforge.net>2013-03-17 10:52:49 +1100
commit67544d1dd677667c394da6dfb53a120755081144 (patch)
treedf4e67a7a0c2ffb27c4cd1adda0e05dd44886f8b /config/action.d/dshield.conf
parent3cffb0c9e03ddd95695a9d8e66a9f03e4bba5875 (diff)
downloadfail2ban-67544d1dd677667c394da6dfb53a120755081144.tar.gz
DOC: tags are documented in the jail.conf(5) man page
Diffstat (limited to 'config/action.d/dshield.conf')
-rw-r--r--config/action.d/dshield.conf9
1 files changed, 2 insertions, 7 deletions
diff --git a/config/action.d/dshield.conf b/config/action.d/dshield.conf
index c581af1c..151db28f 100644
--- a/config/action.d/dshield.conf
+++ b/config/action.d/dshield.conf
@@ -54,9 +54,7 @@ actioncheck =
# Option: actionban
# Notes.: command executed when banning an IP. Take care that the
# command is executed with Fail2Ban user rights.
-# Tags: <ip> IP address
-# <failures> number of failures
-# <time> unix timestamp of the ban time
+# Tags: See jail.conf(5) man page
# Values: CMD
#
# See http://www.dshield.org/specs.html for more on report format/notes
@@ -91,9 +89,7 @@ actionban = TZONE=`date +%%z | sed 's/\([+-]..\)\(..\)/\1:\2/'`
# Option: actionunban
# Notes.: command executed when unbanning an IP. Take care that the
# command is executed with Fail2Ban user rights.
-# Tags: <ip> IP address
-# <failures> number of failures
-# <time> unix timestamp of the ban time
+# Tags: See jail.conf(5) man page
# Values: CMD
#
actionunban = if [ -f <tmpfile>.first ]; then
@@ -159,7 +155,6 @@ minreportinterval = 3600
# submit the batch, even if we haven't reached <lines> yet. Note that
# this is only checked on each ban/unban, and that we always send
# anything in the buffer on shutdown. Must be greater than
-# <minreportinterval>.
# Values: [ NUM ] Default: 21600 (6 hours)
#
maxbufferage = 21600