blob: a73b49d7a5c9f4022f6f002e610c272ed561b758 (
plain)
1
2
3
4
5
6
7
8
|
help: Show DNS forwarding statistics
run:
if ps ax | grep dnsmasq | grep -v grep > /dev/null
then
sudo /opt/vyatta/bin/sudo-users/vyatta-op-dns-forwarding.pl --show-statistics
else
echo "DNS forwarding not configured"
fi
|