pub fn query(metadata: &QueryMetadata) -> Result<(Vec<Answer>, Option<DnsKeys>)>
Expand description

Performs an iterative query for the information specified in args, starting at one of the root servers. If args.verify_dnssec is true, also returns the DNSKEYs of all queried zones (including the root zone) and their RRSIGs.