DNS Check
Run a comprehensive DNS health check for any domain and validate record and authority consistency. Run fast checks, interpret results, and use related tools…
Use DNS Check in 4 Steps
What is DNS Check?
DNS Check runs a comprehensive health inspection across all major record types — A, AAAA, MX, NS, SOA, TXT, CNAME — for a target domain in a single pass. It surfaces misconfigurations, missing records, and propagation issues that single-record lookups would require multiple queries to find.
A DNS Check is the recommended starting point when troubleshooting any domain issue. By querying multiple record types together, it reveals cross-record dependencies that are invisible in isolation — such as an MX record that points to a hostname with no A record, or NS records that are authoritative but disagree on the SOA serial.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running DNS Check.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| NS records disagree on SOA serial | Zone transfer has not fully propagated to all nameservers | Wait for the TTL to expire and re-check; investigate NOTIFY/IXFR failure if it persists |
| MX present, no A record for MX target | Email delivery will fail — mail servers can't find the exchange host | Add an A record for each MX hostname (e.g., mail.example.com → IP address) |
| No TXT records at apex | No SPF, DMARC, or ownership verification published | Publish SPF at minimum; add a DMARC policy at _dmarc.example.com |
CLI Examples
Run these commands directly from a terminal to verify DNS-CHECK records without relying on a browser-based tool.
dig ANY example.comdig +noall +answer A MX NS TXT example.comdig example.com +tracenslookup -type=any example.comTroubleshooting Workflow
- Run this record check first for a scoped signal on the target hostname.
- Validate nameserver authority and SOA context if results are unexpected.
- Use propagation checks when different regions return different values.
- Re-run after applying fixes and compare values against your expected configuration.
Frequently Asked Questions
Get guides like this by email
DNS, email auth, and security playbooks delivered when they publish. No spam.