Caching different record types in dnsmasq
Posted
by viraptor
on Server Fault
See other posts from Server Fault
or by viraptor
Published on 2010-04-28T13:03:05Z
Indexed on
2010/04/28
13:13 UTC
Read the original article
Hit count: 310
I'm trying to use Dnsmasq as a local DNS cache. Unfortunately it seems it doesn't cache records other than A, AAAA, NS. For example MX, SRV, NAPTR are tried every time on the upstream server.
Did I miss some configuration option? Is that by design?
© Server Fault or respective owner