You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either the full iterative lookup trace (with all-nameservers) or an error stating error stating that using both (--all-nameservers and --iterative at the same time) is not supported.
Potential Cause:
BasicLookupModule.Lookup does not support both flags in parallel
The reason why the output with the --iterative flag is empty, seems to be that randomExternalNameServer already returns a root-server IP if --iterative is set.
The text was updated successfully, but these errors were encountered:
Running
echo example.com. | ./zdns A --all-nameservers --iterative
produces this output:Expected Output:
Either the full iterative lookup trace (with all-nameservers) or an error stating error stating that using both (
--all-nameservers
and--iterative
at the same time) is not supported.Potential Cause:
BasicLookupModule.Lookup does not support both flags in parallel
The reason why the output with the
--iterative
flag is empty, seems to be thatrandomExternalNameServer
already returns a root-server IP if--iterative
is set.The text was updated successfully, but these errors were encountered: