Skip to content

Commit ba9fd22

Browse files
Apply suggestions from code review
Co-authored-by: Maddy <[email protected]>
1 parent 023b209 commit ba9fd22

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/content/docs/dns/internal-dns/dns-views.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It is also possible to delete a DNS view that is being referenced by a Gateway r
3939

4040
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
4141

42-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account.
42+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
4343
2. Go to **Internal DNS** > **Views**.
4444
3. Find the view you want to delete.
4545
4. Select the three dots in the corresponding row and choose *Delete*.

src/content/docs/dns/internal-dns/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Besides selecting an internal DNS view when setting up your resolver policies, y
109109
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Resolver policies**.
110110
2. Select **Add a policy** and enter a name and description.
111111
3. Create an expression for the traffic you wish to route. For guidance about selectors, operators, and values, refer to [Gateway](/cloudflare-one/policies/gateway/resolver-policies/#selectors).
112-
4. Select **Use Internal DNS**. In the dropdown, choose the view that queries matching the expression should be sent to.
112+
4. Select **Use Internal DNS**. Choose the view that queries matching the expression should be sent to.
113113
5. (Optional) Adjust the option to **fallback through public DNS** according to your use case.
114114
- Off: Gateway DNS resolver returns the response as-is to the client.
115115
- On: In case the response from the internal zone is REFUSED, NXDOMAIN, or a response with a CNAME type, Gateway DNS resolver sends the query to Cloudflare 1.1.1.1 public resolver and tries to resolve the query via public DNS.

src/content/docs/dns/internal-dns/internal-zones/reference-zones.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A wildcard record (`*.example.local`) in the matching internal zone will take pr
2424

2525
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
2626

27-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account.
27+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2828
2. Go to **Internal DNS** and select a zone.
2929
3. Within the selected zone, go to **Reference zone**.
3030
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.

src/content/partials/dns/internal-dns-view-create-dash.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ params:
55

66
import { Details, Render } from "~/components";
77

8-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account.
8+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
99
2. Go to **Internal DNS** > **Views**.
1010
3. Select **Create a view**.
1111
4. Give your view a descriptive name.
@@ -17,5 +17,5 @@ import { Details, Render } from "~/components";
1717
)
1818
}
1919

20-
5. Select **Manage zones** to add zones to your view. Select the internal zones that should be used to resolve queries sent by Gateway resolver to this view
20+
5. Select **Manage zones** to add zones to your view. Select the internal zones that should be used to resolve queries sent by Gateway resolver to this view.
2121
6. Choose **Save** to confirm.

src/content/partials/dns/internal-zone-create-dash.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ params:
55

66
import { Details, Render } from "~/components";
77

8-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account.
8+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
99
2. Go to **Internal DNS** and select **Create an internal zone**.
1010
3. Give your internal zone a name.
1111

0 commit comments

Comments
 (0)