A Records
Address (A) records are the most basic type of DNS record, and are used to map a domain (or a subdomain) to an IP address. An A record can only be mapped to an IPv4 address.
Creating an A record consists of completing the following three fields:
-
Host – The hostname for the record, entered as either a simple, one-part name, or as a Fully Qualified Domain Name (FQDN) with or without a trailing dot. Examples:
-
hostname
-
hostname.example.biz
-
hostname.example.biz.
-
example.biz
-
example.biz.
-
-
Points To – The IPv4 address for the domain you are mapping.
-
TTL – The Time to Live (TTL) for the record. You can provide this value as either an integer or an annotated value (1h = 1 hour).
-
This field is not required, and will be set to the default value if left empty.
-
You can create multiple A records with the same hostname, without having to create a pool. When prompted to select the pool type, select None from the dropdown menu.
Previously, providing a list of IP addresses resulted in only the last address being created as a record. With this enhancement, you can create individual A or AAAA records for each submitted IP address with the same hostname.