Module dns

Module dns 

Source
Available on non-wasm_browser only.
Expand description

DNS resolver

Structs§

Builder
Builder for DnsResolver.
DnsResolver
The DNS resolver used throughout iroh.
StaggeredError
Error returned when a staggered call fails.
TxtRecordData
Record data for a TXT record.

Enums§

DnsError
Potential errors related to dns.
DnsProtocol
Protocols over which DNS records can be resolved.
LookupError

Constants§

N0_DNS_ENDPOINT_ORIGIN_PROD
The n0 testing DNS endpoint origin, for production.
N0_DNS_ENDPOINT_ORIGIN_STAGING
The n0 testing DNS endpoint origin, for testing.

Traits§

Resolver
Trait for DNS resolvers used in iroh.

Type Aliases§

BoxIter
Boxed iterator alias.