Closed
Description
Right now we explicitly avoid doing recursive queries to fallback servers by doing explicit NS lookups, but we should really just do the original query and have some automatic handling if only authority information is returned. This should only happen after we've checked on-chain domains.
NOTE: it was implemented this way originally to ensure non-recursive behavior when recursion is disabled, since the Handshake DNS servers will always do a recursive query even if you don't ask for it