A domain on its own points nowhere. DNS is what connects it to a site, a mailbox or a service, and it is included with every name registered through Apply.
No account needed to check a name. Registration takes minutes once the invoice is paid.
Five record types cover almost every setup. The rest exist for cases you will know when you meet them.
| Record | What it does | Typical value |
|---|---|---|
| A | Points the domain at an IPv4 address of a server | 203.0.113.10 |
| AAAA | The same for IPv6 | 2001:db8::10 |
| CNAME | Makes a subdomain an alias of another name | www to yourbrand.com |
| MX | Sends mail for the domain to a mail provider | mx.provider.net, priority 10 |
| TXT | Holds verification strings, SPF and DKIM for mail | v=spf1 include:provider.net ~all |
| NS | Delegates the whole zone to a set of nameservers | ns1.apply.domains |
Two ways to do it. Pick one and stay with it, because mixing them is where most broken setups come from.
Leave the nameservers as they are and add an A record with the address your hosting gave you. Changes take effect within minutes.
Replace the nameservers with the ones your hosting provides. From that moment every record lives in their panel, not ours.
MX records are independent of the site. Mail can sit with one provider while the site runs somewhere else entirely.
Resolvers cache answers for as long as the TTL says. Lower the TTL a day before a planned move and the switch becomes almost instant.
Our nameservers publish a change immediately, but resolvers around the world keep the old answer until the TTL expires. With a TTL of one hour that is the worst case. Changing nameservers themselves is slower, because registry data propagates for up to a day.
Different resolvers hold different cached copies during propagation. It resolves itself once the TTL runs out everywhere. Flushing the local DNS cache helps on the machine you control.
Yes. www is a subdomain and needs its own A or CNAME record. The usual setup is an A record on the bare domain and a CNAME for www pointing at it.
Almost always because the zone was delegated to a new provider and the MX records were not copied over. Write down the MX and TXT records before switching nameservers, then recreate them on the new side.
Send the domain and where it should point. We configure DNS and mail records and check that everything resolves.
Request received
It is already with the team. We answer within one business day, and faster when a name is about to expire.