added fail2ban integration
This commit is contained in:
9
plugins/fail2ban/krawl-jail.conf
Normal file
9
plugins/fail2ban/krawl-jail.conf
Normal 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]
|
||||
Reference in New Issue
Block a user