Can get addresses from Additional and Authority sections, and return
[adns] / client / adnstest.c
index 95955cb..b4c125a 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
 };