ColinTaylor
Part of the Furniture
Interesting stuff, but not applicable in this particular case. The only NXDOMAIN reply was in response to a reverse lookup on a local address (192.168.10.221). Being a local address it was answered directly by dnsmasq and would not have been forwarded upstream.By default NXDOMAIN lookups are not cached. To avoid NXDOMAIN lookups from being unnecesarily forwarded, I added the following to /jffs/scripts/dnsmasq.postconf
Code:pc_append "neg-ttl=3600" $CONFIG pc_delete "no-negcache" $CONFIG