Module name_server
Expand description
A module with associated items for working with nameservers
Structs§
- Generic
Connection - A connected DNS handle
- Generic
Connector - Default connector for
GenericConnection - Name
Server - This struct is used to create
DnsHandlewith the help ofP. - Name
Server Pool - Abstract interface for mocking purpose
Traits§
- Connection
Provider - Create
DnsHandlewith the help ofRuntimeProvider. This trait is designed for customization.
Type Aliases§
- Generic
Name Server - Specifies the details of a remote NameServer used for lookups
- Generic
Name Server Pool - A pool of NameServers
- Tokio
Connection Provider - Default ConnectionProvider with
GenericConnection.