-
Is there an equivalent of dnsmasq I do not want queries without a domain to end up at the upstream servers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello. We support the
into the upstreams inputs, and all requests like |
Beta Was this translation helpful? Give feedback.
-
Great. I actually want to send it to the local dnsmasq which handles it. Followup question, is it possible to default a domain in AGH if not set? E.g. a query for |
Beta Was this translation helpful? Give feedback.
Hello. We support the
[//]
syntax ofdnsmasq
for unqualified domain names, so you can just put something likeinto the upstreams inputs, and all requests like
nslookup foo
should fail.