Authoritative zone health

Ask the nameservers
themselves.

Read the delegation from the parent zone, then query each nameserver over TCP for NS, SOA, DNSKEY and a zone transfer.

Try
Your connection
Detecting… Checking IPv4
Locating network Checking provider

What the result means

Delegation checked at the source, not through a cache

A recursive resolver hides which nameserver answered. DNSTrace.dev reads the delegation from the parent zone's own servers, then queries every delegated nameserver directly over TCP port 53 and compares what each one serves: the authoritative flag, NS set, SOA serial and timers, signatures, the DS-to-DNSKEY chain and whether zone transfers are open to anyone.

  • Parent and zone NS agreement
  • Lame, unreachable and drifting servers
  • Glue, DNSSEC chain and AXFR policy

Diagnostic field guide

Use the evidence, not the guess.

Three practical ways to use this lookup, followed by the boundary the result cannot cross.

Reviewed Sep 2026
01

Verify a nameserver migration

Confirm the parent delegation and the zone's own NS records list the same servers before the old provider is switched off.

02

Find the server behind intermittent failures

A lame or unreachable nameserver only breaks lookups for the resolvers that happen to pick it. This test asks each one directly.

03

Audit DNSSEC and transfers

Check that the DS record at the parent matches a published key and that zone transfers are refused to the public.

How to read the result

  1. Enter the registrable domain, not a hostname inside it; delegation exists at the zone cut.
  2. Read the nameserver table first: an unreachable or non-authoritative server explains most resolver-dependent failures.
  3. Fix the NS mismatch before anything else, then re-run once the parent's TTL has expired.

Common questions

Before you act on the result

What is a lame delegation?

The parent lists a nameserver for the zone, but that server does not answer authoritatively for it. Resolvers that choose it receive REFUSED or a non-authoritative answer and must retry another server.

Why do the parent and zone NS records differ?

The delegation at the registrar was changed without updating the zone, or the zone was updated without changing the registrar. Both lists should be identical so every resolver converges on the same servers.

Why is the SOA serial different on one server?

That secondary has not received the latest zone, usually because notifications or transfers from the primary are failing. It keeps serving stale data until its expire timer runs out.

Choose the question

One system, sixteen focused tools.

Each tool has its own indexable page and runs only the checks its question needs, with the full report one click away.

Evidence before certainty

The internet has layers.
We keep them separate.

A nameserver identifies the DNS operator. An edge address identifies a public delivery network. An ASN identifies the organization announcing a route. None automatically proves where a hidden origin application runs.

ObservedCorrelatedUnknown stays unknown
Read the detection methodology

Field notes

Read the signal correctly.

All guides

Agent-ready JSON

Give your script or your AI the same public evidence.

GET /api/dns?target=example.com&type=MX
API reference llms.txt

One input, several sources

What a full lookup includes

DNSTrace.dev resolves published DNS answers, follows the primary address to its network owner, and reads registry data for the domain or IP. Your own IP is detected separately and only when this page is open.

DNSRDAPASNGeo IP

Your public network address

What is “My IP”?

Your public IP is the address websites see for your internet connection. It is assigned by your ISP, mobile carrier, workplace, VPN, or proxy and is used to route traffic back to you.

Why it is useful Diagnose your connection

Inspect your ISP, ASN, approximate network location, reverse DNS, and whether traffic is passing through a VPN or hosting network.

What it cannot reveal Not your exact location

IP location usually identifies a city or network region. It does not expose your home address or your device's GPS position.

Privacy Relay-aware, not bypassing

The primary address comes from Cloudflare. An IPv4-only check uses ipify with icanhazip as fallback. Apple Private Relay is verified against Apple's published egress ranges. The original address hidden by a relay cannot be recovered.

Copied