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

inwx: delete only the TXT record related to the DNS challenge #2373

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

jhbruhn
Copy link
Contributor

@jhbruhn jhbruhn commented Dec 3, 2024

The original implementation deleted all TXT records on the domain. That was not very nice. I took the way the IONOS Implementation is done to only delete the newly generated DNS Challenge records.

@ldez ldez changed the title All TXT Records on INWX managed domains were deleted inwx: fix all TXT records were deleted Dec 3, 2024
providers/dns/inwx/inwx.go Outdated Show resolved Hide resolved
@ldez ldez changed the title inwx: fix all TXT records were deleted inwx: delete only the TXT record related to the DNS challenge Dec 3, 2024
@ldez
Copy link
Member

ldez commented Dec 3, 2024

FYI, the records are already filtered on _acme-challenge.example.com.
I think you are using a CNAME, so the effective name should be something "unexpected".

@ldez ldez added this to the unreleased milestone Dec 3, 2024
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) December 3, 2024 18:27
@jhbruhn
Copy link
Contributor Author

jhbruhn commented Dec 3, 2024

Thanks for your improvements!

@ldez ldez merged commit 2c13835 into go-acme:master Dec 3, 2024
7 checks passed
@ldez ldez modified the milestones: unreleased, v4.21 Jan 6, 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.

2 participants