mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #226] How to get subdomains to resolve? #106
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#106
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 @jhollowe on GitHub (Apr 28, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/226
I'm slowly understanding how this all works, but I still can't figure out how to get subdomains to resolve to anything. I have tried including
"*.cloud.example.com. CNAME cloud.example.com."in the records in the acme-dns.cfg, but this apparently does not get returned.How can I actually get any subdomain to resolve. acme-dns is now the authoritative name server for
cloud.example.comso I can't just make my main DNS provide the CNAME record.@jvanasco commented on GitHub (Jun 9, 2020):
My main DNS service has 2 entries:
My acme-dns config has this:
The
{{IP_ADDRESS}}is the ip of the service acme-dns is running on.