What's new

Maximum number of concurrent DNS queries reached (max: 150)

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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
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.
 
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.
I would have expected the second lookup of "_bittorrent-tracker._tcp.17.volia.net" to be cached as opposed to forwarded
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top