Predefined DNS records served in addition to the _acme-challenge
TXT records.
Declarations
Type
list of string
Example
[
# replace with your acme-dns server's public IPv4
"acme-dns.example.com. A 198.51.100.1"
# replace with your acme-dns server's public IPv6
"acme-dns.example.com. AAAA 2001:db8::1"
# acme-dns.example.com should resolve any *.acme-dns.example.com records
"acme-dns.example.com. NS acme-dns.example.com."
]