100% Private

DNS Record Generator - Create Zone Files and Records

Generate DNS records in BIND zone file format. Create A, AAAA, CNAME, MX, TXT, SRV, and other record types with proper syntax and TTL values.

@ = root domain, www = www.example.com
Verify Records
# Query A record
dig example.com A +short

# Query MX records
dig example.com MX +short

# Query TXT records
dig example.com TXT +short

# Query from specific nameserver
dig @8.8.8.8 example.com A

# Full query with details
dig example.com ANY +noall +answer

Related Tools

View all Networking configurators →

Privacy Notice: This site works entirely in your browser. We don't collect or store your data. Optional analytics help us improve the site. You can deny without affecting functionality.