Expand description
DNS resolution results.
The stub-vs-upstream distinction matters. /etc/resolv.conf on this
machine says 127.0.0.53 but the real server answering queries is
fe80::dead:beef:feed:cafe%eth0. Users debugging DNS failures want to
see which server actually answered, not just “the stub.”
Structs§
- DnsAnswer
- A single DNS A or AAAA record returned by a resolver.
- DnsResolution
- Result of a single DNS resolution attempt.