DNS Record Generator
Produce correctly formatted DNS zone records.
Zone record
@ 3600 IN A 203.0.113.10
Free online DNS record generator. Fill in a form for A, AAAA, CNAME, MX or TXT records to get correctly formatted BIND-style zone lines you can paste into your DNS provider. Generated in your browser.
How to use the DNS Record Generator
- 01Choose the record type (A, AAAA, CNAME, MX or TXT).
- 02Enter the name, TTL and value — plus priority for MX.
- 03Copy the formatted zone record into your DNS panel.
Frequently asked questions
What TTL should I use?
3600 seconds (one hour) is a safe default. Lower it before a planned change so updates propagate faster, then raise it again afterwards to reduce query load.
Why is my TXT value in quotes?
TXT record values are wrapped in double quotes so spaces and special characters are handled correctly — important for SPF, DKIM and verification records.