the moshpit namespace
DNS records
Real records on the names you hold: AAAA for the box that serves it, CNAME to send it somewhere else, MX for mail, TXT for everything that has to be proved. Published the moment you hit the button — no zone transfer, no propagation wait.
All four resolve. dig MX blue.eggs through a Moshpit resolver answers from what you publish here, as do TXT, CNAME and AAAA. A machine running a bridge from before records existed answers addresses and nothing else — moshcode update is the fix, and moshcode dns resolve blue.eggs says which one you are talking to.
Sign in to publish records on the names you hold — the same login the CLI uses.
publish records from a script
Every button on this page is an API call. The key is the one
in settings — the same one moshcode uses.
/api/moshpit/records is what a resolver
reads, and /api/moshpit/resolve?name=…&records=1 returns the address and the record
set in one call — which is the one the bridge and the DoH server use when the question is a
CNAME, MX or TXT. moshcode dns resolve blue.eggs
shows what a machine actually gets.