[GH-ISSUE #173] How can I add wildcard A record #70

Open
opened 2026-03-13 15:39:36 +03:00 by kerem · 2 comments
Owner

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.

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.
Author
Owner

@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

<!-- gh-comment-id:522290290 --> @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
Author
Owner

@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

<!-- gh-comment-id:523379415 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#70
No description provided.