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

Perform AAAA check separately #376

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Conversation

crishoj
Copy link
Contributor

@crishoj crishoj commented Oct 2, 2023

Dependent on the resolver, combined DNS checks for A + AAAA + MX may fail with SERVFAIL, despite valid A/MX records being present.

Case in point: eripio.xyz on Ubuntu 20.04.6 LTS with systemd-resolve (and 1.1.1.1 + 8.8.8.8 as upstream resolvers):

image

This pull request implements the workaround proposed by @sandermarechal in #301:

I have the exact same problem. AAAA validation fails because it gets back a SERVFAIL and dns_get_record() returns FALSE, even though an MX record and A record exist.

Perhaps you should not query MX + A + AAAA at the same time.

@egulias egulias merged commit ebaaf5b into egulias:4.x Oct 6, 2023
3 of 6 checks passed
@rGaillard
Copy link

@crishoj @egulias thank you for this fix! :)

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

Successfully merging this pull request may close these issues.

None yet

3 participants