NLnetLabs / dnsi

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

Add TSIG support to `dnsi query`. #37

Open partim opened 5 days ago

partim commented 5 days ago

Add an option --tsig that takes the path to a key file as an argument and causes a TSIG record to be added to the query and checks for the correct TSIG record on the response. This may require additional options for more TSIG-related settings.