-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[DNS] Use DashButton zone level #25982
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
[DNS] Use DashButton zone level #25982
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
This PR requires additional review attention because it affects the following areas: PartialsThis PR updates partial files, which are pieces of content used across multiple files in our Render component.
|
| <Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard"> | ||
|
|
||
| 1. Go to **DNS** > **Records**. | ||
| 1. In the Cloudflare dashboard, go to the **DNS Settings** page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was changed from Records to Settings intentionally, as it looked like we had a mistake in the previous version
| To delegate a subdomain such as *internal.example.com*, tell DNS resolvers where to find the zone file: | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. | ||
| 2. Select the domain that contains the subdomain to be delegated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't replaced this one because the context of which domain to choose is really relevant for this page
Summary
PCX-19248