Skip to content

Commit aba3e97

Browse files
[DNS] Clarify accepted zone apex without subdomain support (#17724)
* Bring notes from add-site to DNS full-setup and mention subdomain setup * Append sentence on subdomain setup next to PSL reference
1 parent 25034a8 commit aba3e97

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/content/docs/dns/zone-setups/full-setup/setup.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,14 @@ import { Render } from "~/components"
1616
## Before you begin
1717

1818

19-
2019
Before you update your domain nameservers, make sure that you:
2120

2221
* Already own a domain name (such as `example.com` or `cloudflare.com`).
2322

2423
:::note
25-
26-
2724
If you do not already have a [domain name](https://www.cloudflare.com/learning/dns/glossary/what-is-a-domain-name/), get one at-cost through [Cloudflare Registrar](https://dash.cloudflare.com/?to=/:account/domains/register).
2825

2926
All domains purchased through Cloudflare Registrar automatically use Cloudflare for authoritative DNS, which means you can skip the rest of this tutorial.
30-
31-
3227
:::
3328

3429
* Have previously created a [Cloudflare account](/fundamentals/setup/account/create-account/).
@@ -44,6 +39,10 @@ All domains purchased through Cloudflare Registrar automatically use Cloudflare
4439

4540
In the Cloudflare dashboard, [add your domain](/fundamentals/setup/manage-domains/add-site/).
4641

42+
If Cloudflare is unable to identify your domain as a registered domain, make sure you are using an existing [top-level domain](https://www.cloudflare.com/learning/dns/top-level-domain/) (`.com`, `.net`, `.biz`, or others).
43+
44+
Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat). Enterprise customers can onboard lower-level subdomains using [Subdomain setup](/dns/zone-setups/subdomain-setup/).
45+
4746
## Review DNS records
4847

4948

src/content/partials/fundamentals/add-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { GlossaryTooltip, Render } from "~/components"
1313

1414
If Cloudflare is unable to identify your domain as a registered domain, make sure you are using an existing [top-level domain](https://www.cloudflare.com/learning/dns/top-level-domain/) (`.com`, `.net`, `.biz`, or others).
1515

16-
Additionally, Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat).
16+
Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat). Enterprise customers can onboard lower-level subdomains using [Subdomain setup](/dns/zone-setups/subdomain-setup/).
1717
:::
1818

1919
4. Select a [plan](https://www.cloudflare.com/plans/#compare-features).

0 commit comments

Comments
 (0)