AdDnsResourceRecordTypeTC

  • Base type Enumeration

A = 1, // a host address RFC1035 NS = 2, // an authoritative name server RFC1035 MD = 3, // a mail destination (Obsolete - use MX) RFC1035 MF = 4, // a mail forwarder (Obsolete - use MX) RFC1035 CNAME = 5, // the canonical name for an alias RFC1035 SOA = 6, // marks the start of a zone of authority RFC1035 MB = 7, // a mailbox domain name (EXPERIMENTAL) RFC1035 MG = 8, // a mail group member (EXPERIMENTAL) RFC1035 MR = 9, // a mail rename domain name (EXPERIMENTAL) RFC1035 NULL = 10, // a null RR (EXPERIMENTAL) RFC1035 WKS = 11, // a well known service description RFC1035 PTR = 12, // a domain name pointer RFC1035 HINFO = 13, // host information RFC1035 MINFO = 14, // mailbox or mail list information RFC1035 MX = 15, // mail exchange RFC1035 TXT = 16, // text strings RFC1035 AAAA = 28, // Ipv6 quad A addresses RFC3596 SRV = 33, // service record RFC2782 A_PLUS_AAAA = 65537 // Beyond 16 bit range. Not a record. An A query's and AAAA query's results bound together

Possible values

19 objects
Number Name
1 a
2 ns
3 md
4 mf
5 cname
6 soa
7 mb
8 mg
9 mr
10 null
11 wks
12 ptr
13 hinfo
14 minfo
15 mx
16 txt
28 aaaa
33 srv
65537 aplusaaaa