From 0bc914f1c6dfc52471b366020d156abeb604fa9e Mon Sep 17 00:00:00 2001 From: "prompt.ac/@jeffrey" Date: Mon, 6 Jul 2026 14:13:05 -0700 Subject: [PATCH] =?UTF-8?q?lith:=20www.prompt.ac=20=E2=86=92=20apex=20redi?= =?UTF-8?q?rect=20+=20DNS.md=20note=20(www=20record=20missing=20from=20the?= =?UTF-8?q?=20prompt.ac=20zone,=20falls=20into=20the=20Worker=20wildcard?= =?UTF-8?q?=20and=20522s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lith/Caddyfile | 8 ++++++++ lith/DNS.md | 1 + 2 files changed, 9 insertions(+) diff --git a/lith/Caddyfile b/lith/Caddyfile index 6a26ded11..a2e72fd69 100644 --- a/lith/Caddyfile +++ b/lith/Caddyfile @@ -439,6 +439,14 @@ redir https://aesthetic.computer{uri} 301 } + # --- www.prompt.ac redirect --- + # (needs a proxied `www` A record in the prompt.ac zone — without it the + # `*.prompt.ac → 100::` Worker wildcard swallows www and 522s.) + @wwwpromptac host www.prompt.ac + handle @wwwpromptac { + redir https://prompt.ac{uri} 301 + } + # --- prompt.ac/menuband → menuband.app (Menu Band's own domain) --- # Menu Band now lives at menuband.app; this legacy path keeps working by # forwarding into it (subpath preserved: /menuband/privacy.html → diff --git a/lith/DNS.md b/lith/DNS.md index 4808bdfbc..e01a0e356 100644 --- a/lith/DNS.md +++ b/lith/DNS.md @@ -15,6 +15,7 @@ The primary frontend origin is `209.38.133.33`. - `kidlisp.com` zone: `kidlisp.com`, `www`, `buy`, `calm`, `device`, `keep`, `keeps`, `learn`, `pj`, `top` - `notepat.com` zone: `notepat.com`, `www` - `prompt.ac` zone: `prompt.ac`, `api`, `l5`, `p5`, `papers`, `processing`, `sitemap` + - `www` MISSING as of 2026-07-06 — falls into the `*.prompt.ac → 100::` Worker wildcard and 522s. Fix: add `www` A → 209.38.133.33 (proxied); Caddyfile already has the www→apex redirect. - `quiltnet.org` zone: `quiltnet.org`, `www` - `sotce.net` zone: `sotce.net`, `www` -- 2.51.2