Adding sequence for fail2ban finally and updating supporting files
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
[ip-blacklist]
|
||||
|
||||
enabled = true
|
||||
banaction = iptables-allports
|
||||
port = anyport
|
||||
filter = ip-blacklist
|
||||
logpath = /etc/fail2ban/ip.blacklist
|
||||
maxretry = 0
|
||||
#findtime = 15552000
|
||||
findtime = 600
|
||||
# infinite ban
|
||||
#bantime = -1
|
||||
# 1 day ban
|
||||
#bantime = 86400
|
||||
#bantime = 24h
|
||||
# 2 day ban
|
||||
bantime = 172800
|
||||
bantime = 48h
|
||||
# 10 minute ban
|
||||
#bantime = 600
|
||||
#bantime = 10m
|
||||
|
Reference in New Issue
Block a user