mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-10-31 15:35:06 -04:00
file for automated install
This commit is contained in:
parent
9b65c112d9
commit
72209cbac0
9
advanced/dnsmasq.conf
Normal file
9
advanced/dnsmasq.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
domain-needed
|
||||||
|
bogus-priv
|
||||||
|
no-resolv
|
||||||
|
server=127.0.0.1
|
||||||
|
server=8.8.8.8
|
||||||
|
server=8.8.4.4
|
||||||
|
interface=eth0
|
||||||
|
cache-size=10000
|
||||||
|
log-queries
|
Loading…
Reference in New Issue
Block a user