We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNS command measures resolving performance and collects resolved output. See jsdelivr/globalping#6 for command options
A possible command that can be used to resolve target:
dig -4 +time=1 +tries=2 +edns +stats @1.1.1.1 MX google.com
dig output is pretty complex and may change significantly depending on the params so we should avoid parsing it manually.
Need to check this package https://www.npmjs.com/package/node-dig-dns and see if it can parse the output with the params we need.
The text was updated successfully, but these errors were encountered:
reopening, as a reminder we'll have to replace the package for IRL results after MVP release.
Sorry, something went wrong.
Could you also add 'dnsutil' package in dockerfile because dns command currently doesn't work.
patrykcieszkowski
Successfully merging a pull request may close this issue.
DNS command measures resolving performance and collects resolved output.
See jsdelivr/globalping#6 for command options
A possible command that can be used to resolve target:
dig output is pretty complex and may change significantly depending on the params so we should avoid parsing it manually.
Need to check this package https://www.npmjs.com/package/node-dig-dns and see if it can parse the output with the params we need.
The text was updated successfully, but these errors were encountered: