Back to articles
Domains

Understanding DNS records

8 min read
Updated Mar 12, 2026
By Pakaya Domains Team

DNS (Domain Name System) records are essential for directing internet traffic to your domain. Understanding the different types of DNS records will help you properly configure your domain for email, websites, and other services.

Common DNS record types

A Record (Address Record)

An A record maps a domain name to an IPv4 address. This is the most common record type used to point your domain to a web server.

example.com.  IN  A  192.0.2.1

AAAA Record (IPv6 Address Record)

Similar to A records but for IPv6 addresses. Use this if your server supports IPv6.

CNAME Record (Canonical Name)

A CNAME record creates an alias from one domain to another. Useful for pointing subdomains to external services.

www.example.com.  IN  CNAME  example.com.

MX Record (Mail Exchange)

MX records specify the mail servers responsible for receiving email for your domain. The priority value determines the order in which servers are tried.

TXT Record

TXT records hold text information for various purposes including SPF records for email validation, domain verification, and DKIM signatures.

DNS changes can take up to 48 hours to propagate worldwide, though most changes are visible within a few hours.

Managing DNS in Pakaya Domains

To manage your DNS records, go to your Dashboard > Domains > select your domain > DNS Settings. From there you can add, edit, or delete records as needed.

Was this article helpful?