mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #27] How to add other types of records through the API? #8
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#8
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?
Originally created by @themihai on GitHub (Dec 20, 2017).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/27
The documentations shows how to add TXT records(assuming that you defer the verification from your main DNS server using a CNAME) but I wonder if it supports other record types and if it can be used as the main DNS server(i.e. point the NS records to it). Using a different server just for ACME verifications doesn't seem right.
@joohoi commented on GitHub (Dec 21, 2017):
The static configuration file allows you to add any and all kinds of records you wish, example from the default configuration file:
Using acme-dns as a primary nameserver is discouraged however. It lacks a lot of important functionality that actual name servers carry, for example the zone transfers for master->slave propagation, DNSSEC etc. It was specifically developed to act as a supplementary mean to handle ACME DNS validation in a way that has minimal attack surface and is intentionally limited because of that.