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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What changed
Adds the
ns-acme.commoninternet.netA 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