What is your domain actually pointing at?

Look up A, AAAA, MX, TXT, NS and CNAME records for any hostname, straight from live DNS — the same answers a mail server or browser would get.

Example result

example-company.com6 record types found
A

IPv4 address

One A record. This is the IPv4 address browsers connect to for the bare domain.

93.184.216.34
AAAA

IPv6 address

An AAAA record is present, so the domain is reachable over IPv6 as well as IPv4.

2606:2800:220:1:248:1893:25c8:1946
MX

Mail exchangers

Two mail exchangers. The lower number is tried first; the second is the fallback.

10 mx1.example-company.com.20 mx2.example-company.com.
TXT

Text records

TXT records carry policy and verification strings, including SPF.

v=spf1 include:_spf.example-company.com ~allgoogle-site-verification=3Vv1qL0pQ2Xz
NS

Name servers

The authoritative name servers for this zone — the servers that answer for it.

ns1.example-company.com.ns2.example-company.com.
CNAME

Canonical name

The www hostname is an alias pointing at the bare domain.

www.example-company.com. example-company.com.

Example result · public DNS lookups only · nothing stored · no account