-
Notifications
You must be signed in to change notification settings - Fork 88
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
Cannot use real top-level domain #65
Comments
[ Quoting [email protected] in "[skydock] Cannot use real top-level..." ]
Can you reproduce this with a skyDNS only setup? /Miek Miek Gieben |
Hm, not sure how to do that? I just used docker containers available here and ran them using existing domain for top-level domain and existing server name for environment. Any instructions how should I test this only with skyDNS? |
[ Quoting [email protected] in "Re: [skydock] Cannot use real top-l..." ]
You need to figure out the command line used for SkyDNS and then start skydns Note: i think skydock still uses skydns version 1, not skydns version 2, which /Miek Miek Gieben |
Yes, it uses version 1. |
I am using
-environment server
and-domain example.com
and if I try to resolveserver.example.com
I get back all IPs inside the environment, instead of realserver.example.com
IP for that server. Even crazier, if I try to resolveexample.com
, I get back0.0.0.0
.I think that everything from environment up (inclusive) should be recursed to provided DNS server.
The text was updated successfully, but these errors were encountered: