mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #173] How can I add wildcard A record #70
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#70
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 @akoscomp on GitHub (Jul 30, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/173
I want to configure a wildcard A record, but I can't do it:
in config.cfg
records = [
# domain pointing to the public IP of your acme-dns server
"a.test.com. A 10.10.6.120",
"b.test.com. A 10.10.4.176",
"*.a.test.com. A 10.10.5.5",
]
When I want to query bb.a.test.com or cc.a.test.com, etc. I got an error.
@mices commented on GitHub (Aug 18, 2019):
That goes beyond just trying to add a wildcard when you're trying to add another level *.a.test.com is an additional level from *.test.com
@qnt-dmitry commented on GitHub (Aug 21, 2019):
see my pull request https://github.com/joohoi/acme-dns/pull/174
I improved wild cards support