// about ldns

One URL,
every domain tool.

LDNS is a free toolkit for inspecting any domain on the internet — DNS records, registration data, email authentication, TLS certificates, security headers, IP geolocation, and subdomains. No accounts. No tracking. Edge-cached on Cloudflare so lookups are fast.

// how to use it

Just put the domain in the URL.

All DNS records:

ldns.com/google.com try it →

Add a tool slug for a focused view:

ldns.com/google.com/email try it →

Hash fragments deep-link to specific sections:

ldns.com/google.com/email#dmarc try it →

// how it's built

Edge-rendered, cache-first, no database.

DNS queries go straight to public DoH resolvers (Cloudflare, Google, DNS.SB). Server probes, TLS, ASN, subdomain and email lookups run through SvelteKit endpoints that proxy to public services and cache aggressively at the Cloudflare edge.

We don't run a database. We don't track users. Every lookup is a stateless GET against a cached endpoint — that's why the same lookup is essentially free at scale, and why every page is also a public API.