DNS records
How to configure individual DKIM on your domain
guide in process
How to add a DKIM to the cdmon DNS
DKIM stands for DomainKeys Identified Mail, and it is an email authentication mechanism that allows an organization to take responsibility for sending a message, so it can be validated by the recipient. cdmon does not provide DKIM authentication ...
What is an CAA record and how it is configured
A CAA record (Certification Authority Authorization) allows you to specify which Certificate Authorities (CA) can issue SSL certificates for your domain or subdomains. CAA records are configured to prevent incorrect certificates from being issued for ...
How to set up a TXT record
A TXT record is a type of DNS record that provides text information to external sources outside our domain. The TXT record not only allows you to enter any type of information in text format, but nowadays, combined with the SPF protocol, it can be ...
How to set up a CNAME record
Register domain online A CNAME Record (Canonical Name Record) is the equivalent of an alias for another record. It is used when one or multiple records need to point to the same record. If that record points to an IP address and the others point to ...
How we can create subdomains in static DNS
To configure or create subdomains for your domain, you must access DNS management directly by clicking on the DNS option from the "Basic services list" in your control panel and follow these steps. In the "DNS Records" screen, you can create a ...
How to set up an NS record in a subdomain
An NS Record (Name Server) defines the servers that will provide DNS information for a domain. For example, it allows you to assign specific DNS servers to a subdomain. To configure an NS record on a subdomain, go directly to Manage DNS from the ...
How to set up Google DKIM in your domain
DKIM adds a digital signature to the emails you send from your domain. This process involves two keys: a private key, which your mail server uses to sign emails, and a public key, which is published in a DNS record. Mail servers use this public key ...
How to configure SOA features in static DNS
SOA (Start of Authority) is a type of record that specifies DNS information. All domain names have an SOA record that shows the basic characteristics of the domain and the zone it belongs to. To configure SOA settings in the static DNS, follow these ...
How to make an IPv6 redirection or how to create an AAA record
An AAAA Record is very similar to an A record: both are used to point a hostname to an IP address. The main difference is that A records are used for IPv4 addresses (e.g., 43.16.60.60), while AAAA records are used for IPv6 addresses (128 bits) (e.g., ...
Mass modification of records A
From your cdmon control panel, you can modify the IP of A records in bulk. To do this, access the DNS records management you want to modify by clicking on the DNS option in your panel. On the "DNS Records" screen, select all the A records whose IP ...
What is TTL?
Hosting and domains TTL or Time to Live is the mechanism used to limit the lifespan of information circulating on the network. This prevents data from moving indefinitely across the Internet, improving privacy and performance. When DNS zones or DNS ...
How to set up SPF record for mail in static DNS
SPF stands for Sender Policy Framework, a protection against email address spoofing. It identifies the SMTP mail servers authorized to send messages through domain name system (DNS) records. Its purpose is to prevent, for example, a message with the ...
How to set up email or record MX
The MX Record (Mail Exchanger Record) is the record that enables email reception. It specifies the mail servers associated with the domain. An MX record always points to an A record, never to a CNAME. To configure the mail record or MX record of your ...
How to make an IP redirection or how to create a record A
An A Record (Address Record) is the most common record in DNS management and represents an IP redirection. To create an IP redirection, you must access the DNS management of the domain you want to redirect. To do so, go directly to DNS management ...