What this tool actually tells you
A one-shot DNS lookup answers a snapshot question: "what does the DNS look like right now from one resolver?" That is enough to debug a misrouted domain or audit a TXT record. To know your DNS is healthy, you need continuous checks that diff every record and alert when something changes (NS hijack, MX deletion, expired CAA). UptimePad runs both: this tool (free, anonymous) and continuous DNS monitoring (free for 50 domains).
| Question | One-shot lookup | Continuous monitoring |
|---|---|---|
| What is the current MX record? | Yes | Yes |
| Did my nameservers change last Tuesday? | No | Yes (with timestamp + diff) |
| Is the new A record propagated everywhere? | No (one resolver) | Yes - multi-resolver check |
| Did someone add an unauthorized TXT? | No | Yes - diff alert |
| Is my SPF record still under the 10-lookup limit? | No | Yes - SPF audit on every change |
| Did the SSL CAA pinning still match my issuer? | No | Yes - CAA + cert correlation |