BuildUtilities

DNS Record Formatter – Free Online Tool

Format DNS records (A, AAAA, CNAME, MX, TXT) for easy reading.

✦ FreeNo SignupInstantNetworkingDNS & Networking Basics
Aexample.com.TTL: 300

93.184.216.34

AAAAexample.com.TTL: 300

2606:2800:220:1:248:1893:25c8:1946

CNAMEmail.example.com.TTL: 3600

example.com.

MXexample.com.TTL: 3600

10 mail.example.com.

TXTexample.com.TTL: 300

"v=spf1 include:_spf.example.com ~all"

Example

Input

example.com. 300 IN A 93.184.216.34
example.com. 300 IN MX 10 mail.example.com.

Output

A Records:
  93.184.216.34 (TTL: 300)

MX Records:
  10 mail.example.com (TTL: 300)

DNS records are grouped by type and formatted for easy reading.

How to Use DNS Record Formatter

  1. 1

    Paste Records

    Paste raw DNS records from dig, nslookup, or your DNS provider.

  2. 2

    View Formatted

    See records organized by type in a clean table.

  3. 3

    Copy

    Copy formatted records.

Common Use Cases

  • Reviewing DNS configuration
  • Documenting domain setup
  • Debugging DNS propagation issues

Embed This Tool

Add this tool to your website or blog with a simple iframe embed.

<div style="max-width:480px"><iframe src="https://buildutilities.com/embed/dns-record-formatter?ref=embed" width="480" height="360" frameborder="0" style="border-radius:8px;border:1px solid #2a2e3a;width:100%"></iframe><p style="font:11px sans-serif;color:#888;margin:4px 0 0;text-align:right">Powered by <a href="https://buildutilities.com/dns-record-formatter?ref=embed" target="_blank" rel="noopener">BuildUtilities</a></p></div>

Share

Share a link to this tool. Results can be passed via URL parameters.

https://buildutilities.com/share/dns-record-formatter

Frequently Asked Questions

More Networking Tools

Tools for working with IP addresses, DNS records, HTTP headers, and other networking utilities used by developers and DevOps engineers.

View all Networking tools
Tip Jar