|
@@ -30,7 +30,7 @@ else
|
|
$FIREWALL -A $BLOCKMODE -j $CHAIN_NAME
|
|
$FIREWALL -A $BLOCKMODE -j $CHAIN_NAME
|
|
fi
|
|
fi
|
|
|
|
|
|
-# echo "Processing the bad guys list..."
|
|
|
|
|
|
+# echo "Processing the updated bad guys list. This might take a while..."
|
|
|
|
|
|
# Read each line (IP address) from the file and block it
|
|
# Read each line (IP address) from the file and block it
|
|
while IFS= read -r ip; do
|
|
while IFS= read -r ip; do
|