mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #270] Allow set-and-delete flow that is usually used by acme-clients #366
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#366
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/pull/270
Author: @Yannik
Created: 7/16/2021
Status: 🔄 Open
Base:
master← Head:set-delete-flow📝 Commits (3)
91599acSupport deleting txt records5a16ea9Allow set-and-delete flow that is usually used by acme-clients7e121f0Fix linter issues📊 Changes
7 files changed (+546 additions, -121 deletions)
View changed files
📝
README.md(+32 -1)📝
api.go(+36 -0)📝
api_test.go(+242 -1)📝
db.go(+85 -72)📝
dns_test.go(+149 -47)📝
main.go(+1 -0)📝
types.go(+1 -0)📄 Description
This PR builds on the work of @jacobmyers-codeninja's PR #245 and fully implements set-and-delete flow.
This fixes issues such as https://github.com/dehydrated-io/dehydrated/issues/832
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.