farrokhi / dnsdiag

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

Fix incorrect double-dash flag to enable "cache-miss" for dnseval #91

Closed oBusk closed 3 years ago

oBusk commented 3 years ago

Was looking at the code and noticed that the configuration for the double-dash flag for forcing cache misses was inconsitent with the --help output.

--help outputs

  -m  --cache-miss  Force cache miss measurement by prepending a random hostname

so I assume that there is a uncompleted change that might cause these differances.

farrokhi commented 3 years ago

Thanks for your contribution!