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

dns: domain must be fully qualified / or what does it do? #126

Open
rrjanbiah opened this issue May 21, 2020 · 6 comments
Open

dns: domain must be fully qualified / or what does it do? #126

rrjanbiah opened this issue May 21, 2020 · 6 comments

Comments

@rrjanbiah
Copy link

Getting domain must be fully qualified error with:

{
  "type": "dns",
  "endpoint_name": "Testing DNS",
  "endpoint_url": "1.1.1.1:53", // cloudflare 
  "hostname_fqdn": "foo.com"
}

While Googling the error it seems to suggest that it is trying to update DNS (which I don't want). So, what does it exactly do?

@titpetric
Copy link
Contributor

The fully qualified domain name consists of three or more labels: The top level domain, the domain names, optional subdomains, and the host name.

So, from what I understand, a www.foo.com should be a fqdn, while foo.com is not. You could try with foo.com. (trailing dot), but i'm not sure that it's going to work.

@titpetric
Copy link
Contributor

@rrjanbiah
Copy link
Author

@titpetric Thank you so much for your quick reply. So, is it different from nslookup? IOW, is it to check if the given hostname is resolving? TIA

@rrjanbiah
Copy link
Author

Also, for the sake of record trailing dot fixed it.

@titpetric
Copy link
Contributor

titpetric commented May 21, 2020 via email

@rrjanbiah
Copy link
Author

@titpetric I think, current checks are perfectly fine. Some doc or sample config will suffice, IMHO.

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

2 participants