Skip to content

Commit 14c645b

Browse files
Style guide adjustments and consolidate bullets under #solution
1 parent 605780c commit 14c645b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/content/docs/dns/manage-dns-records/troubleshooting/cname-domain-verification.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,22 @@ head:
99

1010
---
1111

12-
When configuring services from external providers - such as email services, for example - it is possible that they require you to verify your domain by placing a `CNAME` record at your zone.
12+
When configuring services from external providers - such as email services, for example - it is possible that they require you to verify your domain by placing a CNAME record at your zone.
1313

1414
Consider the following sections if this is not working correctly for you.
1515

1616
## Causes
1717

1818
You may find issues if you have one of the following:
1919

20-
* The `CNAME` record you created for domain verification is set to [**Proxied**](/dns/proxy-status/).
21-
* The `CNAME` record is correctly set to DNS only (not proxied) but, in your [zone settings](https://dash.cloudflare.com/?to=/:account/:zone/dns/settings), [**CNAME flattening for all CNAME records**](/dns/cname-flattening/set-up-cname-flattening/#for-all-cname-records) is enabled.
22-
* The `CNAME` record is correctly set to DNS only (not proxied) but CNAME flattening is [enabled for that record specifically](/dns/cname-flattening/set-up-cname-flattening/#per-record).
20+
* The CNAME record you created for domain verification is set to [**Proxied**](/dns/proxy-status/).
21+
* The CNAME record is correctly set to DNS only (not proxied) but, in your [zone settings](https://dash.cloudflare.com/?to=/:account/:zone/dns/settings), [**CNAME flattening for all CNAME records**](/dns/cname-flattening/set-up-cname-flattening/#for-all-cname-records) is enabled.
22+
* The CNAME record is correctly set to DNS only (not proxied) but CNAME flattening is [enabled for that record specifically](/dns/cname-flattening/set-up-cname-flattening/#per-record).
2323

2424
## Solution
2525

2626
Make sure that:
2727

28-
* You have filled in the `CNAME` record fields correctly.
29-
* The proxy status is set to **DNS only**.
30-
* The [flatten](/dns/cname-flattening/) toggle is disabled
31-
* Under **DNS** > **Settings**, [CNAME flattening for all CNAME records](/dns/cname-flattening/) is disabled.
28+
* In your zone DNS settings: [**CNAME flattening for all CNAME records**](/dns/cname-flattening/) is disabled.
29+
* On the DNS records table: you have filled in the CNAME record fields correctly, proxy status is set to **DNS only**, and **Flatten** is disabled.
3230

0 commit comments

Comments
 (0)