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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,16 @@ At least one **IP address resolution** record is required for each domain on Clo
36
36
37
37
These records include the following fields:
38
38
39
-
<Renderfile="records-name-field"product="dns" />- **IPv4/IPv6 address**: Your
40
-
origin server address (cannot be a [Cloudflare
41
-
IP](https://www.cloudflare.com/ips))
39
+
<Renderfile="records-name-field"product="dns" />
40
+
-**IPv4/IPv6 address**: Your origin server address (cannot be a [Cloudflare IP](https://www.cloudflare.com/ips))
42
41
43
-
:::note
42
+
:::note
44
43
45
-
Cloudflare uses the [canonical notation](https://www.rfc-editor.org/rfc/rfc5952.html#section-4.2) to store DNS records. This means that an AAAA record with content `fe80::0:0:1` is stored and returned as `fe80::1`, for example.
44
+
Cloudflare uses the [canonical notation](https://www.rfc-editor.org/rfc/rfc5952.html#section-4.2) to store DNS records. This means that an AAAA record with content `fe80::0:0:1` is stored and returned as `fe80::1`, for example.
46
45
47
-
Alternative notations of IPv4 addresses (`1.1` for `1.0.0.1`, for example) are not supported for A records.
48
-
:::
46
+
Alternative notations of IPv4 addresses (`1.1` for `1.0.0.1`, for example) are not supported for A records.
47
+
48
+
:::
49
49
50
50
-**TTL**: Time to live, which controls how long DNS resolvers should cache a response before revalidating it.
51
51
- If the **Proxy Status** is **Proxied**, this value defaults to **Auto**, which is 300 seconds.
@@ -110,13 +110,12 @@ When creating A or AAAA records [using the API](/dns/manage-dns-records/how-to/c
110
110
111
111
These records include the following fields:
112
112
113
-
<Renderfile="records-name-field"product="dns" />- **Target**: The hostname
114
-
where traffic should be directed (`example.com`). - **TTL**: Time to live, which
115
-
controls how long DNS resolvers should cache a response before revalidating it.
116
-
- If the **Proxy Status** is **Proxied**, this value defaults to **Auto**, which
117
-
is 300 seconds. - If the **Proxy Status** is **DNS Only**, you can customize the
118
-
value. - **Proxy status**: For more details, refer to [Proxied DNS
119
-
records](/dns/proxy-status/).
113
+
<Renderfile="records-name-field"product="dns" />
114
+
-**Target**: The hostname where traffic should be directed (`example.com`).
115
+
-**TTL**: Time to live, which controls how long DNS resolvers should cache a response before revalidating it.
116
+
- If the **Proxy Status** is **Proxied**, this value defaults to **Auto**, which is 300 seconds.
117
+
- If the **Proxy Status** is **DNS Only**, you can customize the value.
118
+
-**Proxy status**: For more details, refer to [Proxied DNS records](/dns/proxy-status/).
0 commit comments