// about ldns

One URL,
every domain tool.

LDNS is a free, open-source 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, and the whole thing is on GitHub.

// 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.

There is no database and no user tracking. 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.

None of that is a claim you have to take on faith: the source for this site, the browser extension, and the shared lookup library is public. If you want to know exactly what happens to a domain you type in, you can go and read it.

// open source

Read it, fork it, improve it.

LDNS is open source under the MIT license. That covers this website, the Chrome and Firefox extension, and @ldns/core, the shared library that does the actual DNS, RDAP, email and certificate work for both.

The privacy promises above are the main reason it's public. A tool that sees every domain you look up should be one you can audit rather than trust.

MIT licensed, with one exception: the LDNS name, wordmark and icons stay ours, so forks need their own branding. Everything else is yours to use.