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

The ANY DNS query could be more efficient when searching for records #34

Open
tarnfeld opened this issue Dec 23, 2014 · 0 comments
Open

Comments

@tarnfeld
Copy link
Contributor

Currently when the nameserver is hit with an ANY query it will attempt query etcd for every type of RR supported. See the resolver code.

We could list recursively (one API call to etcd) and determine what type of record it is by the first path segment (e.g .A).

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

No branches or pull requests

1 participant