Add local-ttl to dnsmasq config so that queries are cached by the requesting device.
This commit is contained in:
parent
67aba8c496
commit
b7e2c8053b
|
@ -7,3 +7,4 @@ interface=eth0
|
|||
listen-address=127.0.0.1
|
||||
cache-size=10000
|
||||
log-queries
|
||||
local-ttl=300
|
||||
|
|
Loading…
Reference in New Issue