Don't log dns

This commit is contained in:
Bob Mottram 2016-11-18 17:02:47 +00:00
parent 5fa0bca2a0
commit 80eba804f3
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ function pihole_update {
echo "server=${PIHOLE_DNS2}" >> /etc/dnsmasq.conf
echo "interface=${PIHOLE_IFACE}" >> /etc/dnsmasq.conf
echo 'listen-address=127.0.0.1' >> /etc/dnsmasq.conf
echo 'log-queries' >> /etc/dnsmasq.conf
pihole -g
systemctl restart dnsmasq