ns.lol is a fast, API-first DNS toolkit built for developers who live in the terminal.
Queries any domain for its complete DNS configuration in under a second: all record types, propagation across 17 global resolvers, zone health grading, email DNS auditing (SPF, DKIM, DMARC, MTA-STS, DANE), and security analysis (DNSSEC, CAA, dangling records, NS diversity).
curl https://ns.lol/example.com | jq
Same URL, content-negotiated. curl gets JSON, your browser gets a formatted report. No API keys, no accounts, no tracking.
Built on Cloudflare Workers (global edge) with dedicated Fly.io probes in US-West and EU for real UDP propagation queries. 17 public DNS resolvers queried in parallel.
ns.lol is part of the .lol family — free developer tools for DNS, TLS, and domain intelligence.
Open source: github.com/yokedotlol/ns-lol