Module types

Module types 

Source
Expand description

TYPE values, all of which are a subset of QTYPE values.

§NOTE

All TYPE values are a subset of QTYPES.

Constants§

DNS_TYPE_A
An IPv4 host address.
DNS_TYPE_AAAA
An IPv6 host address.
DNS_TYPE_CNAME
The canonical name for an alias.
DNS_TYPE_HINFO
Host information.
DNS_TYPE_MB
A mailbox domain name.
DNS_TYPE_MD
A mail destination (Obsolete - replaced by MX).
DNS_TYPE_MF
A mail forwarder (Obsolete - replaced by MX).
DNS_TYPE_MG
A mail group member.
DNS_TYPE_MINFO
Mailbox or mail list information.
DNS_TYPE_MR
A mail rename domain name.
DNS_TYPE_MX
Mail exchange.
DNS_TYPE_NS
An authoritative name server.
DNS_TYPE_NULL
An experimental RR containing any possible data.
DNS_TYPE_PTR
A domain name pointer.
DNS_TYPE_SOA
Marks the start of a zone of authority.
DNS_TYPE_SRV
Specifies location of a service for a specific protocol.
DNS_TYPE_TXT
Text strings.
DNS_TYPE_WKS
A well known service description.