Generator

DNS Zone File Generator

Build a BIND-compatible DNS zone file with SOA, A, MX, and TXT records. Auto-generates the serial number.

BIND zone file
$ORIGIN example.com.
$TTL 3600
@ IN SOA ns1.example.com. admin.example.com. ( 1779913790 7200 3600 1209600 3600 )
@ IN A 203.0.113.10
www IN A 203.0.113.10
@ IN MX 10 mail.example.com.
@ IN TXT "v=spf1 -all"