Caching different record types in dnsmasq
- by viraptor
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?