- 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
0.6
Cyril Jaquier 2005-02-22 21:08:36 +00:00
parent 3122f5eeae
commit 78b32ef3b2
1 changed files with 10 additions and 0 deletions

View File

@ -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