mirror of
https://gitlab.com/garagenum/greg/fail2ban.git
synced 2026-08-25 02:45:28 +02:00
ajout choix ssh only ou nginx filters + debug
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[DEFAULT]
|
||||
|
||||
ignoreip = 127.0.0.1/8 IP
|
||||
bantime = 3600
|
||||
findtime = 3600
|
||||
#mta = mail
|
||||
#destemail =
|
||||
#sendername = Fail2BanAlerts
|
||||
#action = %(action_mwl)s
|
||||
|
||||
[ssh]
|
||||
|
||||
enabled = true
|
||||
port = SSH_PORT
|
||||
filter = sshd
|
||||
logpath = /var/log/auth.log
|
||||
maxretry = 3
|
||||
bantime = -1
|
||||
Reference in New Issue
Block a user