Brings up a parallel CoreDNS instance on ports 11053/19153 with a single test.example.com zone. Useful for verifying the custom image builds and the rfc2136 plugin accepts/applies UPDATEs end-to-end before touching production zones. Already validated the msgAcceptFunc override fix end-to-end via nsupdate, with the auto plugin re-serving the new record within 5s. Note: zones/test.example.com.zone gets rewritten by the plugin during testing. If perms get hosed (docker writes as root), run sudo chown -R rpm:rpm test/zones/ to reclaim.
9 lines
414 B
Dns
9 lines
414 B
Dns
; Auto-written by coredns-rfc2136 on 2026-05-21T17:59:46Z
|
|
; Zone: test.example.com.
|
|
$ORIGIN test.example.com.
|
|
test.example.com. 3600 IN SOA ns.test.example.com. admin.test.example.com. 2026052103 300 120 604800 60
|
|
test.example.com. 3600 IN NS ns.test.example.com.
|
|
ns.test.example.com. 3600 IN A 127.0.0.1
|
|
token.test.example.com. 60 IN TXT "validation-1"
|
|
fresh.test.example.com. 60 IN TXT "msgAcceptFunc-fix-works"
|