| T_CNAME |
|
| T_PTR |
|
| T_NS |
|
| T_MX |
| "preference" : int |
| "mx" : string |
|
|
| T_HINFO |
| "cpu" : string |
| "os" : string |
|
|
| T_SRV | RFC 2052 and RFC 2782.
| "priority" : int |
| "weight" : int |
| "port" : int |
| "target" : string |
| "service" : string |
| "proto" : string |
| "name" : string |
|
|
| T_A |
| "a" : string | IPv4-address in dotted-decimal format.
|
|
|
| T_AAAA |
| "aaaa" : string | IPv6-address in colon-separated hexadecimal format.
|
|
|
| T_LOC |
| "version" : int | Version, currently only version 0 (zero) is
supported.
|
| "size" : int | |
| "h_perc" : int | |
| "v_perc" : int | |
| "lat" : int | |
| "long" : int | |
| "alt" : int | |
|
|
| T_SOA |
| "mname" : string | |
| "rname" : string | |
| "serial" : int | |
| "refresh" : int | |
| "retry" : int | |
| "expire" : int | |
| "minimum" : int | Note: For historical reasons this entry is named
"minimum", but it contains the TTL for
negative answers (RFC 2308).
|
|
|
| T_NAPTR |
| "order" : int |
| "preference" : int |
| "flags" : string |
| "service" : string |
| "regexp" : string |
| "replacement" : string |
|
|
| T_TXT |
|
| T_SPF |
|