# Functions

NewDNSResolver constructs a name resolver using DNS TXT records.
No description provided by the author

# Variables

ErrNoResolver signals no resolver exists for the specified domain.
ErrResolveFailed signals an error when attempting to resolve.

# Structs

DNSResolver implements a Resolver on DNS domains.
No description provided by the author

# Interfaces

A Resolver will resolve domain names into PeerIDs that can then been used in IPNS queries.

# Type aliases

LookupTXTFunc is used by DNSResolver.