[Top]
Protocols
Protocols.DNS
Protocols.DNS.EntryType
|
Enum Protocols.DNS.EntryType
- Description
-
Entry types
- Constant
T_A
-
constant Protocols.DNS.T_A
- Description
-
Type - host address
- Constant
T_NS
-
constant Protocols.DNS.T_NS
- Description
-
Type - authoritative name server
- Constant
T_MD
-
constant Protocols.DNS.T_MD
- Description
-
Type - mail destination (Obsolete - use MX)
- Constant
T_MF
-
constant Protocols.DNS.T_MF
- Description
-
Type - mail forwarder (Obsolete - use MX)
- Constant
T_CNAME
-
constant Protocols.DNS.T_CNAME
- Description
-
Type - canonical name for an alias
- Constant
T_SOA
-
constant Protocols.DNS.T_SOA
- Description
-
Type - start of a zone of authority
- Constant
T_MB
-
constant Protocols.DNS.T_MB
- Description
-
Type - mailbox domain name (EXPERIMENTAL)
- Constant
T_MG
-
constant Protocols.DNS.T_MG
- Description
-
Type - mail group member (EXPERIMENTAL)
- Constant
T_MR
-
constant Protocols.DNS.T_MR
- Description
-
Type - mail rename domain name (EXPERIMENTAL)
- Constant
T_NULL
-
constant Protocols.DNS.T_NULL
- Description
-
Type - null RR (EXPERIMENTAL)
- Constant
T_WKS
-
constant Protocols.DNS.T_WKS
- Description
-
Type - well known service description
- Constant
T_PTR
-
constant Protocols.DNS.T_PTR
- Description
-
Type - domain name pointer
- Constant
T_HINFO
-
constant Protocols.DNS.T_HINFO
- Description
-
Type - host information
- Constant
T_MINFO
-
constant Protocols.DNS.T_MINFO
- Description
-
Type - mailbox or mail list information
- Constant
T_MX
-
constant Protocols.DNS.T_MX
- Description
-
Type - mail exchange
- Constant
T_TXT
-
constant Protocols.DNS.T_TXT
- Description
-
Type - text strings
- Constant
T_AAAA
-
constant Protocols.DNS.T_AAAA
- Description
-
Type - IPv6 address record (RFC 1886, deprecated)
- Constant
T_LOC
-
constant Protocols.DNS.T_LOC
- Description
-
Type - Location Record (RFC 1876)
- Constant
T_SRV
-
constant Protocols.DNS.T_SRV
- Description
-
Type - Service location record (RFC 2782)
- Constant
T_A6
-
constant Protocols.DNS.T_A6
- Description
-
Type - IPv6 address record (RFC 2874, incomplete support)
|