dns.uk.app Get yourname.uk.app

CNAME record lookup

See which host name an alias points to. This is the record most hosting platforms ask for when you connect a custom domain.

How CNAME records work

A CNAME makes one name an alias of another. When someone looks up www.example.com, their resolver follows the CNAME to, say, cname.vercel-dns.com and uses that name’s addresses.

Rules worth knowing

Frequently asked questions

Why does my CNAME show nothing?

Either the record does not exist yet, or the name has A/AAAA records instead. Try the full DNS lookup to see everything on the name.

Is a CNAME slower than an A record?

Only by one extra lookup, which is cached. The flexibility is usually worth it.