mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[PR #33] Follow CNAMEs when checking CAA records #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns-client/pull/33
Author: @marbens-arch
Created: 8/25/2025
Status: 🔄 Open
Base:
master← Head:caa-follow-cnames📝 Commits (2)
7a9f23eFollow CNAMEs when checking CAA recordse853f6dFix duplicate CAA queries when a CNAME pointing to itself is returned📊 Changes
1 file changed (+22 additions, -6 deletions)
View changed files
📝
pkg/dnsclient/caarecord.go(+22 -6)📄 Description
Without this change, when checking CAA records, CNAMEs would be considered "unexpected", and there would be an error.
With this change, CNAMEs will be considered "expected", and will be followed if the nameserver doesn't support recursion.
Depends on #30.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.