-
Notifications
You must be signed in to change notification settings - Fork 247
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
Comments
So, from what I understand, a |
@titpetric Thank you so much for your quick reply. So, is it different from |
Also, for the sake of record trailing dot fixed it. |
What can we do better?
- don’t require a fqdn (a less strict check),
- assert resolved ips against []string list of IPs,
- check ipv6 options (AAAA record)
If you have other suggestions, please add a comment with a related feature
request for the dns checker, or a new issue if a different area of checkup
…On Thu, 21 May 2020 at 12:14, R. Rajesh Jeba Anbiah < ***@***.***> wrote:
Also, for the sake of record trailing dot fixed it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABY7ECIK75FFSQI65XDPJLRST5IZANCNFSM4NGVJEAQ>
.
|
@titpetric I think, current checks are perfectly fine. Some doc or sample config will suffice, IMHO. |
Getting
domain must be fully qualified
error with: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?
The text was updated successfully, but these errors were encountered: