fix
This commit is contained in:
parent
f6bc71762c
commit
3cf8d15fe5
@ -384,7 +384,7 @@ module-akkoma-timelines() {
|
||||
}
|
||||
|
||||
module-get-spam() {
|
||||
ATTACK="module-akkoma DDOS Attack "
|
||||
ATTACK="module-get-spam DDOS Attack "
|
||||
GET_SPAM=$(grep $2 $ACCESS | grep -E "GET / HTTP" | wc -l)
|
||||
if [[ "$GET_SPAM" -gt 20 ]]; then
|
||||
ipBlockParser "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user