fix: serve acme-dns nameserver address #27

Merged
autonomic-bot merged 1 commits from fix/acme-dns-ns-record into main 2026-08-31 17:15:34 +00:00
Owner

What changed

Adds the ns-acme.commoninternet.net A record to the local authoritative acme-dns zone.

Why

The parent-zone delegation will carry matching glue at Gandi, but serving the nameserver address authoritatively makes the delegated zone self-contained and directly testable.

Evidence

  • NixOS configuration evaluation succeeds.
  • The existing service already answers the zone over public TCP and UDP 53; this completes its authoritative record set.
  • No credentials or DNS records outside the dedicated delegated zone are involved.
## What changed Adds the `ns-acme.commoninternet.net` A record to the local authoritative acme-dns zone. ## Why The parent-zone delegation will carry matching glue at Gandi, but serving the nameserver address authoritatively makes the delegated zone self-contained and directly testable. ## Evidence - NixOS configuration evaluation succeeds. - The existing service already answers the zone over public TCP and UDP 53; this completes its authoritative record set. - No credentials or DNS records outside the dedicated delegated zone are involved.
autonomic-bot added 1 commit 2026-08-31 17:15:33 +00:00
autonomic-bot merged commit 12dee8bf75 into main 2026-08-31 17:15:34 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: recipe-maintainers/cc-ci#27