This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
[dns] return all matching local records #338
Labels
Milestone
Comments
Nope, don't think so. There is still the problem of having a consistent way of answering a query for which there are multiple answers on the network, which this may or may not help; just doing this will muddy the waters a bit, since instead of getting one answer from some host or no answer, a question will get some answers all from the same host or no answer. |
@rade Current WeaveDNS can return all the answers with "--max-answers=0", so is this issue still valid? If so, what is missing? |
Users shouldn't have to supply special configuration parameters for something that should just work. I suspect this issue will get resolved as part of #733. |
17 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ATM, weavedns only returns the first matching record for a local name / reverse lookup. But there can be multiple matching records; all of them should be returned.
The text was updated successfully, but these errors were encountered: