Skip to content
Skip to content

DNS Lookup — Check DNS Records Online

Instant DNS record lookup for any domain. Supports all record types: A, AAAA, MX, TXT, NS, CNAME, SOA, PTR, SRV. DNS propagation check across 15+ resolvers worldwide.

DNS record types

  • A / AAAA — Server IP address (IPv4/IPv6)
  • MX — Mail servers
  • TXT — SPF, DKIM, verification
  • NS — Authoritative nameservers
  • CNAME — Aliases
🌐
A / AAAAIPv4 and IPv6 host addresses
📧
MX RecordsDomain mail servers
📜
TXT / SPFVerification & anti-spoofing
🔌
NS / SOAName servers & zone authority

What are DNS Records?

DNS (Domain Name System) translates domain names into IP addresses. DNS records are instructions that define where to route traffic, email, and how to verify domain ownership.

🔍

Complete Lookup

Query all record types — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single request.

Instant Results

Direct queries to authoritative servers. Results in milliseconds, no caching.

🔒

Security Checks

SPF, DKIM, and DMARC analysis to evaluate email protection against spoofing and phishing.

📊

Export & History

Save check results. Compare DNS records before and after registrar changes.

Common Mistakes

Missing SPF recordWithout SPF, emails may land in spam. Add a v=spf1 TXT record.
Single NS serverIf the only NS fails, the domain becomes unreachable. Use at least 2 NS servers.
CNAME conflicting with other recordsCNAME cannot coexist with MX or TXT on the same name — this violates RFC.
TTL set too highWith 86400s TTL, DNS changes take a full day. Lower TTL to 300 before migrations.
Missing PTR recordMail servers check PTR. Without it, emails may be rejected.

Best Practices

Set up SPF + DKIM + DMARCThe trio of records that protects your email from spoofing and improves deliverability.
Use 2+ NS serversDistribute NS servers across different networks for redundancy.
Lower TTL before migrationSet TTL to 300 at least 24-48 hours before an IP change for fast propagation.
Verify DNS after changesAfter updating records, confirm changes propagated correctly and no errors remain.
Add a CAA recordCAA restricts which Certificate Authorities can issue SSL certificates for your domain.

Frequently Asked Questions

How long does DNS propagation take?

Usually from a few minutes to 48 hours, depending on the TTL and DNS provider.

Is DNS lookup free?

Yes, completely free with no registration.