Selaa lähdekoodia

Don't log dns

Bob Mottram 9 vuotta sitten
vanhempi
commit
80eba804f3
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0
    1
      src/freedombone-app-pihole

+ 0
- 1
src/freedombone-app-pihole Näytä tiedosto

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