Big migration: the source/prepared split is gone. Each zones/*.zone is now an RFC-compliant zone file that CoreDNS reads directly. Editing a record is just edit + bump SOA + commit. CoreDNS auto-reloads within 30s; HE pulls on its own 300s SOA-refresh cycle. Why: groundwork for the coredns-rfc2136 plugin to edit zones in place without juggling a source/prepared transformation step. Also reduces the mental model from "edit source, run prep, push" to just "edit". Changes: - zones/*.zone: 84 files migrated from Vultr-export form to RFC-compliant form (SOA injected, Vultr NS replaced with HE NS, CNAME/MX/NS rdata dot-terminated, apex lines get explicit @ prefix). Diff is mechanical and byte-count is unchanged (~340K) -- pure formatting promotion. - docker-compose.yml: bind ./zones:/zones:ro (was ./zones-prepared) - Makefile: dropped 'prep' target. 'reload' is now a no-op explainer. 'tls-up' no longer depends on prep. 'clean' no longer wipes prepared. - scripts/prepare-zones.sh moved to scripts/archive/ (kept for reference). - .gitignore: updated comment for zones-prepared/ (now legacy). NOT in this commit (follow-ups): - CLAUDE.md updates documenting the new workflow. - scripts/bump-serials.sh helper for manual-edit SOA bumping. - coredns-rfc2136 plugin refactor (Phase 2b in the plan).
42 lines
2.0 KiB
Dns
42 lines
2.0 KiB
Dns
; Auto-prepared by scripts/prepare-zones.sh on 2026-05-21T11:12:50-06:00
|
|
; Source: zones/nielsens.world.zone
|
|
$ORIGIN nielsens.world.
|
|
$TTL 3600
|
|
@ 3600 IN SOA ns1.he.net. admin.nielsens.world. (
|
|
2026052102 ; serial — bump per change (SERIAL=YYYYMMDDNN make prep)
|
|
300 ; refresh (5 min) — slaves poll us this often;
|
|
; tightened from 3600 to nudge HE's internal
|
|
; puller→anycast replication
|
|
120 ; retry (2 min) — kept < refresh per RFC 1912
|
|
604800 ; expire (1 week)
|
|
60 ; minimum (1 min) — negative-cache TTL on public
|
|
; resolvers; shrinks the window when an old
|
|
; NXDOMAIN keeps showing after we add a name
|
|
)
|
|
|
|
@ 3600 IN NS ns1.he.net.
|
|
@ 3600 IN NS ns2.he.net.
|
|
@ 3600 IN NS ns3.he.net.
|
|
@ 3600 IN NS ns4.he.net.
|
|
@ 3600 IN NS ns5.he.net.
|
|
|
|
|
|
@ 300 IN A 74.91.22.234
|
|
* 300 IN CNAME nielsens.world.
|
|
@ 300 IN MX 10 nielsens.world.
|
|
_acme-challenge 300 IN TXT "yp-IarvtiSb7qhW1xT6l3V7vZePbvgRmPJwYUKpT1uM"
|
|
_acme-challenge 300 IN TXT "P0qX-6q0E2i8boMN2k2P9QEFL8no62uJyQXKU6cd748"
|
|
_acme-challenge 300 IN TXT "Rp394t0XdkqnnJqfBQpGQwKpFAbQn9-XJAd1V_rVoyg"
|
|
_acme-challenge 300 IN TXT "ZBgEGehwTzlYXC7smmb9pm-IniUenaqNBen2KTjNLNU"
|
|
_acme-challenge 300 IN TXT "OG0jPLHom6gbx9SUe-o6MWJOpj8l_U8pSI6ny9rCmkg"
|
|
_acme-challenge 300 IN TXT "dwrSDLbJqG1nViz6uo84xkUZ9wwHhT6i42Hj1XArihc"
|
|
_acme-challenge 300 IN TXT "LM3MACdb2ceQcQKkyv8MQoSjqhMJIKLaa442DqRMFeQ"
|
|
_acme-challenge 300 IN TXT "0wCC6f8E6EUYNwXoh0xXQupAAg97xXuLXeZ9Nlc81VQ"
|
|
_acme-challenge 300 IN TXT "Ng2e0CTmRw9ajXB7KroV6jyRkqJ9pM3xVGGqfK8mgEc"
|
|
_acme-challenge 300 IN TXT "iuoGYRQgI9bOUgGmIk8x_71-L0NnAH-tbMkR18ImmaU"
|
|
_acme-challenge 300 IN TXT "5N-B9TqOnm7ax5s_MLb2eYkEJHu16pR_5XbyCc4Ws3M"
|
|
_acme-challenge 300 IN TXT "cQD7ne1AEfylbTLsz0cu4WjzZTYYs4Sf2-Co5_xXyFc"
|
|
_acme-challenge 300 IN TXT "-qb5Ano9xU1Z1aAtZ16kInYKpItqjX0fQwm2rRLHXwg"
|
|
_acme-challenge 300 IN TXT "t8qVdInrTstes_A-Cub-pVyMkk7PivPxvtNE59HTMNM"
|
|
_acme-challenge 300 IN TXT "CcZ2OuKYLR80GT1zf8CiHvkfwVz8QJras98kMQIasKw"
|