Module dns

Source
Available on crate feature client only.
Expand description

Built-in DNS resolver implementations.

Structsยง

CachingDnsResolverrt-tokio and non-target_family="wasm"
DNS resolver that uses [hickory_resolver] and caches DNS entries in memory.
TokioDnsResolverrt-tokio and non-target_family="wasm"
DNS resolver that uses tokio::spawn_blocking to resolve DNS using the standard library.