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