Skip to content
ZeroServer.tools

DNS Record Builder

Generate DNS record syntax for A, AAAA, CNAME, MX, TXT, and other record types.

A Record Fields

Zone file format

@ 3600 IN A 93.184.216.34

Record value only

93.184.216.34

Use this in DNS provider dashboards that have separate fields for name, type, and value.

Cloudflare dashboard format

@ → A → 93.184.216.34 → TTL: 3600

Tips

  • Use @ for the apex/root domain
  • Fully qualified names should end with a dot (.)
  • Common TTLs: 300 (5 min), 3600 (1 hr), 86400 (1 day)
  • MX, NS, CNAME targets must be FQDNs (end with a dot)

DNS Record Builder — generate zone file syntax for any record type

DNS records control how your domain resolves across the internet. A records map a hostname to an IPv4 address; AAAA for IPv6. CNAMEcreates an alias pointing to another hostname. MX specifies mail servers with priority. TXT records carry arbitrary text — used for SPF, DKIM, and domain verification. CAA records restrict which certificate authorities may issue SSL certificates for your domain. SRV records publish service endpoints (host + port + priority) for protocols like SIP and XMPP. This builder generates both standard zone file syntax and the simplified value-only format used by Cloudflare, Route 53, and other managed DNS providers.

Private & free — this tool runs entirely in your browser.

Recommended: Namecheap Register a domain for your next project — from $1.98/yr.affiliate

Related Web & SEO tools