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/vendor-specific-records.mdx
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,23 +72,28 @@ Add a [`CNAME` record](/dns/manage-dns-records/how-to/create-dns-records/) to Cl
72
72
73
73
To use Cloudflare DNS with AWS Amplify, refer to the [Amplify help content](https://docs.aws.amazon.com/amplify/latest/userguide/to-add-a-custom-domain-managed-by-a-third-party-dns-provider.html) and follow the instructions for **manual configuration**.
74
74
75
-
You will need at least two `CNAME` records:
75
+
At Cloudflare, you will need at least two `CNAME` records:
76
76
77
77
- A <GlossaryTooltipterm="proxy status">DNS-only</GlossaryTooltip> `CNAME` to validate your domain ownership, which should look like the following:
|`CNAME`|`<UNIQUE_STRING>`|`<UNIQUE_STRING>.mhbtsbpdnt.acm-validation.aws`| DNS only |
83
83
</Example>
84
84
85
-
:::caution
86
-
<Renderfile="cname-flattening-callout" />
85
+
:::caution[CNAME flattening]
86
+
If your Cloudflare zone is on a paid plan, also make sure that the **Flatten** option turned off for the validation `CNAME` record, and that you zone is **not** using [CNAME flattening for all CNAME records](/dns/cname-flattening/set-up-cname-flattening/#for-all-cname-records)
87
87
:::
88
88
89
-
- One `CNAME` for the <GlossaryTooltipterm="apex domain">apex domain</GlossaryTooltip> and/or for each of the subdomains that you want to proxy through Cloudflare.
89
+
- One `CNAME` for the <GlossaryTooltipterm="apex domain">apex domain</GlossaryTooltip> (`example.com`) and/or for each of the subdomains (`blog.example.com`) that you want to manage on Cloudflare. For details refer to [Manage DNS records](/dns/manage-dns-records/how-to/create-dns-records/). These records can be proxied.
0 commit comments