Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/content/docs/dns/zone-setups/full-setup/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand All @@ -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


Expand Down
2 changes: 1 addition & 1 deletion src/content/partials/fundamentals/add-site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading