File tree Expand file tree Collapse file tree 1 file changed +92
-4
lines changed
pytest_splunk_addon/standard_lib/data_models Expand file tree Collapse file tree 1 file changed +92
-4
lines changed Original file line number Diff line number Diff line change 83
83
"type" : " required" ,
84
84
"expected_values" : [
85
85
" A" ,
86
- " DNAME" ,
87
- " MX" ,
88
86
" NS" ,
89
- " PTR"
87
+ " MD" ,
88
+ " MF" ,
89
+ " CNAME" ,
90
+ " SOA" ,
91
+ " MB" ,
92
+ " MG" ,
93
+ " MR" ,
94
+ " NULL" ,
95
+ " WKS" ,
96
+ " PTR" ,
97
+ " HINFO" ,
98
+ " MINFO" ,
99
+ " MX" ,
100
+ " TXT" ,
101
+ " RP" ,
102
+ " AFSDB" ,
103
+ " X25" ,
104
+ " ISDN" ,
105
+ " RT" ,
106
+ " NSAP" ,
107
+ " NSAP-PTR" ,
108
+ " SIG" ,
109
+ " KEY" ,
110
+ " PX" ,
111
+ " GPOS" ,
112
+ " AAAA" ,
113
+ " LOC" ,
114
+ " NXT" ,
115
+ " EID" ,
116
+ " NIMLOC" ,
117
+ " SRV" ,
118
+ " ATMA" ,
119
+ " NAPTR" ,
120
+ " KX" ,
121
+ " CERT" ,
122
+ " A6" ,
123
+ " DNAME" ,
124
+ " SINK" ,
125
+ " OPT" ,
126
+ " APL" ,
127
+ " DS" ,
128
+ " SSHFP" ,
129
+ " IPSECKEY" ,
130
+ " RRSIG" ,
131
+ " NSEC" ,
132
+ " DNSKEY" ,
133
+ " DHCID" ,
134
+ " NSEC3" ,
135
+ " NSEC3PARAM" ,
136
+ " TLSA" ,
137
+ " SMIMEA" ,
138
+ " Unassigned" ,
139
+ " HIP" ,
140
+ " NINFO" ,
141
+ " RKEY" ,
142
+ " TALINK" ,
143
+ " CDS" ,
144
+ " CDNSKEY" ,
145
+ " OPENPGPKEY" ,
146
+ " CSYNC" ,
147
+ " ZONEMD" ,
148
+ " SVCB" ,
149
+ " HTTPS" ,
150
+ " SPF" ,
151
+ " UINFO" ,
152
+ " UID" ,
153
+ " GID" ,
154
+ " UNSPEC" ,
155
+ " NID" ,
156
+ " L32" ,
157
+ " L64" ,
158
+ " LP" ,
159
+ " EUI48" ,
160
+ " EUI64" ,
161
+ " TKEY" ,
162
+ " TSIG" ,
163
+ " IXFR" ,
164
+ " AXFR" ,
165
+ " MAILB" ,
166
+ " MAILA" ,
167
+ " *" ,
168
+ " URI" ,
169
+ " CAA" ,
170
+ " AVC" ,
171
+ " DOA" ,
172
+ " AMTRELAY" ,
173
+ " RESINFO" ,
174
+ " TA" ,
175
+ " DLV" ,
176
+ " Private use" ,
177
+ " Reserved"
90
178
],
91
- "comment" : " The DNS resource record type. For details, see the List of DNS record types on Wikipedia ."
179
+ "comment" : " The DNS resource record type. For details, see the List of DNS record types on Internet Assigned Numbers Authority (IANA) web site ."
92
180
},
93
181
{
94
182
"name" : " reply_code" ,
You can’t perform that action at this time.
0 commit comments