mirror of https://github.com/fail2ban/fail2ban
- Add firewall and interface options
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@43 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
4d098fbd7a
commit
fabe6e59b4
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
|
# firewall: select the firewall system to use. Actually,
|
||||||
|
# the available options are: iptables, ipfwadm, ipfw
|
||||||
|
firewall = iptables
|
||||||
|
|
||||||
# background: true to start fail2ban as a daemon. Output
|
# background: true to start fail2ban as a daemon. Output
|
||||||
# is redirect to logfile.
|
# is redirect to logfile.
|
||||||
background = false
|
background = false
|
||||||
|
@ -31,6 +35,10 @@ bantime = 600
|
||||||
# ignoreip = 192.168.0.1 123.45.235.65
|
# ignoreip = 192.168.0.1 123.45.235.65
|
||||||
ignoreip =
|
ignoreip =
|
||||||
|
|
||||||
|
# interface: the interface name on which the IP will be
|
||||||
|
# banned.
|
||||||
|
interface = eth0
|
||||||
|
|
||||||
# polltime: the number of seconds that fail2ban sleeps
|
# polltime: the number of seconds that fail2ban sleeps
|
||||||
# between two iteration (check for IP to unban - parse
|
# between two iteration (check for IP to unban - parse
|
||||||
# log file). 1 is a good value.
|
# log file). 1 is a good value.
|
||||||
|
|
Loading…
Reference in New Issue