mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #284] NS fallback for queries unrelated to Letsencrypt #147
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#147
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 @mathroc on GitHub (Oct 25, 2021).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/284
If I understand correctly, all A DNS queries return the same IP, would it be possible to configure acme-dns to fall back to another DNS server for query unrelated to Letsencrypt instead of always answering with the same IP?
I'd like to use that with https://github.com/cunnie/sslip.io/ for local development. I think this would let Traefik (or any Letsencrypt client able to talk with acme-dns) to generate certificate automatically for even for hostname resolving to local addresses
@joohoi commented on GitHub (Jan 25, 2022):
Thanks for sending in the question; It kind of could, but as acme-dns is not designed to serve as an actual DNS server outside of doing ACME DNS validation, I'd hate to encourage people to configure it to do something else. This would also unnecessarily complicate the current codebase.
Closing this issue now, but feel free to comment if something was left unclear and we'll open if a need arises.