# DNS Lookup

> Look up A, AAAA, MX, TXT, NS, CNAME and SOA DNS records for any domain instantly, resolved live via Google Public DNS — free, no signup.

- **Live tool:** https://www.toolnova.org/dev-tools/dns-lookup
- **Category:** Developer Tools (https://www.toolnova.org/dev-tools)
- **Price:** Free
- **Requirements:** Runs in a modern web browser · No signup · No install

## What this tool does

- Query A, AAAA, MX, TXT, NS, CNAME and SOA records
- Resolved live over DNS-over-HTTPS (DoH)
- See TTL values and copy any record with one click
- Bypasses your local ISP cache for authoritative answers

## FAQ

### What is a DNS lookup?

A DNS lookup queries the Domain Name System to find the records attached to a domain — such as the IP address it points to (A/AAAA), its mail servers (MX), or verification text (TXT). It's how the internet translates a name like example.com into an address computers can reach.

### How do I check the MX records for a domain?

Enter the domain, select the MX button, and the tool lists every mail exchanger with its priority. Lower priority numbers are tried first. This is the fastest way to confirm which servers handle a domain's email.

### Why do my DNS changes not show up yet?

Every record has a TTL (time to live) telling resolvers how long to cache it. After you edit a record, older cached copies keep serving until the TTL expires — a delay called propagation. This tool queries Google's resolver directly, so it reflects the current authoritative answer rather than your ISP's cache.

### What do TXT records do?

TXT records hold free-form text used for domain verification and email authentication — including SPF, DKIM and DMARC policies that protect a domain from email spoofing. Checking them is essential when debugging email deliverability.

### What's the difference between A and AAAA records?

An A record maps a domain to an IPv4 address; an AAAA record maps it to an IPv6 address. A domain can have both so it's reachable over either protocol.

### Is this DNS lookup tool free and private?

Yes. It's completely free, needs no signup, and runs queries directly from your browser over DNS-over-HTTPS. The domains you look up are not logged or stored by ToolNova.

---

ToolNova — free, privacy-first browser tools. Most tools process data locally on your device. See https://www.toolnova.org/llms.txt for the full directory.
