LogoTools

Need help migrating domains or email?

We help businesses with:

  • Web Development
  • Ecommerce Integrations
  • Automation
  • Technical SEO
Talk To Us

Looks up a domain's A, AAAA, CNAME, MX, TXT, NS, and SOA DNS records. Browsers have no DNS API at all - a page can't ask "what are this domain's MX records" the way it can make an HTTP request, so this is one of the few tools on WebSync that's structurally impossible without a server.

When you'd use this

Confirming a domain's mail setup (MX records, SPF/DKIM/DMARC in TXT records) after changing email providers, checking that a DNS change has propagated before troubleshooting further, or verifying a CNAME/A record points where you expect after updating DNS.

A result here doesn't mean it's propagated everywhere

This queries whatever DNS resolver WebSync's server uses at the moment of the request. DNS changes propagate at different speeds to different resolvers around the world depending on each record's TTL and local caching - seeing the new value here is a good sign, but not a guarantee every visitor's resolver has picked it up yet.

Frequently asked questions

Why can't this run entirely in my browser like most tools here?

Browsers have no built-in way to make a DNS query - JavaScript can request a URL over HTTP(S), but there's no equivalent API for asking a DNS resolver about A/MX/TXT records directly. A server-side lookup is the only way to get this data at all, not a workaround for a browser limitation.

Why do I see no CNAME record for a domain that has one in my DNS panel?

A domain can have an A record or a CNAME record at its root, but not both, and many domain registrars silently flatten a root CNAME into an A record for you. If you set a CNAME on a subdomain instead (like www), search that subdomain specifically.

Is the domain I look up sent anywhere?

It's sent to WebSync's own server, which performs the DNS query and returns the results - the same way any DNS lookup tool has to work, since this can't happen client-side at all.