Status: IN
The catbeez dev deployment automates DNS via `community.general.cloudflare_dns` module, unlike the prod deployment which uses manual Namecheap DNS.
Source: entries/2026/05/11/deployments-catbeez-deploy.md
# From cloudflare-stargate/rules/ensure_stargate_dns.py
await ftl.community.general.cloudflare_dns(
zone="catbeez18.com",
record="stargate",
type="A",
value=ip,
proxied=False, # DNS only — Caddy terminates TLS
state="present",
)