DNS
DNS Zone File Generator
Build a complete BIND-format DNS zone file. Add records, preview output, and download for import into BIND, PowerDNS, NSD, or any standards-compliant DNS server.
DNS Records
What Is a DNS Zone File?
A DNS zone file is a text file in BIND format that contains all the DNS records for a domain. It's the standard format for importing/exporting DNS configurations between providers, backing up your DNS setup, or configuring self-hosted DNS servers.
Most DNS providers (Cloudflare, Route 53, cPanel, Plesk) can import and export BIND zone files.
Supported Record Types
- A — Maps hostname to IPv4 address
- AAAA — Maps hostname to IPv6 address
- CNAME — Alias to another hostname
- MX — Mail exchange server
- TXT — Text record (SPF, DKIM, verification)
- NS — Nameserver delegation
- SRV — Service locator
- CAA — Certificate authority authorization