27 records across 15 zones converted from direct A records pointing at the Tailscale endpoint (100.79.95.190) to CNAMEs pointing at the Tailscale-named alias. Now if the underlying Tailscale node's IP changes, only the rpm-bullet record needs updating instead of chasing 27 zones. Affected zones (all *.l labels + a handful of dev / dev.mary names): acrazy.org copper-springs.online demostar.io flonhoney.com homestar.ink kg7q.cc malloys.us ourjob.site qubeseptic.com ryanmalloy.com septic.report sidejob.pro supported.systems warehack.ing zmesh.systems No CNAME collisions: none of the converted names had other records (MX/TXT/SRV/CAA/AAAA) at the same exact name. _acme-challenge.<sub>.l records sit at distinct subdomains and continue to resolve independently (verified: TXT lookups for known _acme-challenge.l.* names still return the original values). Also fixed prepare-zones.sh: added `|| true` after the serial-detection grep so a zero-match (first run of a new day) doesn't trip `set -e` and abort the whole prep.
14 lines
411 B
Dns
14 lines
411 B
Dns
; Zone file for septic.report
|
|
; Generated by mcp-vultr
|
|
$ORIGIN septic.report.
|
|
$TTL 3600
|
|
|
|
300 IN NS ns1.vultr.com
|
|
300 IN NS ns2.vultr.com
|
|
300 IN A 108.61.229.209
|
|
*.l 300 IN CNAME rpm-bullet.mer.idahomuellers.net
|
|
l 300 IN CNAME rpm-bullet.mer.idahomuellers.net
|
|
* 300 IN CNAME septic.report
|
|
permits 300 IN CNAME docker-2.supported.systems
|
|
*.permits 300 IN CNAME permits.septic.report
|
|
300 IN MX 10 septic.report |