The abbreviation CNAME record stands for Canonical Name record. It is a record type used to create an alias from one domain to another in a Domain Name System. This allows developers to point to the same application hosted in the same server from multiple domains.
For example, you can point courier.com to the server IP address where the application is hosted. Then, you can use a CNAME record to point www.courier.com to courier.com. Ultimately, this allows developers to make IP changes easily since they just need to change it in a single place.
In addition, CNAME records are widely used to:
CNAME lookup allows you to find the CNAME record for any domain or subdomain. When you perform a CNAME lookup, the tool will query the DNS servers to find if there are any CNAMEs configured to the given domain name. These CNAME lookups will be performed directly on the domain's authoritative name server to ensure all the changes are reflected without any delay.
An example CNAME record will look like below:
courier.example.com CNAME www.courier.com 3600
There are four main parts in the above CNAME record:
The above CNAME record will be refreshed every 3600 seconds, and users will be redirected to www.courier.com from courier.example.com.
Performing CNAME lookups using online tools is pretty straightforward. For example, let's consider the DNS checker online tool to perform a CNAME lookup.
CNAME record creates an alias from one domain to another in a Domain Name System. If you have linked a domain name to the IP address where your application is hosted, you can use the CNAME record to redirect users from another domain to the main domain.
For example, you can point courier.com to the server IP address and use a CNAME record to point www.courier.com to courier.com.
No. Having a CNAME record and other records for the same name is not possible.
A CNAME record is used to map a hostname to another hostname, while an A Record is used to map a hostname to one or more IP addresses.
Yes. The public can access CNAME records.
You can use the nslookup online tool to check CNAME records easily. In addition, you can use your local machine to check the CNAME as follows:
nslookup -q=CNAME <domain name>
in the command prompt.dig <domain name> CNAME
in the terminal.dig <domain name> CNAME
in the terminal.Usually, CNAME records must be visible to you without any issues since they are public. However, if you cannot see your CNAME records:
CNAME records are stored in the DNS settings of your domain.
Yes. CNAME records are used to redirect users from one domain name to another.
The steps of changing a CNAME record can be different based on your domain provider. In general, you can follow these steps to add a new CNAME record:
Send up to 10,000 notifications every month, for free.
Get started for free
Send up to 10,000 notifications every month, for free.
Get started for free
© 2023 Courier. All rights reserved.