NLnetLabs / dnsi

A tool to investigate the DNS.
BSD 3-Clause "New" or "Revised" License
43 stars 4 forks source link

Add a command to compare the answers from all authoritatives. #6

Open partim opened 1 month ago

partim commented 1 month ago

The idea is to add a command that is being given a query, i.e., query name and query type, and queries all authoritative servers – i.e., all the servers mentioned in the NS RRset and all the A and AAAA addresses the set resolves into. It then produces a report with all the answers and differences it got.