mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
correction for default log interpolation and added allports banaction
This commit is contained in:
parent
977dfe4bd7
commit
2d51240b3e
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue