mirror of https://github.com/fail2ban/fail2ban
correction for default log interpolation and added allports banaction
parent
977dfe4bd7
commit
2d51240b3e
|
@ -967,4 +967,5 @@ port = http,https
|
|||
logpath = /var/log/traefik/access.log
|
||||
|
||||
[scanlogd]
|
||||
logpath = %{syslog_local0}
|
||||
logpath = %(syslog_local0)s
|
||||
banaction = %(banaction_allports)s
|
||||
|
|
Loading…
Reference in New Issue