Understanding DNS Records — A Complete Guide

Learn what DNS records are, how they work, and how to manage A, CNAME, MX, TXT, and other record types for your domain.

Guide 4 min read Updated 2025-06-15 Intermediate Cynet Support

Quick Answer

DNS records are instructions that tell the internet where to direct traffic for your domain. The most common types are A (points to an IP), CNAME (alias), MX (email), and TXT (verification and security).

DNS (Domain Name System) is the system that translates human-readable domain names like example.com into IP addresses that computers use to communicate. DNS records are the individual instructions within this system that control how your domain behaves.

How DNS Works

When someone types your domain into a browser:

  1. The browser asks a DNS resolver "Where is example.com?"
  2. The resolver checks your domain's nameservers
  3. The nameservers return the appropriate DNS records
  4. The browser connects to the IP address specified in the record
This entire process typically takes 20–100 milliseconds.

Common DNS Record Types

A Record (Address)

The most fundamental record. It maps a domain name to an IPv4 address.

HostTypeValueTTL
@A103.28.xx.xx3600
wwwA103.28.xx.xx3600
  • @ represents the root domain (example.com)
  • www is a subdomain (www.example.com)
  • Both should typically point to the same IP

AAAA Record (IPv6 Address)

Same as an A record but for IPv6 addresses. Use this if your hosting supports IPv6.

HostTypeValueTTL
@AAAA2001:db8::13600

CNAME Record (Canonical Name)

Creates an alias that points one domain name to another. Cannot be used on the root domain (@).

HostTypeValueTTL
blogCNAMEexample.com3600
shopCNAMEmyshopify.com3600
Common uses: Subdomains, third-party services (Shopify, landing pages, CDNs).

MX Record (Mail Exchange)

Directs email to your mail server. Priority determines which server is tried first (lower = higher priority).

HostTypePriorityValueTTL
@MX0mail.example.com3600
@MX10backup-mail.example.com3600
Important: If you use Cynet email hosting, your MX records are configured automatically. Only change these if you're using external email (Google Workspace, Microsoft 365, etc.).

TXT Record (Text)

Stores text-based information. Used for domain verification, email security, and other services.

HostTypeValueTTL
@TXTv=spf1 include:_spf.cynet.com.my ~all3600
@TXTgoogle-site-verification=abc1233600
Common TXT records:
  • SPF — Specifies which mail servers can send email on your behalf
  • DKIM — Adds a digital signature to outgoing emails
  • DMARC — Tells receiving servers how to handle failed SPF/DKIM checks
  • Domain verification — Google Search Console, Microsoft 365, etc.

NS Record (Nameserver)

Specifies which nameservers are authoritative for your domain. These are usually set at your domain registrar.

HostTypeValue
@NSns1.cynet.com.my
@NSns2.cynet.com.my

SRV Record (Service)

Points to a specific service running on a specific port. Used by applications like VoIP, XMPP, and Microsoft Teams.

Managing DNS Records at Cynet

Via cPanel (if using Cynet nameservers)

  1. Log in to cPanel
  2. Go to Domains → Zone Editor
  3. Click Manage next to your domain
  4. Add, edit, or delete records as needed

Via Client Area (domain management)

  1. Log in to the Cynet client area
  2. Go to Domains → My Domains
  3. Click on your domain → DNS Management

DNS Propagation

After changing DNS records, the changes need to propagate across the internet. This can take:

  • TTL-based: Most changes take effect within the TTL period (commonly 1–4 hours)
  • Nameserver changes: Can take up to 24–48 hours for full global propagation
  • New domains: Usually resolve within 1–2 hours
You can check propagation status using tools like whatsmydns.net.

Best Practices

  • Keep TTL reasonable: 3600 seconds (1 hour) is a good default. Lower it before planned changes, then raise it back.
  • Don't mix CNAME with other records: A CNAME on a hostname means no other records can exist for that hostname.
  • Always set up email security: Configure SPF, DKIM, and DMARC to prevent email spoofing.
  • Document your changes: Keep a record of what you changed and why, so you can revert if something breaks.
  • Use Cynet nameservers: For the simplest management experience, point your domain to Cynet's nameservers and manage everything from cPanel.
DNS domain A record CNAME MX record TXT record nameserver

Need our team to handle this?

Need help with DNS, nameservers, or domain configuration? Submit a request and our team will handle it for you.

Was this article helpful?

Not sure which hosting plan is right for you?

Get a personalized recommendation in under 60 seconds.

Find the Right Plan