DNS records
WI
wikipedia.org DNS records
wikipedia.org
7 record types
What this means
The hostname resolves and is reachable at the DNS layer. If browsers can't reach it, the issue is downstream of DNS — TLS, HTTP routing, or a firewall block. Try /check/wikipedia.org next.
Records
CNAMEno records
MX10 mx-in2001.wikimedia.org10 mx-in1001.wikimedia.org
NSns2.wikimedia.orgns0.wikimedia.orgns1.wikimedia.org
TXTv=spf1 include:_cidrs.wikimedia.org ~allgoogle-site-verification=AMHkgs-4ViEvIJf5znZle-BSE2EPNFqM1nDJGRyn2qkyandex-verification: 35c08d23099dc863
SOA
nsname ns0.wikimedia.org
hostmaster hostmaster.wikimedia.org
serial 2026030520 · refresh 43200s · retry 7200s · expire 1209600s · minttl 3600s
What to try next
Full HTTP probe
Run /check/wikipedia.org to see live status, response time, and 24h history.
TLS certificate
Inspect the live cert at /ssl/wikipedia.org.
Compare resolvers
Run dig +short A wikipedia.org @1.1.1.1 and @8.8.8.8 — if they disagree, propagation is still in flight.
Methodology
- Probe
- We resolve A, AAAA, CNAME, MX, NS, TXT, and SOA records in parallel via Node's built-in dns.promises against the system resolver. Every query has a 5-second timeout; non-existent record types are reported as no records rather than errors.
- Counts as DOWN
- All address-resolution attempts fail. The most informative form is NXDOMAIN (the authoritative server explicitly says "no such name"); other forms are server errors or timeouts.
- Counts as DEGRADED
- Reserved for partial responses — some record types resolved, others timed out. Usually a flaky upstream or rate-limited authoritative server.
- Detail
- We surface the records as the resolver returned them, plus operational warnings: missing AAAA (IPv4-only), missing MX (cannot receive mail at the apex), missing SPF in TXT (outbound mail likely flagged as unauthenticated). We do not enumerate zone files, attempt zone transfers (AXFR), or run DNSSEC validation.
- Cadence
- Every 5 minutes, in parallel across 4 monitoring regions (US East Virginia, US West Oregon, Europe London, Asia Singapore).
- Rate-limited targets
- If a host returns 429 or consistently drops connections from our IPs, we cap retries at 3 and report the last observed status — we do not flood the target to confirm the outage.
- Data source
- Direct probes from our monitoring infrastructure. We do not aggregate crowd reports, Twitter mentions, or DownDetector signals — every result on this page is a live network request.