Skip to Content
Purchase GuideRecord Type Description

Record Types Explanation

Record TypeType ExplanationRequirements for Record Value Formats
A recordPoints a domain name to an IPv4 address, and supports wildcard resolution.Dotted decimal IPv4 address, such as 192.168.1.2. Multiple input is supported.
CNAME recordPoints a domain name to another domain name, achieving the same access effect as the pointed domain name.Domain name format. Supports English characters (case insensitive), numbers, ”.”, ”-” and other characters
MX recordEstablishes an email service. Points to the domain name of the mail server.Format is: [priority] [host-name]. Priority’s value range is 0-65,535. The smaller the value, the higher the priority; host-name is a domain name, corresponding to the address of the mail server
TXT recordCan be filled in arbitrarily, or left blank. Generally used for some verification records, such as: doing SPF (anti-spam mail) recordsText length does not exceed 255 bytes
AAAA recordPoints a domain name to an IPv6 address, and supports wildcard resolution.IPv6 address, such as ff03:0:0:0:0:0:0:c1. Supports the addition of multiple
SRV recordWill be added when adding service records of servers. Records what services are provided by a certain server.The format is [priority] [weight] [port] [host-name]. Piority’s value range is 0-65,535; weight’s value range is 1-65,535; port is the service port number, with a value range of 0-65,535; host-name is a domain name. Supports newline entry of multiple, such as “1 1 5,000 aserver.test.com
PTR recordImplements reverse resolution from IP to domain namesDomain name format. Supports English characters (not case sensitive), numbers, ”.”, ”-” and other characters