CNAME (Canonical Name) is a DNS record type that turns one domain into an alias of another. For example, www.example.com (CNAME) → example.com (actual address). The browser follows the chain and retrieves the final A/AAAA records. CNAME cannot be used on the apex (root) domain — only on subdomains.
Free online tool — DNS lookup tool: instant results, no signup.
CNAME (Canonical Name) is a DNS record type that turns one domain into an alias of another. For example, www.example.com (CNAME) → example.com (actual address). The browser follows the chain and retrieves the final A/AAAA records. CNAME cannot be used on the apex (root) domain — only on subdomains.
Use the Enterno.io tool — enter a domain, get results in 1-2 seconds. Free, no signup.
A CNAME (Canonical Name) record functions as a pointer that directs one domain name to another. When a DNS resolver encounters a CNAME record, it replaces the domain in question with the target domain specified in the CNAME record. This redirection process is essential for managing various services and hosting configurations.
When a user types in a CNAME domain, the DNS lookup process begins. The resolver first checks to see if the CNAME record exists. If it does, the resolver retrieves the target domain's A or AAAA records, which contain the actual IP address of the server hosting the content. This behavior allows for flexible domain management and makes it easier to change hosting providers without altering the original domain name.
For example, if you have a CNAME record set for www.example.com pointing to example.com, the DNS resolver will first look up www.example.com, find the CNAME record, and then lookup example.com to get the corresponding IP address. The browser then connects to that IP address to retrieve the website content.
CNAME records are widely used for various purposes in domain management and web hosting. Here are some common scenarios where CNAME records are beneficial:
blog.example.com that point to different services, such as a blogging platform.cdn.example.com, to the CDN provider's domain.These use cases illustrate how CNAME records can enhance flexibility and efficiency in managing domain names and online services.
Configuring CNAME records is straightforward, and can be done through your DNS provider’s management interface. Here are some practical examples to illustrate various configurations:
www.example.com that points to example.com, you might enter the following:Host: www
Type: CNAME
Value: example.comshop.example.com to point to your e-commerce platform (e.g., store.shopify.com), you would configure it like this:Host: shop
Type: CNAME
Value: store.shopify.comassets.example.com to a CDN provider, you might use:Host: assets
Type: CNAME
Value: cdn.provider.comAfter making these configurations, it may take some time for DNS changes to propagate globally. Always verify your CNAME records using tools like dig or nslookup to ensure they resolve correctly.
DNS (Domain Name System) translates domain names into IP addresses. DNS records are instructions that define where to route traffic, email, and how to verify domainownership.
Query all record types — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single request.
Direct queries to authoritative servers. Results in milliseconds, no caching.
SPF, DKIM, and DMARC analysis to evaluate email protection against spoofing and phishing.
Save check results. Compare DNS records before and after registrar changes.
DNS check after deploy
SPF/DKIM/DMARC audit
DNS config audit
DNS zone control
v=spf1 TXT record.DNS check history, API keys and DNS change monitoring.
Sign up freeSee the full breakdown in the article above. For a quick check, use our online tool.
Usually no — most modern services configure it automatically. Manual setup is only needed for migrations or exotic configurations.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.