-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add +trace support to DNS #104
Comments
Seems simple enough, it's just a matter of extracting data from the comments. Just to make sure, do we want to parse and output everything, or just the final result of the queried FQDN?
|
Raw output must be definitely everything, the whole thing. Regarding parsing not sure, maybe blocks and same format as normal dig?
Or something like that, you get the point. |
I am 60% certain real-time doesnt work. Lets look into it a bit more. Running a trace on a probe took around 3-4 seconds. When running that trace using the API I get a few API hits with no output, and then a final that has the full output. It seems like I can't replicate the real-time results at all. |
We basically need to add
+trace
to dig. On the API side a new optional boolean parametertrace
with false as default.Need to figure out how to parse it correctly
The text was updated successfully, but these errors were encountered: