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.
17 lines
922 B
Dns
17 lines
922 B
Dns
; Zone file for flonhoney.com
|
|
; Generated by mcp-vultr
|
|
$ORIGIN flonhoney.com.
|
|
$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 flonhoney.com
|
|
300 IN MX 10 mail.supported.systems
|
|
300 IN TXT "v=spf1 mx a:mail.supported.systems ~all"
|
|
_dmarc 3600 IN TXT "v=DMARC1; p=reject; rua=mailto:reports@supported.systems; adkim=s; aspf=s;"
|
|
dkim._domainkey 3600 IN TXT "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvErmN9sKkddcCuClMyVZz9ymSciRI5G5G7hdH2BXy1m9ylwX1m6+feh84Qavet82vZGhoTDaCtzKzWUIRaZuY0EYpdZXY+iITNaXGY7Y5cwuePJI3kO8HbsHxrFyUxYXa70+QWxFsTTUp87PsdogqXL0z2apSgJiKCEFMf1vbq8fEZkSV3ZUzywJC1rE"
|
|
_acme-challenge.meet.l 300 IN TXT "q8v3f-Aw1jos4lLXi6K7onc4KMhX-oaaHwpoYZnAaVI"
|
|
_acme-challenge.research.l 300 IN TXT "vGtOnL5wb2xcuHqcpmKMTa3Re_H44eWLj6ZASZn0mEk" |