Skip to content

Commit 3edc4f9

Browse files
First pass following PM review: adjust wording
1 parent bc499f1 commit 3edc4f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Besides using [Gateway analytics](/cloudflare-one/insights/analytics/gateway/) f
1111

1212
For detailed metrics, use the [GraphQL API](/analytics/graphql-api/). Refer to the GraphQL Analytics API documentation for guidance on how to [get started](/analytics/graphql-api/getting-started/).
1313

14-
The [schemas](/analytics/graphql-api/getting-started/querying-basics/) added to cover Internal DNS are the following:
14+
The [fields](/analytics/graphql-api/getting-started/querying-basics/) added to cover Internal DNS are the following:
1515

1616
- `InternalDNSFallbackStrategy`: The fallback strategy applied to the internal DNS response. Empty if no fallback strategy was applied.
17-
- `InternalDNSRCode`: The return code sent back by the internal DNS service.
17+
- `InternalDNSRCode`: The response code sent back by the internal DNS service.
1818
- `InternalDNSViewID`: The view identifier that was sent to the internal DNS service.
1919
- `InternalDNSZoneID`: The internal zone identifier returned by the internal DNS service.
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Although there are some steps that can be achieved on the dashboard, currently t
6161

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

64-
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 DNS.
64+
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.
6565

6666
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.
6767

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Simplify private network management with Cloudflare DNS for your internal resour
2121

2222
<Plan type="enterprise" />
2323

24-
Manage DNS records that should only be accessible within your private network. Internal DNS [zones](/dns/internal-dns/internal-zones/) and [views](/dns/internal-dns/dns-views/) pair up with [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) so that you can control how a DNS query should be responded according to context, such as its source IP.
24+
Manage DNS records that should only be accessible within your private network. Internal DNS [zones](/dns/internal-dns/internal-zones/) and [views](/dns/internal-dns/dns-views/) pair up with [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) so that you can control how a DNS query should be responded to according to the query context, such as its source IP.
2525

2626
<Render file="internal-dns-beta-note" />
2727

2828
## Architecture overview
2929

30-
Internal DNS queries can only be resolved via Cloudflare Gateway, which acts as an interface between the client and Internal DNS views.
30+
Internal DNS queries can only be resolved via the Cloudflare Gateway resolver, which acts as an interface between the DNS client and Internal DNS zones.
3131

3232
To connect to Cloudflare, you can use [WARP](/cloudflare-one/connections/connect-devices/warp/), any of the DNS endpoints supported with [DNS locations](/cloudflare-one/connections/connect-devices/agentless/dns/locations/), or [Magic WAN on-ramps](/magic-wan/on-ramps/).
3333

0 commit comments

Comments
 (0)