mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
file for automated install
This commit is contained in:
parent
9b65c112d9
commit
72209cbac0
1 changed files with 9 additions and 0 deletions
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 a new issue