Output country when not banning.

This commit is contained in:
Manuel Friedli 2020-08-04 04:39:11 +02:00
parent b081efa877
commit fa489db45f

View file

@ -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.