Add local-ttl to dnsmasq config so that queries are cached by the requesting device.

This commit is contained in:
rmceoin 2015-06-19 14:10:48 -07:00
parent 67aba8c496
commit b7e2c8053b

View file

@ -6,4 +6,5 @@ server=8.8.4.4
interface=eth0
listen-address=127.0.0.1
cache-size=10000
log-queries
log-queries
local-ttl=300