diff --git a/src/content/docs/dns/dns-firewall/setup.mdx b/src/content/docs/dns/dns-firewall/setup.mdx index 0ccec873800d592..55281d10d876be7 100644 --- a/src/content/docs/dns/dns-firewall/setup.mdx +++ b/src/content/docs/dns/dns-firewall/setup.mdx @@ -10,7 +10,7 @@ description: Set up DNS Firewall to protect upstream nameservers from DDoS attacks and reduce load by caching DNS responses. --- -import { TabItem, Tabs } from "~/components"; +import { TabItem, Tabs, DashButton } from "~/components"; ## Prerequisites @@ -26,9 +26,11 @@ Prior to setting up DNS Firewall, you need: -1. Log in to the [Cloudflare account](https://dash.cloudflare.com) with DNS Firewall. -2. On the account homepage, click **DNS Firewall**. -3. Click **Add Firewall Cluster**. +1. In the Cloudflare dashboard, go to the **DNS Firewall** page. + + + +3. Select **Add Firewall Cluster**. 4. Fill out the required fields, including: - **IP Addresses**: The upstream IPv4 and/or IPv6 addresses of your authoritative nameservers. - **Minimum Cache TTL**: Recommended setting of **30 seconds**. diff --git a/src/content/docs/dns/internal-dns/dns-views.mdx b/src/content/docs/dns/internal-dns/dns-views.mdx index 477ede472172c21..2acd8ccf000f190 100644 --- a/src/content/docs/dns/internal-dns/dns-views.mdx +++ b/src/content/docs/dns/internal-dns/dns-views.mdx @@ -6,7 +6,7 @@ sidebar: label: Views --- -import { Details, Render, Tabs, TabItem } from "~/components"; +import { Details, Render, Tabs, TabItem, DashButton } from "~/components"; Internal DNS views are logical groupings of [internal DNS zones](/dns/internal-dns/internal-zones/). As explained in the [architecture overview](/dns/internal-dns/#architecture-overview), DNS views are referenced by [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) to define how a specific query should be resolved. @@ -39,8 +39,11 @@ It is also possible to delete a DNS view that is being referenced by a Gateway r -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. Go to **Internal DNS** > **Views**. +1. In the Cloudflare dashboard, go to the **Internal DNS** page. + + + +2. Go to **Internal DNS Views**. 3. Find the view you want to delete. 4. Select the three dots in the corresponding row and choose _Delete_. 5. In the confirmation dialog, select **Delete** again to proceed. diff --git a/src/content/docs/dns/internal-dns/get-started.mdx b/src/content/docs/dns/internal-dns/get-started.mdx index 335ebc02e536fe7..9d6b60c4d6ee71a 100644 --- a/src/content/docs/dns/internal-dns/get-started.mdx +++ b/src/content/docs/dns/internal-dns/get-started.mdx @@ -5,7 +5,7 @@ sidebar: order: 2 --- -import { TabItem, Tabs, Details, Example, Render } from "~/components"; +import { TabItem, Tabs, Details, Example, Render, DashButton } from "~/components"; Follow this guide to get started with Internal DNS. @@ -73,10 +73,14 @@ Follow this guide to get started with Internal DNS. -1. Go to **Internal DNS** and select a zone. -2. Within the selected zone, go to **Reference zone**. -3. Select **Add reference zone**. -4. Find the zone you want to use as reference and choose **Select** in the respective row. +1. In the Cloudflare dashboard, go to the **Internal DNS** page. + + + +2. Select a zone. +3. Within the selected zone, go to **Reference zone**. +4. Select **Add reference zone**. +5. Find the zone you want to use as reference and choose **Select** in the respective row. diff --git a/src/content/docs/dns/internal-dns/internal-zones/reference-zones.mdx b/src/content/docs/dns/internal-dns/internal-zones/reference-zones.mdx index c1a828e82beafd1..84c97e560e60a82 100644 --- a/src/content/docs/dns/internal-dns/internal-zones/reference-zones.mdx +++ b/src/content/docs/dns/internal-dns/internal-zones/reference-zones.mdx @@ -6,7 +6,7 @@ sidebar: order: 4 --- -import { Example, Render, Tabs, TabItem } from "~/components"; +import { Example, Render, Tabs, TabItem, DashButton } from "~/components"; @@ -25,8 +25,11 @@ A wildcard record (`*.example.local`) in the matching internal zone will take pr -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. Go to **Internal DNS** and select a zone. +1. In the Cloudflare dashboard, go to the **Internal DNS** page. + + + +2. Select a zone. 3. Within the selected zone, go to **Reference zone**. 4. Select **Add reference zone**. If your zone already has a reference zone set up, you must first remove it. As explained in the [configuration conditions](#configuration-conditions), each internal zone can only reference one other zone at a time. 5. Find the zone you want to use as reference and choose **Select** in the respective row. diff --git a/src/content/partials/dns/create-peer-server.mdx b/src/content/partials/dns/create-peer-server.mdx index ef97c5760195ac6..e2b7a95da47ba30 100644 --- a/src/content/partials/dns/create-peer-server.mdx +++ b/src/content/partials/dns/create-peer-server.mdx @@ -2,22 +2,24 @@ {} --- -import { TabItem, Tabs } from "~/components"; +import { TabItem, Tabs, DashButton } from "~/components"; To create a peer server using the dashboard: -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. Go to **Manage Account** > **Configurations**. -3. Select **DNS Zone Transfers**. -4. For **Peer DNS servers**, select **Create**. -5. Enter the following information, paying particular attention to: +1. In the Cloudflare dashboard, go to the account **Settings** page. + + + +2. Go to **DNS Settings**. +3. Under **DNS Zone Transfers**, for **Peer DNS servers**, select **Create**. +4. Enter the following information, paying particular attention to: - **IP**: Specifies where Cloudflare sends transfer requests to. - **Port**: Specifies the IP Port for the transfer IP. - **Enable incremental (IXFR) zone transfers**: Specifies if Cloudflare sends IXFR requests in addition to the default AXFR requests. - **Link an existing TSIG**: If desired, link the TSIG you [previously created](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/#1-create-tsig-optional). -6. Select **Create**. +5. Select **Create**. diff --git a/src/content/partials/dns/internal-dns-view-create-dash.mdx b/src/content/partials/dns/internal-dns-view-create-dash.mdx index 8e1b42779cad8b8..b941b8d8f07e350 100644 --- a/src/content/partials/dns/internal-dns-view-create-dash.mdx +++ b/src/content/partials/dns/internal-dns-view-create-dash.mdx @@ -3,10 +3,13 @@ params: - conditional? --- -import { Details, Render } from "~/components"; +import { Details, Render, DashButton } from "~/components"; -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. Go to **Internal DNS** > **Views**. +1. In the Cloudflare dashboard, go to the **Internal DNS** page. + + + +2. Go to **Internal DNS Views**. 3. Select **Create a view**. 4. Give your view a descriptive name. diff --git a/src/content/partials/dns/internal-zone-create-dash.mdx b/src/content/partials/dns/internal-zone-create-dash.mdx index 3c99e539d952ab3..355a284376cf4b0 100644 --- a/src/content/partials/dns/internal-zone-create-dash.mdx +++ b/src/content/partials/dns/internal-zone-create-dash.mdx @@ -3,10 +3,13 @@ params: - conditional? --- -import { Details, Render } from "~/components"; +import { Details, Render, DashButton } from "~/components"; -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. Go to **Internal DNS** and select **Create an internal zone**. +1. In the Cloudflare dashboard, go to the **Internal DNS** page. + + + +2. Select **Create an internal zone**. 3. Give your internal zone a name. { props.conditional === "get-started-detail" && ( diff --git a/src/content/partials/dns/tsig-create-dash.mdx b/src/content/partials/dns/tsig-create-dash.mdx index 7cf7c9593cdcb4a..b93345590415a34 100644 --- a/src/content/partials/dns/tsig-create-dash.mdx +++ b/src/content/partials/dns/tsig-create-dash.mdx @@ -3,14 +3,18 @@ --- +import { DashButton } from "~/components"; + To create a TSIG using the dashboard: -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account. -2. Go to **Manage Account** > **Configurations**. -3. Select **DNS Zone Transfers**. -4. For **TSIG**, select **Create**. -5. Enter the following information: +1. In the Cloudflare dashboard, go to the account **Settings** page. + + + +2. Go to **DNS Settings**. +3. Under **DNS Zone Transfers**, for **TSIG**, select **Create**. +4. Enter the following information: * **TSIG name**: The name of the TSIG object using domain name syntax (more details in [RFC 8945 section 4.2](https://datatracker.ietf.org/doc/html/rfc8945#section-4.2)). * **Secret (optional)**: Get a shared secret to add to your third-party nameservers. If left blank, this field generates a random secret. * **Algorithm**: Choose a TSIG signing algorithm. -6. Select **Create**. +5. Select **Create**.