Railway
you.runs-at.dev serving a Railway service, over HTTPS, via CNAME.
The record
Railway generates a unique *.up.railway.app CNAME target for each custom domain in its dashboard, so abcd12.up.railway.app above is a stand-in. Copy the exact value Railway shows you, not this one.
Steps
- In the Railway dashboard: your service → Settings → Networking → Custom Domain → enter
you.runs-at.dev. Railway shows you the CNAME target to use. - Fork the registry and edit
domains/you.json, settingCNAMEto the exact value Railway gave you. - Open a pull request. Once merged, the CNAME is synced to DNS automatically.
What our schema cannot express
If Railway instead shows the TXT record at a different hostname (a prefixed subdomain, for example), add it under subdomains at that label instead, since a subdomain entry and the root records object don't share the CNAME-exclusivity rule with each other.
How to tell it worked
Networking → Custom Domain shows the domain as active once Railway has confirmed it. Visiting https://you.runs-at.dev should then serve the service.