dnsdiag icon indicating copy to clipboard operation
dnsdiag copied to clipboard

DNS Measurement, Troubleshooting and Security Auditing Toolset

Results 17 dnsdiag issues
Sort by recently updated
recently updated
newest added

Thank you! Thank you for your project and software! Thank you for maintenance in the past and in the future! Kind regards and season's greetings!

```zsh # dnseval -v -f serverList.txt -c 100000 -t A -p 5335 www.linkedin.com option -p not recognized dnseval version 2.1.0 usage: dnseval [-ehmvCTXH] [-f server-list] [-j output.json] [-c count] [-t...

bug

``` % ./dnseval.py -m -H -D -C -f public-v4.txt sidn.nl server avg(ms) min(ms) max(ms) stddev(ms) lost(%) ttl flags response ----------------------------------------------------------------------------------------------------------------------- 1.0.0.1 100.334 94.080 110.639 5.270 %0 N/A QR -- --...

bug

Currently we fail hard when we cannot bind to a source port (usually due to lack of permission). This might impact all the tools and need to be handled gracefully....

bug

This is to set ECS (EDNS Client Subnet) bit set in the request to see if the resolver acts differently (e.g. some providers might pin your request to specific resolvers)....

enhancement

dnspython's `dnssec` extra only needs cryptography 42, not 42.0.7, so it seems unnecessary to depend on a newer patch release. (I noticed this because Debian currently has 42.0.5, and the...