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
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
The resolver always uses futures under the hood, but the 0.2 series has the ‘run shortcut’ that hides them away. Instead of lookup_host as in the example, you can use lookup_records to query for raw records without any extra processing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to query DNS records directly without futures?
Just want to directly look up the CNAME , A, AAAA, etc for a host so I can trace through them by hand. (working on a DNS mapping tool)
The text was updated successfully, but these errors were encountered: