DNS tool

DNS lookup

Query common DNS records directly and see the values returned for a hostname.

Quick guide

Understanding DNS records

DNS translates human-friendly names into the records computers use to route traffic, deliver email and verify services. Different record types answer different questions.

A / AAAA

Map a hostname to an IPv4 or IPv6 address.

MX

Lists the mail servers responsible for receiving email for a domain.

TXT

Stores text data commonly used for SPF, domain verification and other policies.

NS / CNAME

NS identifies authoritative name servers. CNAME aliases one hostname to another.

How it works

The selected DNS record type is queried and the returned records, TTLs and values are displayed in a readable form.

Terminal shortcut

Prefer the command line?

Query common DNS record types from the Terminal.

> dns example.com A Run in Terminal ->