Skip to content

Commit cea1915

Browse files
[DNS] More details on A and CNAME records names (#26715)
1 parent ad15aa5 commit cea1915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ At least one **IP address resolution** record is required for each domain on Clo
2828
These records include the following fields:
2929

3030
- **Name**: A subdomain or the zone apex (`@`), which must:
31-
- Be 63 characters or less
31+
- Be composed of labels of 63 characters or less (`label1.label2.label3`), where the fully qualified domain name (`label1.label2.label3.example.com`) does not exceed 255 characters.
3232
- Start with a letter and end with a letter or digit
3333
- Only contain letters, digits, or hyphens (underscores allowed but discouraged)
3434
- **IPv4/IPv6 address**: Your origin server address (cannot be a [Cloudflare IP](https://www.cloudflare.com/ips))
@@ -103,7 +103,7 @@ When creating A or AAAA records [using the API](/dns/manage-dns-records/how-to/c
103103
These records include the following fields:
104104

105105
- **Name**: A subdomain or the zone apex (`@`), which must:
106-
- Be 63 characters or less
106+
- Be composed of labels of 63 characters or less (`label1.label2.label3`), where the fully qualified domain name (`label1.label2.label3.example.com`) does not exceed 255 characters.
107107
- Start with a letter and end with a letter or digit
108108
- Only contain letters, digits, or hyphens (underscores are allowed but discouraged)
109109
- **Target**: The hostname where traffic should be directed (`example.com`).

0 commit comments

Comments
 (0)