diff --git a/src/content/docs/dns/zone-setups/full-setup/setup.mdx b/src/content/docs/dns/zone-setups/full-setup/setup.mdx index a42d4d32bab03f..646434c331c610 100644 --- a/src/content/docs/dns/zone-setups/full-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/full-setup/setup.mdx @@ -16,19 +16,14 @@ import { Render } from "~/components" ## Before you begin - Before you update your domain nameservers, make sure that you: * Already own a domain name (such as `example.com` or `cloudflare.com`). :::note - - 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). All domains purchased through Cloudflare Registrar automatically use Cloudflare for authoritative DNS, which means you can skip the rest of this tutorial. - - ::: * Have previously created a [Cloudflare account](/fundamentals/setup/account/create-account/). @@ -44,6 +39,10 @@ All domains purchased through Cloudflare Registrar automatically use Cloudflare In the Cloudflare dashboard, [add your domain](/fundamentals/setup/manage-domains/add-site/). +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). + +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/). + ## Review DNS records diff --git a/src/content/partials/fundamentals/add-site.mdx b/src/content/partials/fundamentals/add-site.mdx index c098f0216d846f..ef2d58ffb21d20 100644 --- a/src/content/partials/fundamentals/add-site.mdx +++ b/src/content/partials/fundamentals/add-site.mdx @@ -13,7 +13,7 @@ import { GlossaryTooltip, Render } from "~/components" 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). - 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). + 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/). ::: 4. Select a [plan](https://www.cloudflare.com/plans/#compare-features).