Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
17 KiB
Record Set Types and Configuration Rules
Record Set Types
Table 1 describes the record set types.
- Record set types in public zones: A, CNAME, MX, AAAA, TXT, SRV, NS, SOA, and CAA
- Record set types in private zones: A, CNAME, MX, AAAA, TXT, SRV, SOA, and PTR
Record Set Type |
Description |
Value |
Example |
---|---|---|---|
Maps domains to IPv4 addresses. |
IPv4 addresses mapped to the domain name You can enter a maximum of 50 record values, each on a separate line. |
192.168.12.2 192.168.12.3 |
|
Maps one domain name to another domain name or multiple domain names to one domain name. |
Domain name alias. You can enter only one domain name. |
www.example.com |
|
Maps domain names to email servers. |
Email server address You can enter a maximum of 50 record values, each on a separate line. The format is [priority][mail server host name]. Configuration rules:
|
10 mailserver.example.com. 20 mailserver2.example.com. |
|
Maps domain names to IPv6 addresses. |
IPv6 addresses mapped to the domain name You can enter a maximum of 50 record values, each on a separate line. |
ff03:0db8:85a3:0:0:8a2e:0370:7334 |
|
Creates text records for domain names. It is usually used in the following scenarios:
|
Text content Configuration rules:
|
||
Records servers providing specific services. |
Server address You can enter a maximum of 50 record values, each on a separate line. The value format is [priority] [weight] [port number] [server address]. Configuration rules:
NOTE:
If the record set values have the same priority, requests to the domain name will be routed based on weights. |
2 1 2355 example_server.test.com |
|
Delegates subdomains to other name servers.
|
DNS server address You can enter a maximum of 50 record values, each on a separate line. |
ns1.example.net ns2.example.net |
|
SOA |
Identifies the base information about a domain name. The SOA record set is automatically generated by the DNS service and cannot be added manually. |
This type of record set is created by default and cannot be added manually. |
This type of record set is created by default and cannot be added manually. |
Grants certificate issuing permissions to certificate authorities (CAs). CAA record sets can prevent the issuance of unauthorized HTTPS certificates. |
CA to be authorized to issue certificates for a domain name or its subdomains You can enter a maximum of 50 record values, each on a separate line. The format is [flag] [tag] [value]. Configuration rules:
|
0 issue "ca.abc.com" 0 issuewild "ca.def.com" 0 iodef "mailto:admin@domain.com" 0 iodef "http:// domain.com/log/" |
|
Maps IP addresses to domain names. |
Private domain name mapped to the private IP address. You can enter only one domain name. |
www.example.com |