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

Feature request: Allow to query list of domains #84

Open
Raviu56 opened this issue Jan 24, 2024 · 0 comments
Open

Feature request: Allow to query list of domains #84

Raviu56 opened this issue Jan 24, 2024 · 0 comments

Comments

@Raviu56
Copy link

Raviu56 commented Jan 24, 2024

Hello,
At 1st thanks for the excellent too.
I want to be able to query a list of domain to make use efficient use of the connection For https/tls for example would not it much more efficient to query all domains on the same connection instead of a loop where q is opened/closed for each query?

A delay option in milliseconds can be added to accommodate with rate limit requirement of some servers.
So one can use q as this for example:
q A @tls://mygooddns.server q.com qq.com qqq.com g.net go.io
And optionally as this for example:
q --delay-between-queries-ms=50 A @tls://mygooddns.server q.com qq.com qqq.com g.net go.io

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

No branches or pull requests

1 participant