Default mode vs. delegation mode
Default mode: nxtdev.xyz manages DNS
Default mode: nxtdev.xyz manages DNS
In default mode, nxtdev.xyz creates and maintains all DNS records on your behalf inside the shared Cloudflare zone. You use the dashboard to add, edit, and delete records. This is the right choice for most users — it is fast to set up and requires no external DNS provider.Limits in default mode:
- Up to 100 DNS records per subdomain (combined with any delegated NS entries)
- Record types supported in the dashboard:
A,AAAA,CNAME,TXT,MX,SRV - TTL configurable from 60 to 86400 seconds per record
Delegation mode: you control DNS externally
Delegation mode: you control DNS externally
In delegation mode, you add one or more NS records pointing at your own nameservers. Those nameservers become authoritative for your subdomain. You manage every record — and every setting — directly in your external provider’s interface.What changes in delegation mode:
- Internal DNS editing in the nxtdev.xyz dashboard is disabled (read-only)
- A Delegation enabled badge appears on your subdomain in the dashboard
- You can add unlimited records, set custom TTLs, and use any record type your provider supports
When to use delegation
Delegation is useful when you need something the built-in dashboard does not support:- Unlimited records — the default tier caps each subdomain at 100 records
- Custom TTLs — set low TTLs for rapid failover or high TTLs to reduce resolver load
- Advanced record types —
CAA,TLSA,NAPTR,DNSKEY, and other types not available in the dashboard - Existing DNS provider — you already manage DNS in Route 53, Cloudflare, or another platform and want your nxtdev.xyz subdomain in the same place
- Automation — use Terraform, Pulumi, or provider APIs to manage DNS as code