Guide

DNS records explained simply

DNS records tell the internet how to find your website, email services, and other domain-based systems. When they are wrong, things can break in ways that look random until you inspect them directly.

What DNS does

DNS turns human-readable domains into technical destinations. Instead of asking people to remember IP addresses, DNS lets them type a domain while the system figures out where to send traffic.

Common record types

A: points a domain to an IPv4 address.

AAAA: points a domain to an IPv6 address.

CNAME: aliases one hostname to another hostname.

MX: controls where email for the domain should be delivered.

TXT: stores text-based values often used for verification, SPF, or policy data.

NS: shows which nameservers are authoritative for the domain.

Why propagation feels confusing

DNS changes may not appear everywhere immediately. Caches across devices, browsers, ISPs, and DNS resolvers can make different people see different results for a while. That delay is often called propagation.

When to check DNS

  • after moving a website to a new host
  • when email stops delivering correctly
  • after adding verification records
  • when one subdomain works and another does not
  • when a full URL works for some users but not others

Use PathPing for this

PathPing DNS Check helps you inspect the most common DNS record types quickly so you can confirm what a domain is currently returning.

Practical tip

When a full website URL is failing, check both the DNS setup and the final redirect behavior. DNS can be correct while the URL routing still goes somewhere unexpected.