On this page
DNS
Excloud DNS is an authoritative DNS service. You create a zone for each domain you want Excloud to serve, then add records to that zone. Excloud answers queries from globally distributed nameservers.
The API lives at https://dns.excloud.in; the Terraform provider exposes excloud_dns_zone and excloud_dns_record. You can also manage DNS from the browser console.
Console
- Open console.excloud.dev/console/dns.
- Click Create DNS Zone.
- Enter the domain name, then create the zone.
- Open the zone to add records such as
A,AAAA,CNAME,MX,TXT, andNS. - Copy the assigned nameservers and delegate the domain at your registrar.

In this section
| Page | Covers |
|---|---|
| Quickstart | Create a zone, delegate at your registrar, add an A record |
| Zones | Create, delegate, and manage zones |
| Records | Supported record types and how to author them |