Overview
A DNS zone is the authoritative domain boundary that contains all record sets for a given domain (e.g.,example.com.). Creating a zone in Xloud DNS registers that domain
with the platform’s nameservers and makes it available for record management.
Prerequisites
- An active Xloud account with appropriate permissions
- Access to the Xloud Dashboard (
https://connect.<your-domain>) or CLI configured with credentials - API credentials sourced (
source admin-openrc.sh)
Zone Types
| Type | Description | Use Case |
|---|---|---|
PRIMARY | Your authoritative copy — you manage the records | Standard zone management |
SECONDARY | Read-only replica pulled from a primary via zone transfer | Disaster recovery, geographic redundancy |
Create a Zone
- Dashboard
- CLI
Navigate to DNS Zones
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Project → DNS → Zones.Click Create Zone to open the zone creation dialog.Configure zone details
| Field | Description |
|---|---|
| Zone Name | Fully qualified domain name with trailing dot (e.g., example.com.) |
| Administrative contact address — written into the SOA record | |
| TTL | Default TTL in seconds for records in this zone (e.g., 3600) |
| Description | Optional — visible in zone listings |
| Type | PRIMARY for a zone you manage; SECONDARY for a replica zone |
Zone Lifecycle
List and Manage Zones
Deleting a zone removes all record sets within it permanently. DNS resolution for the
domain will fail immediately. Ensure the zone is no longer in use before deletion.
Next Steps
Manage Records
Add A, AAAA, CNAME, MX, and TXT records to your zone
Record Types Reference
Full reference for every supported DNS record type
Reverse DNS
Configure PTR records for your zone’s IP addresses
Troubleshooting
Resolve zone stuck in PENDING or ERROR status