1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-08-13 16:53:51 -04:00
pi-hole/advanced/dnsmasq.conf

13 lines
217 B
Plaintext
Raw Normal View History

addn-hosts=/etc/pihole/gravity.list
domain-needed
bogus-priv
no-resolv
server=8.8.8.8
server=8.8.4.4
interface=eth0
listen-address=127.0.0.1
cache-size=10000
log-queries
2015-07-29 07:20:39 -04:00
log-facility=/var/log/pihole.log
local-ttl=300