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
If you initially setup[incoming zone transfers (Cloudflare as secondary)](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/), you can later convert your zone to use a <GlossaryTooltipterm="partial setup">partial setup</GlossaryTooltip>.
13
+
If you initially set up[incoming zone transfers (Cloudflare as secondary)](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/), you can later convert your zone to use a <GlossaryTooltipterm="partial setup">partial setup</GlossaryTooltip>.
14
14
15
15
Follow the steps below to achieve this conversion.
16
16
@@ -36,8 +36,8 @@ Follow the steps below to achieve this conversion.
36
36
37
37
## 3. Convert your Cloudflare zone
38
38
39
-
1. Back at your Cloudflare zone, confirm that you have all the [DNS records](/dns/manage-dns-records/how-to/create-dns-records/) needed for the hostnames you pointed to `{your-hostname}.cdn.cloudflare.net` in the previous step.
40
-
2.Go to the [Overview page](https://dash.cloudflare.com/?to=/:account/:zone) and select **Convert to CNAME DNS Setup**.
39
+
1. Back at your Cloudflare zone, confirm that you have all the `A`, `AAAA`, or `CNAME`[DNS records](/dns/manage-dns-records/how-to/create-dns-records/) needed for the hostnames you pointed to `{your-hostname}.cdn.cloudflare.net` in the previous step. You can also delete any DNS records that have a different type, as they will no longer resolve once you convert your zone to a partial setup.
40
+
2.Use the [Edit Zone endpoint](/api/operations/zones-0-patch) with `type` set to `partial`, to convert the zone type. Existing DNS records will not be affected.
41
41
3. On [**DNS** > **Records**](https://dash.cloudflare.com/?to=/:account/:zone/dns/records), get the **Verification TXT Record** and add it at your authoritative DNS provider.
42
42
43
43
<Detailsheader="Example verification record">
@@ -60,6 +60,4 @@ Follow the steps below to achieve this conversion.
60
60
61
61
## 4. Update nameservers
62
62
63
-
1. At your domain registrar (or parent zone), [update the nameservers](/dns/nameservers/update-nameservers/).
64
-
65
-
In a partial (CNAME) setup, only the nameservers of your external DNS provider should be listed. Remove any `secondary.cloudflare.com` nameservers if you used to have them.
63
+
1. At your domain registrar (or parent zone), [update the nameservers](/dns/nameservers/update-nameservers/). In a partial (CNAME) setup, only the nameservers of your external DNS provider should be listed. Remove any `secondary.cloudflare.com` nameservers if you used to have them.
0 commit comments