-
Notifications
You must be signed in to change notification settings - Fork 10k
[DNS] Nameserver assignment consistency #26291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
d80de41
548ad11
30a43bc
7592fbe
dead564
1f9f51b
c3c6c82
515e37a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,10 +14,18 @@ Refer to the sections below to learn about different nameserver options. | |
|
|
||
| When you add a domain on a full or secondary setup, Cloudflare automatically assigns your nameservers. | ||
|
|
||
| The [default assignment method](/dns/zone-setups/reference/nameserver-assignment/) is to use standard nameservers and favor consistent nameserver names across all zones within an account. Nonetheless, in case there are conflicts - for example, if someone else has already added the same zone to a different account - you may get different nameserver names. | ||
| The [default assignment method](/dns/zone-setups/reference/nameserver-assignment/) is to use standard nameservers and favor consistent nameserver names across all zones within an account. Nonetheless, in case there are conflicts — for example, if someone else has already added the same zone to a different account — you may get different nameserver names. | ||
|
|
||
| To have control over what nameservers are assigned for different zones within an account, you can use [account custom nameservers](/dns/nameservers/custom-nameservers/account-custom-nameservers/). | ||
|
|
||
| ### Nameserver consistency | ||
|
|
||
| The level of consistency you can expect when adding new zones depends on the nameserver type configured. | ||
|
|
||
| For [standard nameservers](/dns/nameservers/#standard-nameservers), since a conflict can be caused by anyone adding the same zone to any other Cloudflare account, the likelihood of your new zone being assigned different nameserver names than your previously existing ones is way higher. | ||
|
||
|
|
||
| For [account custom nameservers](/dns/nameservers/custom-nameservers/account-custom-nameservers/), [tenant custom nameservers](/dns/nameservers/custom-nameservers/tenant-custom-nameservers/), and [Foundation DNS advanced nameservers](/dns/foundation-dns/advanced-nameservers/#nameservers-hosting-and-assignment), the only conflict would be between a parent and a child zone, which makes consistent assignment across new zones more likely. | ||
|
||
|
|
||
| ### DNS zone defaults | ||
|
|
||
| If you have an Enterprise account, you also have the option to [configure your own DNS zone defaults](/dns/additional-options/dns-zone-defaults/) and change how Cloudflare handles nameserver assignment when you add a new zone to your account: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.