-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
DNS queries fail for type AAAA #1470
Comments
Hi @shore I think this will be fixed in Consul 0.6, which should be released next week - #1222. We've got a release candidate build if you want to give that a shot on one of your agents - https://releases.hashicorp.com/consul/0.6.0-rc2/ - it will interoperate with 0.5.2 servers. |
I'll close this out as a dup for now but please do re-open if you see any issues with the newer Consul version. |
0.6.0-rc2 fixes my issue, I don't know how I missed #1222 when scanning issues and PRs yesterday. Thanks for the pointer. |
Hi,
I'm trying to use consul as a primary resolver and I see SRV records resolve correctly, but I can't get AAAA queries to work. Cluster membership looks like this:
On the client:
Testing with dig:
Fetch SRV record:
Fetch that AAAA record:
Try again with type ANY:
DNS logs on the server (fd00::500):
I can work around this in my own code (though stdlib doesn't support ANY queries), but 3rd-party tools fail too:
I see that the docs for the DNS interface only demonstrate ANY and SRV records. Is consul intentionally not handling AAAA records? Am I missing something obvious?
The text was updated successfully, but these errors were encountered: