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
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
45
+
2. In **DNS** > **Settings**, make sure that **CNAME flattening for all CNAME records** is turned off.
46
+
3. Go to **DNS** > **Records** and find the CNAME record you would like to flatten.
47
+
4. Select **Edit** and turn on the **Flatten** option.
48
+
5. Select **Save** to confirm.
49
+
50
+
:::note[Unavailable flatten option]
51
+
For the following cases, **Flatten** will not be available:
52
+
- The record is at the [zone apex](#for-your-zone-apex).
53
+
- The record is already proxied, which means it will be flattened by default.
54
+
-**CNAME flattening for all CNAME records** is turned on, which means you cannot override it per-record.
55
+
:::
56
+
57
+
</TabItem> <TabItemlabel="API">
41
58
42
59
With the available [API endpoints](/api/operations/dns-records-for-a-zone-create-dns-record), specify the following for each `CNAME` record in the request body:
0 commit comments