added fail2ban integration

This commit is contained in:
BlessedRebuS
2026-02-23 00:21:46 +01:00
parent 5703942d2c
commit 12c8154ce4
4 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[krawl]
enabled = true
filter = krawl
logpath = /path/to/malicious_ips.txt ; update this path to where your krawl malicious IPs are logged
backend = auto
maxretry = 1
findtime = 1
bantime = 2592000 ; 30 days
action = iptables-allports[name=krawl-ban, port=all, protocol=all]