mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #404] Add txt_limit config option #406
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#406
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/404
Author: @warmanton
Created: 2/12/2026
Status: 🔄 Open
Base:
master← Head:txtlimit_config_option📝 Commits (2)
11fb6baAdd Dockerfile.local for local build, add layer for go depsdde1af5Add "txt_limit" config option📊 Changes
5 files changed (+56 additions, -8 deletions)
View changed files
➕
Dockerfile.local(+34 -0)📝
config.cfg(+4 -1)📝
pkg/acmedns/config.go(+5 -0)📝
pkg/acmedns/types.go(+1 -0)📝
pkg/database/db.go(+12 -7)📄 Description
Adds txt_limit config option which allows to specify number of TXT records per subdomains.
acme-dns has hardcoded limit for only two TXT records and this is enough for almost all LE certs.
But in some cases two TXT per account is not enough. For example:
Option 'txt_limit' allows to increase number of TXT record for these specific cases and the default number is two.
Also "Dockerfile.local" is provided for build from local sources. Build is splitted in two parts (multiple docker layers): layers for do deps and layers for bo build. This allows to re-use go deps installed previously and cached in docker cache
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.