Docs · Services

Managed DNS

Authoritative DNS with anycast-style global resolution. Delegate your domain to our two name servers; manage records from the portal or CLI.

Tutorial

1. Create a zone

The zone name is the apex domain — no trailing dot.

cloudnx dns zone create example.com

2. Delegate at your registrar

Set the domain's NS records to ns1.cloudnx.in and ns2.cloudnx.in at whoever sold you the domain. Propagation takes 1–48 hours depending on TTL.

3. Add records

From the portal at /portal/dns click into your zone and use Add record. A / AAAA / CNAME / MX / TXT / SRV / CAA are supported.

cloudnx dns record add example.com \
  --name www --type A --value 203.0.113.5 --ttl 300

Pricing

₹50 per zone per month · ₹2 per million queries.

CLI

All operations have a cloudnx dns subcommand. Run cloudnx dns --help for the full surface.