Skip to content

Commit e766956

Browse files
Overall text review
1 parent ad6df58 commit e766956

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Details, Render } from "~/components";
1010

1111
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.
1212

13-
Refer to the sections below for details on how to manage your DNS views, or consider the [get started](/dns/internal-dns/#architecture-overview) for the complete workflow.
13+
Refer to the sections below for details on how to manage your DNS views, or consider the [get started](/dns/internal-dns/#architecture-overview) for a complete workflow.
1414

1515
## Configuration conditions
1616

@@ -28,7 +28,7 @@ Use the [Delete Internal DNS View](/api/resources/dns/subresources/settings/subr
2828

2929
DNS views can be deleted even if they still have internal zones linked to them. The internal DNS zones will continue to exist but will be unlinked once the view is deleted.
3030

31-
It is also possible to delete a DNS view that is being referenced by a Gateway resolver policy. In this case, queries matching the policy will return `SERVFAIL`.
31+
It is also possible to delete a DNS view that is being referenced by a Gateway resolver policy. In this case, queries matching the policy will return SERVFAIL.
3232

3333
## Other actions
3434

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Although there are some steps that can be achieved on the dashboard, currently t
6262

6363
## 2. Link your internal zone to a view
6464

65-
Since the resolver policy will require a [view](/dns/internal-dns/dns-views/), you must have at least one view to be able to route requests to internal zones.
65+
Since the resolver policy will require a [DNS view](/dns/internal-dns/dns-views/), you must have at least one view to be able to route requests to internal zones.
6666

6767
1. Use the [Create Internal DNS View](/api/resources/dns/subresources/settings/subresources/views/methods/create/) endpoint. For each view you create, list all the internal zones that should be grouped under that view.
6868

@@ -91,11 +91,11 @@ Besides selecting an internal DNS view when setting up your resolver policies, y
9191

9292
</TabItem> <TabItem label="API">
9393

94-
Use the API endpoints under [Zero Trust > Gateway > Rules](/api/resources/zero_trust/subresources/gateway/subresources/rules/) to set up resolver policies. Use the rule settings object to define `resolve_dns_internally`, specifying `view_id` and `fallback` option. The fallback options behave as follows:
94+
Use the API endpoints under [Zero Trust > Gateway > Rules](/api/resources/zero_trust/subresources/gateway/subresources/rules/) to set up resolver policies. For guidance about selectors, operators, and values, refer to [Gateway](/cloudflare-one/policies/gateway/resolver-policies/#selectors).
95+
96+
Use the rule settings object to define `resolve_dns_internally`, specifying `view_id` and `fallback` option. The fallback options behave as follows:
9597

9698
- `none`: Gateway DNS resolver returns the response as-is to the client.
9799
- `public_dns`: 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.
98100

99-
For guidance about selectors, operators, and values, refer to [Gateway](/cloudflare-one/policies/gateway/resolver-policies/#selectors).
100-
101101
</TabItem> </Tabs>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ flowchart LR
5151
5252
B --Query--> Y
5353
X --Query + View ID--> Z
54-
A --Connectivity--> B
55-
A --Connectivity--> X
54+
A --Query--> B
55+
A --Query--> X
5656
C --Query--> Y
5757
```
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When setting up internal zones, observe the following conditions:
2323
- Use other API endpoints, such as [`/batch`](/api/resources/dns/subresources/records/methods/batch/), to manage DNS records. Refer to [Batch record changes](/dns/manage-dns-records/how-to/batch-record-changes/#use-the-api) for details.
2424
3. Repeat this process for each internal zone you wish to add.
2525

26-
Since the resolver policy configuration will require a view, you must link the internal zones to at least one view to be able to use them when routing requests to Internal DNS. For a full procedure overview, refer to [get started](/dns/internal-dns/get-started/).
26+
Since the resolver policy configuration will require a DNS view, you must link the internal zones to at least one view to be able to use them when routing requests to Internal DNS. For a full procedure overview, refer to [get started](/dns/internal-dns/get-started/).
2727

2828

2929
## Other actions

src/content/partials/dns/internal-reference-zone-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://api.cloudflare.com/client/v4/zones/8a904aeb565c42cfa207d98f6edea2f3/dns_
1212
--header "Content-Type: application/json" \
1313
--data '{
1414
"internal_dns": {
15-
"reference_zone_id": "8e64c6fb4b514f3faf64de81efc11e51D"
15+
"reference_zone_id": "8e64c6fb4b514f3faf64de81efc11e51"
1616
}
1717
}'
1818
```

0 commit comments

Comments
 (0)