From b081efa877ff2ee525fa6bb5aa0826a55a80b4a7 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 4 Aug 2020 04:25:34 +0200 Subject: [PATCH] Typo. --- ddos-mitigator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddos-mitigator.sh b/ddos-mitigator.sh index 0149601..e33a949 100755 --- a/ddos-mitigator.sh +++ b/ddos-mitigator.sh @@ -132,7 +132,7 @@ function filter() { # Reject already banned addresses while read -r -u3 address ; do if [[ "${banned}" != *"${address}${ext}${suffix}"* ]] ; then - echo "Considering ${address}${ext}${suffix}." + echo "Considering ${address}${ext}${suffix}" echo "${address}" >> "${filtered}" else echo "IGNORING ${address}${ext}${suffix}, already banned."