2016-06-02 23:22:03 +00:00
|
|
|
[DEFAULT]
|
|
|
|
|
|
|
|
# "bantime" is the number of seconds that a host is banned.
|
2021-04-11 15:33:39 +00:00
|
|
|
#bantime = 10m
|
2016-06-02 23:22:03 +00:00
|
|
|
|
|
|
|
# A host is banned if it has generated "maxretry" during the last "findtime"
|
|
|
|
# seconds.
|
2021-04-11 15:33:39 +00:00
|
|
|
#findtime = 10m
|
2016-06-02 23:22:03 +00:00
|
|
|
|
|
|
|
# "maxretry" is the number of failures before a host get banned.
|
2021-04-11 15:33:39 +00:00
|
|
|
#maxretry = 5
|
2021-04-18 10:55:43 +00:00
|
|
|
|
2021-04-20 06:50:24 +00:00
|
|
|
# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban
|
|
|
|
# will not ban a host which matches an address in this list. Several addresses
|
|
|
|
# can be defined using space (and/or comma) separator.
|
|
|
|
#ignoreip = 127.0.0.1/8
|
|
|
|
|
2021-04-18 10:55:43 +00:00
|
|
|
# Default ban action
|
|
|
|
# iptables-multiport: block IP only on affected port
|
|
|
|
# iptables-allports: block IP on all ports
|
|
|
|
#banaction = iptables-allports
|