Bob Mottram 8 anni fa
parent
commit
80eba804f3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      src/freedombone-app-pihole

+ 0
- 1
src/freedombone-app-pihole Vedi File

@@ -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