Skip to content

Commit 9a83fe4

Browse files
Remove repeated sentence and add Tabs syncKey
1 parent 78f997d commit 9a83fe4

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

src/content/docs/dns/nameservers/custom-nameservers/account-custom-nameservers.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,26 @@ For this configuration to be possible, a few conditions apply:
3232

3333
1. Create ACNS names and sets:
3434

35-
<Tabs>
35+
<Tabs syncKey="dashPlusAPI">
3636
<TabItem label="Dashboard">
3737

3838
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
3939
2. Go to **Manage Account** > **Configurations**.
4040
3. For **Account custom nameservers**, select **Configure custom nameservers**.
4141
4. Insert a fully qualified domain name for **Nameserver name** and choose a **Nameserver set**. Follow the [configuration conditions](#configuration-conditions).
4242

43-
Cloudflare will assign an IPv4 and an IPv6 address to each ACNS name, and these nameservers will be listed as options that you can [enable on existing zones](#2-enable-acns-on-existing-zones) or [set up as default for new zones in the account](#3-optional-make-acns-default-for-new-zones).
44-
4543
</TabItem>
4644
<TabItem label="API">
4745

4846
Use the [Add account custom nameserver endpoint](/api/operations/account-level-custom-nameservers-add-account-custom-nameserver) to create account custom nameservers. Follow the [conditions](#configuration-conditions) for `ns_name` and `ns_set`.
4947

5048
<Render file="ns-set-omission-callout" />
5149

52-
Cloudflare will assign an IPv4 and an IPv6 address to each ACNS name.
53-
54-
Cloudflare will assign an IPv4 and an IPv6 address to each ACNS name and these nameservers will be listed as options that you can [enable on existing zones](#2-enable-acns-on-existing-zones) or [set up as default for new zones in the account](#3-optional-make-acns-default-for-new-zones).
55-
5650
</TabItem>
5751
</Tabs>
5852

53+
Cloudflare will assign an IPv4 and an IPv6 address to each ACNS name, and these nameservers will be listed as options that you can [use on existing zones](#2-use-acns-on-existing-zones) or [set up as default for new zones in the account](#3-optional-make-acns-default-for-new-zones).
54+
5955
2. Make sure `A/AAAA` records with the assigned IPv4 and IPv6 exist at the authoritative DNS of the domain that provides the ACNS names.
6056

6157
* If the domain uses Cloudflare DNS, the respective `A` and `AAAA` records are automatically created.
@@ -80,7 +76,7 @@ Cloudflare will assign an IPv4 and an IPv6 address to each ACNS name and these n
8076

8177
1. Choose an ACNS set as custom nameservers for a zone:
8278

83-
<Tabs>
79+
<Tabs syncKey="dashPlusAPI">
8480
<TabItem label="Dashboard">
8581

8682
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and zone.
@@ -106,7 +102,7 @@ Use the [Set ACNS Related Zone Metadata endpoint](/api/operations/account-level-
106102

107103
To make ACNS the default option for all new zones added to your account from now on:
108104

109-
<Tabs>
105+
<Tabs syncKey="dashPlusAPI">
110106
<TabItem label="Dashboard">
111107

112108
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
@@ -130,7 +126,7 @@ Use the [Update Account endpoint](/api/operations/accounts-update-account) and s
130126

131127
To remove ACNS from a zone, first update your nameservers to stop using ACNS:
132128

133-
<Tabs>
129+
<Tabs syncKey="dashPlusAPI">
134130
<TabItem label="Dashboard">
135131

136132
* If you are using [Cloudflare Registrar](/registrar/), [contact Cloudflare Support](/support/contacting-cloudflare-support/) to set your nameservers back to the regular Cloudflare branded nameservers.
@@ -149,7 +145,7 @@ To remove ACNS from a zone, first update your nameservers to stop using ACNS:
149145

150146
Following the [configuration conditions](#configuration-conditions), each set must have between two and five different nameserver names. When you delete all names or leave a set with only one nameserver name, the set will no longer be listed as an option for the zones in your account.
151147

152-
<Tabs>
148+
<Tabs syncKey="dashPlusAPI">
153149
<TabItem label="Dashboard">
154150

155151
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.

0 commit comments

Comments
 (0)