This commit is contained in:
Your Name 2024-09-24 19:26:10 -06:00
parent f6bc71762c
commit 3cf8d15fe5

View File

@ -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"