initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
75891c3271
129 changed files with 8046 additions and 0 deletions
16
roles/fail2ban/files/jail.d/caddy.conf
Normal file
16
roles/fail2ban/files/jail.d/caddy.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[caddy-scanners]
|
||||
enabled = true
|
||||
journalmatch = CONTAINER_NAME=caddy
|
||||
filter = caddy-scanners
|
||||
maxretry = 3
|
||||
findtime = 10m
|
||||
bantime = 24h
|
||||
|
||||
# high maxretry/short bantime: Grafana auth can be slow; strict limits cause false positives
|
||||
[caddy-auth]
|
||||
enabled = true
|
||||
journalmatch = CONTAINER_NAME=caddy
|
||||
filter = caddy-auth
|
||||
maxretry = 40
|
||||
findtime = 10m
|
||||
bantime = 1h
|
||||
Loading…
Add table
Add a link
Reference in a new issue