Skip to content

Commit 69ebde2

Browse files
Manual: fix broken list formatting in dns-record-types
1 parent 5beef14 commit 69ebde2

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ At least one **IP address resolution** record is required for each domain on Clo
3636

3737
These records include the following fields:
3838

39-
<Render file="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+
<Render file="records-name-field" product="dns" />
40+
- **IPv4/IPv6 address**: Your origin server address (cannot be a [Cloudflare IP](https://www.cloudflare.com/ips))
4241

43-
:::note
42+
:::note
4443

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.
4645

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+
:::
4949

5050
- **TTL**: Time to live, which controls how long DNS resolvers should cache a response before revalidating it.
5151
- 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
110110

111111
These records include the following fields:
112112

113-
<Render file="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+
<Render file="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/).
120119

121120
#### Proxied CNAME records
122121

0 commit comments

Comments
 (0)