mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #29] [MERGED] Support for multiple TXT records per subdomain #253
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#253
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/29
Author: @joohoi
Created: 1/20/2018
Status: ✅ Merged
Merged: 1/22/2018
Merged by: @joohoi
Base:
master← Head:multi_txt📝 Commits (4)
ac73a2aSupport for multiple TXT records per subdomain and database upgrade functionality3f25615Linter fixese9bc7c7Make sure the database upgrade routine works for PostgreSQL44d30c1Move subdomain query outside of the upgrade transaction📊 Changes
6 files changed (+199 additions, -71 deletions)
View changed files
📝
acmetxt.go(+1 -2)📝
db.go(+162 -31)📝
db_test.go(+29 -33)📝
dns.go(+4 -4)📝
main.go(+2 -0)📝
types.go(+1 -1)📄 Description
Functionality for having two rolling TXT records per subdomain is now added. This fixes the issue with
domain.tldand*.domain.tldin the same certificate, as they would point to the same subdomain using the CNAME. The oldest one of the two is always updated.Database structure changed, but the old databases (with the exception of TXT records) will be upgraded, so all the credentials will be saved.
Fixes: #28
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.