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

Perform multiple queries in the same run #353

Closed
maaaaz opened this issue Feb 15, 2024 · 2 comments
Closed

Perform multiple queries in the same run #353

maaaaz opened this issue Feb 15, 2024 · 2 comments
Assignees
Milestone

Comments

@maaaaz
Copy link

maaaaz commented Feb 15, 2024

Hello there,

Thanks for this great tool!

If I am not wrong, it is currently impossible to perform, in a same run/execution, different DNS query types: that is to say, we can't say "perform an A query and an AAAA query". So we need to perform X runs for X different records.

Would it be possible to have an option allowing us to perform multiple, at least two (A and AAAA), queries in a same run ?

Cheers!

@phillip-stephens
Copy link
Contributor

phillip-stephens commented May 30, 2024

This should definitely be possible, and seems reasonable to me. Using this from the CLI could be something like:
echo "google.com" | ./zdns A AAAA.

We'll just need to be sure the output allows a consuming program/user to disambiguate what query a result is in reference to. That looks to be the case for the basic DNS record types (A and AAAA but not the modules that do more complicated querying - ALOOKUP, etc.)

I'll take this on.

@zakird
Copy link
Member

zakird commented Aug 23, 2024

Addressed by #429.

@zakird zakird closed this as completed Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants