Tags: farrokhi/dnsdiag
Tags
Bugfixes and Improvements, mostly on dnsping - Add RFC5001 NSID support (`-n` or `--nsid`) - Display RFC8914 Extended DNS Errors when available (`-E` or `--ede`) - Add ability to override default RR class (`-C` or `--class`) - Display response TTL if applicable (`-L` or `--ttl`) - Display first answer in RRSET, when available (`-a` or `--answer`) - Add `-x` to display extra/expert information, implying Flags, EDE and TTL - Display EDNS flags alongside other response flags, when available - Always display RCODE with responses - Add more resolvers to the default list - Lots of bug fixes and UX improvements
Add support for DoT, DoH and DNSSEC * Add support for DNSSEC * Add -F to display flags for each response (dnsping) * Display full response in verbose mode (dnsping) * Add DoT (DNS over TLS) support (dnsping, dnseval) * Add DoH (DNS over HTTPS) support (dnsping, dnseval) * Add TCP support * Refactor and PEP8 cleanup * Do not use system resolver when not needed * Add support for user defined source IP address * Add user-specified destination port (-p/--port) * Improve error handling * Display last response code for each entry * Rework custom socket and custom TTL support * Rework time calculation logic to eliminate an extra DNS request that was just sent for timing (dnstraceroute) * Update docs (output samples, use cases, etc) * Use proper terminology (in code) to reduce confusion
PreviousNext