Question: resolving without chaining? #1076
MatthiasLohr
started this conversation in
General
Replies: 1 comment 2 replies
-
Try this:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when I try to resolve the A record of a hostname (e.g.,
account.google.com
) which actually does not have an A, but a CNAME record,dns.resolver.resolve
still returns a A record (due to "chaining" I guess). How can I check if there is actually a CNAME or a A record set for this domain?Best regards
Matthias
Beta Was this translation helpful? Give feedback.
All reactions