Skip to content

pdns: fix TXT record cleanup for wildcard domains #2500

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

Merged
merged 2 commits into from
Mar 30, 2025

Conversation

fries1234
Copy link
Contributor

@fries1234 fries1234 commented Mar 30, 2025

When using the pdns backend, using a domain and a wildcard domain at the same time (example.com, *.example.com) means cleanup wasn't successful because it was trying to DELETE all the TXT records even though its only supposed to delete 1 challenge at a time.

When using the pdns backend, using a domain and a wildcard domain at the
same time (google.com, *.google.com) means cleanup wasn't successful
because it was trying to DELETE all the TXT records even though its only
supposed to delete 1 challenge at a time.
@ldez ldez changed the title pdns: Fix DNS TXT cleanup for wildcard domains pdns: fix DNS TXT cleanup for wildcard domains Mar 30, 2025
@ldez ldez self-requested a review March 30, 2025 12:48
@ldez ldez assigned ldez and unassigned ldez Mar 30, 2025
@ldez ldez added the bug label Mar 30, 2025
@ldez ldez added this to the unreleased milestone Mar 30, 2025
Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ldez ldez enabled auto-merge (squash) March 30, 2025 23:47
@ldez ldez changed the title pdns: fix DNS TXT cleanup for wildcard domains pdns: fix TXT record cleanup for wildcard domains Mar 30, 2025
@ldez ldez merged commit 3f795d6 into go-acme:master Mar 30, 2025
7 checks passed
@ldez ldez modified the milestones: unreleased, v4.23 Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants