infrastructure/ansible/roles/traefik/files/fail2ban/traefik-jail.conf
Jake Howard 6973fb536f
Add fail2ban for traefik
Remote action coming soon
2021-03-28 13:05:38 +01:00

10 lines
230 B
Plaintext

[traefik]
enabled = true
bantime = 6000
findtime = 600
maxretry = 5
filter = traefik
logpath = /tmp/traefik-logs/access.log
port = http,https
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}