chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Can get addresses from Additional and Authority sections, and return
[adns]
/
client
/
adnstest.c
diff --git
a/client/adnstest.c
b/client/adnstest.c
index 95955cba4ab8d7d236c75fc523a7a2197d8dd461..b4c125a495bbcf9fbdc0416d58c9550109939b59 100644
(file)
--- a/
client/adnstest.c
+++ b/
client/adnstest.c
@@
-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
};