أداة: DNS Lookup
ما الذي يقدمه هذا القسم
Enter a hostname (for example www.yoursite.com) and this tool queries live DNS for the record types your hosting stack actually publishes: IPv4 (A), IPv6 (AAAA), aliases (CNAME), mail routing (MX with priorities), delegation (NS), verification and mail-auth strings (TXT), zone authority (SOA), and certificate rules (CAA) when present. You see resolver-visible answers, not an editable zone export. Use it to confirm what the world gets today, before you change registrars or CDN settings.
متى تستخدمها
Reach for this page when mail stops delivering, a subdomain resolves for you but not for a customer, SSL warnings mention the wrong name, or a deploy ticket says "DNS is updated" but browsers still hit the old IP. It also helps after migrating email or turning on a new SaaS that asks you to paste TXT proofs. Combine results with أداة: SSL Lookup for TLS trust errors and أداة: Whois Lookup when you need registrar and expiry context alongside pure DNS facts.
مثال عملي
You suspect marketing email lands in spam after a provider switch. Run DNS Lookup on your apex domain and mail. hosts: verify MX priorities point at the new inbound hosts, that SPF (v=spf1) TXT matches that vendor, and that older MX rows were removed. If web traffic still goes to a retired server, compare A/AAAA against your load balancer dashboard and TTL values so you know whether stale cache or wrong records explains the drift.
أسئلة شائعة
What does TTL mean?
TTL (seconds) is how long recursive resolvers may cache that exact answer. Lower TTL speeds up cutover during migrations; higher TTL reduces DNS query volume but slows how fast everyone sees your edits.
Why do I see different answers than my colleague?
Resolvers cache independently and anycast DNS can route regions differently. Compare timestamps and TTL, then check whether split-horizon or GeoDNS serves alternate answers per country.
Does this prove DNS propagation is "done" everywhere?
No tool sees every resolver on Earth. This gives you an authoritative snapshot from the query path used here. For global checks, sample multiple networks or use dedicated propagation monitors if you need belt-and-suspenders proof.
What is a CAA record?
CAA tells certificate authorities which issuers may mint certs for your domain. Missing or wrong CAA can block automated renewals even when HTTP validation otherwise succeeds.
Can I query PTR or DNSSEC here?
This page focuses on the common publish records listed above. Reverse DNS for IPs belongs with أداة: Reverse IP Lookup; DNSSEC chain validation requires resolver tooling beyond a simple RR listing.