This commit is contained in:
Bob Mottram 2017-04-15 11:01:19 +01:00
parent 21ecdb718a
commit e103cf1122
1 changed files with 3 additions and 0 deletions

View File

@ -1899,6 +1899,9 @@ function domain_blocking_remove {
function domain_blocking_show {
if [ -f $FIREWALL_DOMAINS ]; then
clear
echo ''
echo $'The following domains have been blocked:'
echo ''
cat $FIREWALL_DOMAINS | sort
any_key
else