[getdns-users] Example using the "dnssec_return_validation_chain" extension

Melinda Shore melinda.shore at nomountain.net
Wed Feb 10 21:00:07 UTC 2016


On 2/10/16 11:19 AM, Linus Nordberg wrote:
> Oh, I was looking in 'replies_tree'!

Yes, the structure of the returned data isn't particularly
transparent, so I often find myself jumping into the Python
interpreter and running it interactively to poke around.
The main thing to remember is that in the result, the "replies_full"
member contains the entire set of returned data, so you can
do things like
     r.replies_full.keys()
and go forward from there.  Also, dir(r) (assuming that "r"
contains the query results).

Melinda




More information about the Users mailing list