You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/manage-dns-records/reference/dns-record-types.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ At least one **IP address resolution** record is required for each domain on Clo
28
28
These records include the following fields:
29
29
30
30
-**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.
32
32
- Start with a letter and end with a letter or digit
33
33
- Only contain letters, digits, or hyphens (underscores allowed but discouraged)
34
34
-**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
103
103
These records include the following fields:
104
104
105
105
-**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.
107
107
- Start with a letter and end with a letter or digit
108
108
- Only contain letters, digits, or hyphens (underscores are allowed but discouraged)
109
109
-**Target**: The hostname where traffic should be directed (`example.com`).
0 commit comments