What's new
  • 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!

How to prevent in-addr.arpa queries from being forwarded to upstream DNS?

aru

Regular Contributor
I noticed that some devices are sending upstream in-addr.arpa queries, including certain IoT devices and AiMesh nodes. Since these queries consume my NextDNS query quota, I’d like to know if this behavior is considered normal. Also, is there a way to configure the system so that in-addr.arpa queries are resolved locally instead of being forwarded to the upstream DNS?

螢幕擷取畫面 2025-10-01 094944.png


1759283509434.png


1759283547288.png



I blocked the .arpa top-level domain (TLD) in my NextDNS settings, which made these query issues more apparent.

螢幕擷取畫面 2025-10-01 094856.png
 
You can add a line to /jffs/configs/dnsmasq.conf.add:
Code:
local=/168.192.in-addr.arpa/
 
  • Like
Reactions: aru
Do you still have “Forward local domain queries to upstream DNS” disabled on the WAN page? It should be disabled.
 
Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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