Powerful Features

Everything you need to manage DNS at scale.

Complete DNS Record Management

Support for all major record types: A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, and PTR. Server-side validation ensures your records are always correct.

  • Create, update, and delete records instantly
  • Automatic SOA serial management
  • Millisecond propagation within your server
curl -X POST /api/records/zone/1 \
  -H "X-API-Key: dk_..." \
  -d '{"name":"www","type":"A",
       "content":"203.0.113.10","ttl":300}'
# Router / cron job updates
curl "http://dns.example.com/api/ddns/update\
  ?token=f1e2d3c4..."

# DynDNS-compatible (for routers)
curl -u "any:TOKEN" \
  "http://dns.example.com/nic/update\
  ?hostname=home.example.com"

Dynamic DNS (DDNS)

Keep your DNS records in sync with changing IPs. Per-record tokens let you distribute updater agents without giving full API access.

  • Token-based updates (no API key needed)
  • DynDNS-compatible /nic/update endpoint
  • Auto IPv4/IPv6 detection

Security First

Built-in security features protect your DNS infrastructure from abuse and unauthorized access.

  • API key origin and IP restrictions
  • Automatic IP banning for suspicious activity
  • Rate limiting (120 req/min per IP)
  • SSL via Let's Encrypt
  • Full audit logging

Enterprise-grade security for your DNS