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
Copy file name to clipboardExpand all lines: src/content/docs/dns/nameservers/custom-nameservers/account-custom-nameservers.mdx
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,30 +32,26 @@ For this configuration to be possible, a few conditions apply:
32
32
33
33
1. Create ACNS names and sets:
34
34
35
-
<Tabs>
35
+
<TabssyncKey="dashPlusAPI">
36
36
<TabItemlabel="Dashboard">
37
37
38
38
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
39
39
2. Go to **Manage Account** > **Configurations**.
40
40
3. For **Account custom nameservers**, select **Configure custom nameservers**.
41
41
4. Insert a fully qualified domain name for **Nameserver name** and choose a **Nameserver set**. Follow the [configuration conditions](#configuration-conditions).
42
42
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
-
45
43
</TabItem>
46
44
<TabItemlabel="API">
47
45
48
46
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`.
49
47
50
48
<Renderfile="ns-set-omission-callout" />
51
49
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
-
56
50
</TabItem>
57
51
</Tabs>
58
52
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
+
59
55
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.
60
56
61
57
* 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
80
76
81
77
1. Choose an ACNS set as custom nameservers for a zone:
82
78
83
-
<Tabs>
79
+
<TabssyncKey="dashPlusAPI">
84
80
<TabItemlabel="Dashboard">
85
81
86
82
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-
106
102
107
103
To make ACNS the default option for all new zones added to your account from now on:
108
104
109
-
<Tabs>
105
+
<TabssyncKey="dashPlusAPI">
110
106
<TabItemlabel="Dashboard">
111
107
112
108
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
130
126
131
127
To remove ACNS from a zone, first update your nameservers to stop using ACNS:
132
128
133
-
<Tabs>
129
+
<TabssyncKey="dashPlusAPI">
134
130
<TabItemlabel="Dashboard">
135
131
136
132
* 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:
149
145
150
146
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.
151
147
152
-
<Tabs>
148
+
<TabssyncKey="dashPlusAPI">
153
149
<TabItemlabel="Dashboard">
154
150
155
151
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
0 commit comments