Output country when not banning.
This commit is contained in:
parent
b081efa877
commit
fa489db45f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue