"New Tool: DNS Propagation & Record Inspector"

Checking DNS propagation used to mean tabbing between five different websites and squinting at tables. Not anymore.

The DNS Propagation & Record Inspector is now live at /dns-check. It queries Google (8.8.8.8), Cloudflare (1.1.1.1), and Quad9 (9.9.9.9) simultaneously via DNS-over-HTTPS and shows you exactly where your records stand — in one shot.

What it does

JSON API

Perfect for scripts and CI checks:

GET /dns-check/api?domain=example.com&type=MX

Returns a structured JSON object with per-resolver answers, TTLs, and a propagation summary string.

Zero dependencies

Built on Node's built-in https module making DoH requests. No npm packages, no rate limits, no API keys required.


Give it a try next time you're waiting for a new domain or DNS change to propagate.

← All posts