Don't log dns
This commit is contained in:
parent
5fa0bca2a0
commit
80eba804f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue