We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we log a validation result with an error, it shows up three places:
We should fix this by:
The text was updated successfully, but these errors were encountered:
One error that has caused confusion for users is errors of the form
dns :: no valid A records found for example.com; no valid AAAA records found for example.com
I haven't looked at how that's generated, but could we collapse those errors to no valid A or AAAA records found for example.com as a special-case?
no valid A or AAAA records found for example.com
Sorry, something went wrong.
No branches or pull requests
When we log a validation result with an error, it shows up three places:
We should fix this by:
The text was updated successfully, but these errors were encountered: