This commit is contained in:
Your Name 2024-09-14 19:49:22 -06:00
parent 0b0c527c86
commit 41698e0439

View File

@ -441,7 +441,7 @@ module-php() {
if [[ "$PHP_SPAM" -gt 2 ]]; then
$NFT add rule ip filter input position 8 ip saddr "$1" $NFT_DROP
echo $1 >>$TMP_BLOCK
message "Wordpress Attack!"
message "PHP Attack!"
fi
}