5 Commits

Author SHA1 Message Date
85ec79f14b supportedsystems.net: add git A 64.177.112.188
New git server under the .net naming convention, paralleling
git.supported.systems (66.42.70.188) which stays as the old box.
2026-05-20 15:41:05 -06:00
ca4ddf712a supportedsystems.net: add docker-1 AAAA 2001:19f0:0:39a2:5400:6ff:fe2d:a42
Dual-stack symmetry with docker-2.
2026-05-20 14:12:36 -06:00
9bb87a0339 supportedsystems.net: add docker-2 A 64.177.113.31 + AAAA
New host record for the docker-2 replacement, with dual-stack from day
one. IPv6 is the EUI-64 SLAAC address from Vultr's /64 allocation.
2026-05-20 14:11:53 -06:00
07e4813ad3 supportedsystems.net: add docker-1 A 108.61.23.129
New host replacing 108.61.229.209. Wildcard CNAME on the zone is
suppressed by RFC 4592 in favor of this explicit owner record.
2026-05-20 11:38:52 -06:00
10867ee319 coredns: docker compose stack with Vultr zone import
- Auto plugin loads zones-prepared/*.zone (regex zone-name extraction)
- scripts/prepare-zones.sh transforms raw Vultr exports:
  * synthesizes SOA (omitted by Vultr; CoreDNS requires it)
  * prepends @ to leading-TAB apex lines to disambiguate owner inheritance
  * dot-terminates NS/MX/CNAME rdata so $ORIGIN doesn't double-suffix
- DNS_PORT defaults to 1053 (5353=avahi, 53=libvirt dnsmasq on this host)
- Forwards non-authoritative queries to 1.1.1.1/1.0.0.1/9.9.9.9
- Makefile targets: prep, up, down, reload, test, logs
- 91 zones loaded
2026-05-12 01:51:09 -06:00