Skip to content

Commit 492015a

Browse files
Review convert-secondary-to-partial
1 parent 5357ae4 commit 492015a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/content/docs/dns/zone-setups/conversions/convert-secondary-to-partial.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010

1111
import { GlossaryTooltip, Details, Render } from "~/components";
1212

13-
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 <GlossaryTooltip term="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 <GlossaryTooltip term="partial setup">partial setup</GlossaryTooltip>.
1414

1515
Follow the steps below to achieve this conversion.
1616

@@ -36,8 +36,8 @@ Follow the steps below to achieve this conversion.
3636

3737
## 3. Convert your Cloudflare zone
3838

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.
4141
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.
4242

4343
<Details header="Example verification record">
@@ -60,6 +60,4 @@ Follow the steps below to achieve this conversion.
6060

6161
## 4. Update nameservers
6262

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.

src/content/partials/dns/secondary-conversion-unlink.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
2. Go to **DNS** > **Settings** > **DNS Zone Transfers** and select **Manage linked peers**.
88
3. Unlink the peer and select **Save**.
99

10-
At this point, your zone will be read-only, meaning you cannot make any edits.
10+
At this point, your zone will be read-only.

0 commit comments

Comments
 (0)