1. Records settings
2. Record type
3. Domain or subdomain the record belongs to
4. Content of the record
5. TTL
6. Completing the configuration
This article describes operations in the non-advanced mode of the "DNS" product interface. Differences in interfaces modes are described in the article "Getting started with 'DNS'".
1. Go to records settings
Open the “All zones” tab and select the domain zone you want to add records for. Click it or the "Go to records" button next to it.
Click “Add record”.
You will see the interface for adding new DNS record. Perform other steps in it.
2. Select record type
In the “Type” field, select the type of DNS record. There are seven types available:
- А — defines the IP address the domain corresponds to. A record is for IPv4 addresses of the form 128.128.128.128.
- AAAA — defines the IP address the domain corresponds to. AAAA record is for IPv6 addresses of the form 7625: 0d18: 1fa3: 07d7: 1f44: 8a2e: 07a0: 678h.
- NS — defines addresses of DNS servers serving the domain.
- CNAME — maps resource records of one domain to resource records of another. If you specify a CNAME record for site.com with the value “anothersite.com”, then when you open site.com it will have the same DNS records as anothersite.com has (for example, it will requests the same IP if A/AAAA records for anothersite.com exists).
- MX — defines the server that receives mail for the domain.
- TXT — defines auxiliary information about the domain. For example, you can specify Sender Policy Framework (SPF) rules that determine mail servers allowed to receive mail.
- SRV — defines the server that operates certain services for the domain.
- CAA — defines the certificate authorities who are allowed to issue an SSL/TLS-certificate for the domain name.
3. Specify subdomain record belongs to
In the “Name” field, specify the subdomain the record belongs to. To add a record for:
- main domain (apex/naked domain; in the picture above it is examplesite.co) — leave the field blank;
- apecific subdomain — enter the name of this subdomain (for example, if you enter "one" in the picture above, the record will be created for one.examplesite.co);
- all subdomains at once (wildcard record) — enter an asterisk (*).
4. Specify content of record
Fill in the "Content" field. Enter a value appropriate for your record type.
Record type |
Value |
A |
The IP address (IPv4) of the server of the web page that will open by your domain name. |
AAAA |
The IP address (IPv6) of the server of the web page that will open by your domain name. |
NS |
The name of the zone you want to delegate your domain to. |
CNAME |
The domain or domain zone name that your domain should refer to. |
MX |
The name of the mail server that receives mail for your domain. |
SRV |
The canonical name of the machine providing the service. |
TXT |
Text information the record should contain. |
CAA |
Defines the certificate authorities who are allowed to issue an SSL/TLS-certificate for the domain name. The recording consists of three parts which are separated by a space. CAA [flags] [tag] "[value]" The "value" must be enclosed in double-quotes (""). Example: 0 issue "comodo.com" |
5. Specify TTL
TTL (time to live) is the interval in seconds used by servers on the Internet to check if the DNS records for your domain have changed.
Example: A-record has a TTL of 300. You have changed the value of this record from “128.0.0.8” to “127.0.0.7”. Within 5 minutes, when requesting your domain, users will be sent to a server with IP 128.0.0.8 (this value will be stored in the cache of recursive DNS servers). But after 5 minutes, the DNS server will check the settings and see the new value of the A-record. Now, when your domain is requested, the DNS server will send users to the server with IP 127.0.0.7.
6. Complete configuration and create resource record
After completing the configuration, click the "Add" button. The DNS record with specified parameters will be created.