[GH-ISSUE #215] Automatically look up and return A/AAAA records #99

Open
opened 2026-03-13 15:46:31 +03:00 by kerem · 0 comments
Owner

Originally created by @emilazy on GitHub (Mar 19, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/215

Currently, the configuration file has to either hardcode the IP address of the acme-dns server, which leads to fragility and duplication, or CNAME indirectly though another domain name à la #48.

Since you have to keep up-to-date A/AAAA records for the acme-dns zone with your upstream DNS provider anyway, acme-dns could instead take a nameserver to look up records for its own domain from and import those (whether solely at startup time for simplicity, or refreshed periodically according to the TTL).

Originally created by @emilazy on GitHub (Mar 19, 2020). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/215 Currently, the configuration file has to either hardcode the IP address of the acme-dns server, which leads to fragility and duplication, or CNAME indirectly though another domain name à la #48. Since you have to keep up-to-date A/AAAA records for the acme-dns zone with your upstream DNS provider anyway, acme-dns could instead take a nameserver to look up records for its own domain from and import those (whether solely at startup time for simplicity, or refreshed periodically according to the TTL).
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#99
No description provided.