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