pihole: blocked domains draw area
This commit is contained in:
parent
e17311744a
commit
a77b262ef3
1 changed files with 1 additions and 0 deletions
1
extern/pihole/pihole_blocked_domains
vendored
1
extern/pihole/pihole_blocked_domains
vendored
|
@ -27,6 +27,7 @@ case $1 in
|
|||
uid=$(echo $stat | sed 's/:.*//')
|
||||
if [ $uid = "domains_being_blocked" ]; then
|
||||
echo "$uid.label blocked domains"
|
||||
echo "$uid.draw AREA"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue