Skip to main content

Module dns

Module dns 

Source
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.

Enums§

DnsError
A DNS resolution error.
DnsSource
Which DNS resolver path was used to answer the query.