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 NxtSight DNS registers that domain
with the platform’s nameservers and makes it available for record management.
Zones are project-scoped — each zone belongs to the project that created it. Users
in other projects cannot see or modify your zones unless access is explicitly shared.
Prerequisites
- An active NxtSight account with appropriate permissions
- Access to the NxtSight Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
Zone Types
Create a Zone
- Dashboard
- CLI
Add a description (optional)
Enter an optional Description to identify this zone in listings
(e.g., “Production application zone”).
Select the zone type
Choose the Type from the dropdown:
The form fields change dynamically based on your selection.
Primary is the default and most common type. Select Secondary only when
replicating an existing zone from an external DNS server.
Configure Primary zone fields
For Primary zones, these additional fields appear:Email Address (required) — The administrative contact email for this zone.
Written into the SOA record. Must be a valid email address.TTL (Time To Live) (required) — Default TTL in seconds for records in this
zone. Default value:
3600 (1 hour). Minimum: 0.Configure Secondary zone fields
For Secondary zones, the Email and TTL fields are hidden and a different
field appears:Masters (required) — The IP addresses of the primary DNS servers to slave
from. Click the add button to add one or more IP addresses.
The master servers must allow zone transfers (AXFR) to the NxtSight DNS
nameservers. Configure the allow-transfer ACL on your primary DNS server
before creating the secondary zone.
Zone Lifecycle
Edit a Zone
- Dashboard
- CLI
Delete a Zone
- Dashboard
- CLI
Select zones to delete
Navigate to Network > DNS Zones. Select one or more zones
using the checkboxes and click Delete in the batch actions bar.Alternatively, click the More menu on a zone row and select Delete.
The More menu also includes Create Record Set — see
Manage Records for details.
View Zone Details
- Dashboard
- CLI
Click a zone name in the list to open the detail page. The Overview tab shows:
The Record Sets tab shows all records in the zone — see
Manage Records.
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