From daf48b373ded87a5d64897c18fd557f4ddfe930e Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sat, 16 May 2026 15:24:27 -0600 Subject: [PATCH] coredns: rename endpoint dns.l.supported.systems -> dns.supported.systems --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 78dd28a..20f1fa9 100644 --- a/.env +++ b/.env @@ -21,7 +21,7 @@ DOH_PORT=8443 # --- Production cert provisioning (Caddy sidecar + Let's Encrypt) --- # Hostname the cert is issued for. Must be a name you control and that # resolves via the public DNS server holding the zone (Vultr's NS). -CADDY_HOSTNAME=dns.l.supported.systems +CADDY_HOSTNAME=dns.supported.systems # Contact email registered with Let's Encrypt for expiry notifications. ACME_EMAIL=rpm@malloys.us