Skip to content

Commit 1bd52ea

Browse files
[DNS] Explicitly state availability in custom NS how-tos (#19080)
* [DNS] Update account-custom-nameservers.mdx * Add availability h2 to all custom NSs procedure pages --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 730ff85 commit 1bd52ea

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ import { Example, Render, Tabs, TabItem } from "~/components"
1616

1717
<Render file="acns-tcns-intro" params={{ one: "Account", two: "A", three: "account", four: "zones", five: "account " }} />
1818

19+
## Availability
20+
21+
Account custom nameservers are available for customers on Business (after [contacting Cloudflare Support](/support/contacting-cloudflare-support/)) or Enterprise plans. Once configured, account custom nameservers can be used by all zones in the account, regardless of the zone plan. Via API or on the dashboard.
22+
1923
## Configuration conditions
2024

2125
For this configuration to be possible, a few conditions apply:
@@ -167,4 +171,4 @@ Following the [configuration conditions](#configuration-conditions), each set mu
167171
Use the [Delete account custom nameserver endpoint](/api/resources/custom_nameservers/methods/delete/) to delete a specific ACNS.
168172

169173
</TabItem>
170-
</Tabs>
174+
</Tabs>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ import { Example, Render } from "~/components"
1818

1919
<Render file="acns-tcns-intro" params={{ one: "Tenant", two: "T", three: "tenant", four: "accounts", five: "tenant " }} />
2020

21+
## Availability
22+
23+
Tenant custom nameservers, if created by the tenant owner, will be available to all zones belonging to any account that is part of the tenant. Via API only.
24+
2125
## Configuration conditions
2226

2327
For this configuration to be possible, a few conditions apply:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ With zone custom nameservers (ZCNS), each custom nameserver name must be a subdo
1818

1919
For example, for a zone `domain.test`, the ZCNS can be `ns1.domain.test` and `ns2.domain.test` but they cannot use a different TLD (`ns1.domain.org`) nor a different domain (`ns1.example.com`).
2020

21+
## Availability
22+
23+
Zone custom nameservers are available for zones on Business or Enterprise plans. Via API or on the dashboard.
24+
2125
## Use zone custom nameservers
2226

2327
### Primary (full setup) zones

0 commit comments

Comments
 (0)