before
One record, on one domain. The other hundred and eighty-six are still waiting.
The zone is a file you own, and it changes with one command from the terminal. dnsthing relays it to the nameservers, so a rename across two hundred records is an edit and an apply — not an afternoon of two-factor codes and confirmation emails.
Get in touch No provider chosen yet. The page is the design.
before
One record, on one domain. The other hundred and eighty-six are still waiting.
after
$ dns plan
22 zones · 187 records
+ A box.dnsthing.com 198.51.100.9
~ A www.hostingthing.com 198.51.100.7 → 198.51.100.9
$ dns apply
hostingthing.com 12 records 210 ms
rytter.it 4 records 88 ms
0xrytter.com 3 records 64 ms
…
22 zones · 187 records · 1.9 s
Every zone, applied from the same files, in the time it takes to read this.
A zone is a file and a CLI, so a bulk change is a loop you already know how to write — and the result is checkable.
# move every www to the new box, in one pass
$ dns set 'www.*' A 198.51.100.9
matched 9 records across 9 zones
applied in 640 ms
# see what is live, without opening anything
$ dns get www.hostingthing.com
A 198.51.100.9 ttl 300 applied 2s ago
One stable address sits behind every name, and only that address has to stay put. Where the records are written down does not change when the relay behind them does.
The zone is declared, and apply makes it so. Nothing is clicked into a form that only one browser remembers.
Every name is delegated once, to the same relay. A new domain is a file, not a fresh tour of a registrar.
A bulk change is one command, and its result is the same answer whichever way it is asked for.
The files are the truth, the relay is the output, and a query tells you which one is wrong.
The records sit in a repository like everything else: reviewed, versioned, and undone by reverting.
A zone that is a file can be diffed, tested and rebuilt. A zone that is a panel cannot.
Tell me what you are running and how many names are in it. If a provider gets picked, the first domain goes end to end before anything moves.