πŸ” DNS Record Comparator

πŸ“Œ This tool has been merged into dns lookup. Please use the new version.

⚠️ 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 Offline

πŸ“ DNS Records A (Original)

πŸ“ DNS Records B (New)

What Can the DNS Record Comparator Do?

The 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.

Core Features

Usage Tutorial

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.

Application Scenarios

Scenario 1: DNS Migration Verification

When migrating a domain from one DNS provider to another, compare pre- and post-migration records to ensure nothing is missing.

Scenario 2: DNS Change Auditing

Operations teams compare pre- and post-change DNS records to confirm changes match expectations.

Scenario 3: Multi-environment Configuration Comparison

Compare DNS configuration differences between production and test environments to ensure consistency.

Extended Knowledge

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.

❓ FAQ

Which DNS record types are supported?

A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA, PTR and other common types.

How to input DNS records?

BIND zone file format (e.g., example.com. IN A 1.2.3.4) or simple format, one per line.

How are results displayed?

Green=added, red=removed, yellow=changed, gray=unchanged.

Is data uploaded to a server?

No. All comparison is performed locally in your browser.

Can it be used for DNS migration verification?

Yes. Paste pre- and post-migration records; the tool highlights all differences.

Does it support batch comparison?

Yes. Compare any number of records, automatically grouped by type and name.

DNS Record Comparator | No Signup, Client-Side Β· No Server Uploads

Feedback: dexshuang@google.com