farrokhi / dnsdiag

DNS Measurement, Troubleshooting and Security Auditing Toolset
https://dnsdiag.org/
BSD 2-Clause "Simplified" License
946 stars 100 forks source link

Improve handling invalid record types #98

Closed farrokhi closed 1 year ago

farrokhi commented 1 year ago

When presented with wrong record type in query (e.g. --type BLAH), dnsping throws and exception. This needs to be handles gently with a proper error message.

farrokhi commented 1 year ago

This needs to be checked with dnstraceroute and dnseval as well.