chiark / gitweb /
Can get addresses from Additional and Authority sections, and return
[adns.git] / client / adnstest.c
index 95955cba4ab8d7d236c75fc523a7a2197d8dd461..b4c125a495bbcf9fbdc0416d58c9550109939b59 100644 (file)
@@ -40,9 +40,11 @@ static const adns_rrtype defaulttypes[]= {
   adns_r_cname,
   adns_r_ptr_raw,
   adns_r_mx_raw,
-  adns_r_rp_raw,
   adns_r_txt,
+  adns_r_rp_raw,
   adns_r_addr,
+  adns_r_ns,
+  adns_r_mx,
   adns_r_none
 };