β οΈ Browser Limitation: This feature requires a server backend and cannot be implemented in the browser. This page is for demonstration only.
Compare two sets of DNS records, highlight added/removed/changed records
Zero Dependencies Β· Works OfflineThe DNS Record Comparator is a free online operations tool that compares two sets of DNS records, highlighting added, removed, and changed records. Supports A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA, PTR and other common record types. Ideal for DNS migration verification, DNS change auditing, and configuration comparison. All comparison is done locally in the browserβyour data is never uploaded to any server.
1. Paste original DNS records in the left input, new records in the right input.
2. Click "Compare" or use the Ctrl+Enter shortcut.
3. View the diff table: green=added, red=removed, yellow=changed.
4. Click "Copy Result" or "Download CSV" to export comparison results.
When migrating a domain from one DNS provider to another, compare pre- and post-migration records to ensure nothing is missing.
Operations teams compare pre- and post-change DNS records to confirm changes match expectations.
Compare DNS configuration differences between production and test environments to ensure consistency.
DNS (Domain Name System) is core internet infrastructure that maps domain names to IP addresses. Common record types: A (IPv4 address), AAAA (IPv6 address), CNAME (alias), MX (mail exchange), TXT (text info, often for SPF/DKIM), NS (name server), SOA (start of authority). BIND format is the standard DNS zone file format, one record per line: name TTL class type value. DNS change propagation must account for TTL cache time; it's recommended to lower TTL values before changes to speed up propagation.
A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA, PTR and other common types.
BIND zone file format (e.g., example.com. IN A 1.2.3.4) or simple format, one per line.
Green=added, red=removed, yellow=changed, gray=unchanged.
No. All comparison is performed locally in your browser.
Yes. Paste pre- and post-migration records; the tool highlights all differences.
Yes. Compare any number of records, automatically grouped by type and name.