Skip to content
New issue

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 - Real time update #2

Closed
zarianec opened this issue Mar 15, 2022 · 2 comments · Fixed by #6 or #28
Closed

DNS command - Real time update #2

zarianec opened this issue Mar 15, 2022 · 2 comments · Fixed by #6 or #28
Assignees

Comments

@zarianec
Copy link
Contributor

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.

@patrykcieszkowski
Copy link
Contributor

reopening, as a reminder we'll have to replace the package for IRL results after MVP release.

@jimaek jimaek changed the title DNS command DNS command - Real time update Mar 24, 2022
@zarianec
Copy link
Contributor Author

Could you also add 'dnsutil' package in dockerfile because dns command currently doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants