DNS Zones & Records

Manage your domains with ZoneCloud global anycast DNS network.

Features

    1. Global Anycast - Low latency resolution worldwide
    2. DNSSEC - Cryptographic domain validation
    3. GeoDNS - Route by visitor location
    4. Failover - Automatic health-based routing
    5. API Access - Full automation support

Create a Zone

  1. Go to DNS β†’ Zones
  2. Click Add Zone
  3. Enter your domain name
  4. Choose zone type (Primary or Secondary)

Record Types

TypeDescriptionExample
AIPv4 address192.0.2.1
AAAAIPv6 address2001:db8::1
CNAMECanonical name aliaswww β†’ example.com
MXMail exchangemail.example.com
TXTText recordSPF, DKIM, verification
NSNameserverns1.zonecloud.com
SRVService record_sip._tcp.example.com
CAACertificate authorityletsencrypt.org

Add a Record

# API example
curl -X POST https://api.zonecloud.com/v1/dns/zones/{zone_id}/records \
  -H "Authorization: Bearer YOUR_KEY" \
  -d "type=A&name=www&content=192.0.2.1&ttl=3600"

Nameserver Setup

Point your domain to ZoneCloud nameservers:

ns1.zonecloud.com
ns2.zonecloud.com
ns3.zonecloud.com

Update these at your domain registrar.

DNSSEC

Enable DNSSEC for added security:

  1. Go to zone settings
  2. Enable DNSSEC
  3. Add DS record at your registrar

Β© 2026 ZoneCloud. All rights reserved.