21 lines
661 B
Plaintext
21 lines
661 B
Plaintext
[DEFAULT]
|
|
# Ban IP/hosts for 24 hour ( 24h*3600s = 86400s):
|
|
bantime = 600
|
|
|
|
# An ip address/host is banned if it has generated "maxretry" during the last "findtime" seconds.
|
|
findtime = 60
|
|
maxretry = 3
|
|
|
|
# "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. For example, add your
|
|
# static IP address that you always use for login such as 103.1.2.3
|
|
#ignoreip = 127.0.0.1/8 ::1 103.1.2.3
|
|
|
|
# Call iptables to ban IP address
|
|
#banaction = iptables-multiport
|
|
|
|
# Enable sshd protection
|
|
[sshd]
|
|
enabled = true
|