Output country when not banning.

This commit is contained in:
Manuel Friedli 2020-08-04 04:39:11 +02:00
parent b081efa877
commit fa489db45f
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ banlist."
echo "${addrwithsuffix}" >> "${banlist}" echo "${addrwithsuffix}" >> "${banlist}"
;; ;;
"n" | "N" | * ) "n" | "N" | * )
echo "Not banning '${blue}${addrwithsuffix}${reset}'." echo "Not banning '${blue}${addrwithsuffix}${reset}' (country='${country}')."
;; ;;
esac esac
# Here goes: Pipe the file contents via filedescriptor 3. # Here goes: Pipe the file contents via filedescriptor 3.