mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
listening on IPv6, too
Removed server=127.0.0.1 because it listens there by default
This commit is contained in:
parent
857c1e6edf
commit
68ff6b02f9
1 changed files with 10 additions and 0 deletions
10
advanced/dnsmasq.conf
Normal file
10
advanced/dnsmasq.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
domain-needed
|
||||
bogus-priv
|
||||
no-resolv
|
||||
server=8.8.8.8
|
||||
server=8.8.4.4
|
||||
interface=eth0
|
||||
listen-address=::1
|
||||
listen-address=127.0.0.1
|
||||
cache-size=10000
|
||||
log-queries
|
Loading…
Reference in a new issue