From 78b32ef3b2d1883343a4dcdae15c89fa7bfd4819 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 22 Feb 2005 21:08:36 +0000 Subject: [PATCH] - Added "ipfw-start-rule" option (thanks to Robert Edeker) - Added "enabled" option git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@64 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/fail2ban.conf.default | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/fail2ban.conf.default b/config/fail2ban.conf.default index fc9be3ab..43f08b86 100644 --- a/config/fail2ban.conf.default +++ b/config/fail2ban.conf.default @@ -8,6 +8,10 @@ # the available options are: iptables, ipfwadm, ipfw firewall = iptables +# ipfw-start-rule: set the first rule number used by Fail2Ban. +# This option is only used if firewall = ipfw. +ipfw-start-rule = 100 + # background: true to start fail2ban as a daemon. Output # is redirect to logfile. background = false @@ -49,6 +53,9 @@ polltime = 1 # options: logfile, timeregex, timepattern, failregex. [Apache] +# enabled: is this section active ? +enabled = true + # logfile: file to monitor. logfile = log-test/apache @@ -67,6 +74,9 @@ timepattern = %%a %%b %%d %%H:%%M:%%S %%Y failregex = authentication failure|user .* not found [SSH] +# enabled: is this section active ? +enabled = true + # logfile: file to monitor. logfile = log-test/current