Skip to content

Commit 101d0d9

Browse files
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent 50c8829 commit 101d0d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Follow the steps below to achieve this conversion.
4747

4848
## 3. Convert the zone and initiate zone transfers
4949

50-
1. Use the [Edit Zone endpoint](/api/operations/zones-0-patch) with `type` set to `secondary`, to convert the zone type. The existing records will remain in place.
50+
1. Use the [Edit Zone endpoint](/api/operations/zones-0-patch) with `type` set to `secondary` to convert the zone type. The existing records will remain in place.
5151
2. Go to **DNS** > **Settings** > **DNS Zone Transfers** and select **Manage linked peers**.
5252
3. Link the peer server you created in the previous steps and select **Save**.
5353
4. On **DNS** > **Settings**, select **Initiate zone transfer**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow the steps below to achieve this conversion.
3131

3232
## 3. Convert your zone
3333

34-
1. Use the [Edit Zone endpoint](/api/operations/zones-0-patch) with `type` set to `full`, to convert the zone type. Existing DNS records will not be affected.
34+
1. Use the [Edit Zone endpoint](/api/operations/zones-0-patch) with `type` set to `full` to convert the zone type. Existing DNS records will not be affected.
3535
2. Go to [**DNS** > **Records**](https://dash.cloudflare.com/?to=/:account/:zone/dns/records) and take note of your new **Cloudflare Nameservers**.
3636
3. At your domain registrar (or parent zone), [update your nameservers](/dns/nameservers/update-nameservers/). Replace the nameservers ending in `secondary.cloudflare.com` by the ones ending in `ns.cloudflare.com`.
3737

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Follow the steps below to achieve this conversion.
2222

2323
## 2. Configure your authoritative DNS provider
2424

25-
1. (Optional) If you are also migrating to a new authoritative DNS provider, export a zone file from the previous provider and import into the new one.
25+
1. (Optional) If you are also migrating to a new authoritative DNS provider, export a zone file from the previous provider and import it into the new one.
2626
2. At your authoritative DNS provider, create `CNAME` records pointing to `{your-hostname}.cdn.cloudflare.net` for every hostname you wish to proxy through Cloudflare.
2727

2828
<Details header="Example CNAME record at authoritative DNS provider">
@@ -39,7 +39,7 @@ Follow the steps below to achieve this conversion.
3939
## 3. Convert your Cloudflare zone
4040

4141
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.
42-
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.
42+
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.
4343
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.
4444

4545
<Details header="Example verification record">

0 commit comments

Comments
 (0)