Module rustdns::resource[][src]

Structs

Mail EXchanger (MX) record specifies the mail server responsible for accepting email messages on behalf of a domain name.

Start of Authority (SOA) record containing administrative information about the zone. See rfc1035.

Service (SRV) record, containg hostname and port number information of specified services. See rfc2782.

Text (TXT) record for arbitrary human-readable text in a DNS record.

Type Definitions

IPv4 Address (A) record.

IPv6 Address (AAAA) record.

Canonical name (CNAME) record, for aliasing one name to another.

Name Server (NS) record for delegating a the given authoritative name servers.

Pointer (PTR) record most commonly used for most common use is for implementing reverse DNS lookups.