From fa489db45f610d99511eb815372d929dacb56588 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 4 Aug 2020 04:39:11 +0200 Subject: [PATCH] Output country when not banning. --- ddos-mitigator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddos-mitigator.sh b/ddos-mitigator.sh index e33a949..e06985b 100755 --- a/ddos-mitigator.sh +++ b/ddos-mitigator.sh @@ -353,7 +353,7 @@ banlist." echo "${addrwithsuffix}" >> "${banlist}" ;; "n" | "N" | * ) - echo "Not banning '${blue}${addrwithsuffix}${reset}'." + echo "Not banning '${blue}${addrwithsuffix}${reset}' (country='${country}')." ;; esac # Here goes: Pipe the file contents via filedescriptor 3.