mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Add local-ttl to dnsmasq config so that queries are cached by the requesting device.
This commit is contained in:
parent
67aba8c496
commit
b7e2c8053b
1 changed files with 2 additions and 1 deletions
|
@ -7,3 +7,4 @@ interface=eth0
|
|||
listen-address=127.0.0.1
|
||||
cache-size=10000
|
||||
log-queries
|
||||
local-ttl=300
|
||||
|
|
Loading…
Reference in a new issue