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.