A
|
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
|
CNAME
|
Domain name alias. You can enter only one domain name.
|
www.example.com
|
MX
|
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: - priority: priority for an email server to receive emails. A smaller value indicates a higher priority.
- mail server host name: domain name provided by the email service provider
|
10 mailserver.example.com.
20 mailserver2.example.com.
|
AAAA
|
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
|
TXT
|
Text content
Configuration rules:
- Text record values must be enclosed in double quotation marks.
- One or more text record values are supported, each on a separate line.
A maximum of 50 text record values can be entered.
- A single text record value can contain multiple character strings, each of which is double quoted and separated from others using a space.
One character string cannot exceed 255 characters.
A value must not exceed 4096 characters.
- The value cannot be left blank.
- The text cannot contain a backslash (\).
|
- Single text record:
"aaa"
- Multiple text records:
"bbb"
"ccc"
- A text record that contains multiple strings:
"ddd" "eee" "fff"
|
SRV
|
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: The system checks the priority values first. If the priority values are the same, the system will check the weight values.
|
2 1 2355 example_server.test.com
|
NS
|
DNS server address
You can enter a maximum of 50 record values, each on a separate line.
|
ns1.example.net
ns2.example.net
|
CAA
|
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:
- flag: certificate authority (CA) identifier, which is an unsigned character ranging from 0 to 255. Usually, the value is set to 0.
- tag: a string of 1 to 15 characters composed of letters and digits from 0 to 9. The tag can be one of the following:
- issue: authorizes CAs to issue all types of certificates.
- issuewild: authorizes CAs to issue wildcard certificates.
- iodef: requests notifications once CAs receive invalid certificate requests.
- value: authorized CA or email address/URL required for notification once the CA receives invalid certificate requests, depending on the value of tag. The value must be enclosed in quotation marks (""). It is a string of 1 to 255 characters, including letters, digits, spaces, and special characters -#*?&_~=:;.@+^/!%
|
0 issue "ca.abc.com"
0 issuewild "ca.def.com"
0 iodef "mailto:admin@domain.com"
0 iodef "http:// domain.com/log/"
|
PTR
|
Private domain name mapped to the private IP address. You can enter only one domain name.
|
www.example.com.
|