Skip to content

Commit e1e3dc2

Browse files
Get-started and internal-zones overall review
1 parent 7777d78 commit e1e3dc2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ TBD > add partial with requirements from Setup page
7777
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Resolver policies**.
7878
2. Select **Add a policy** and enter a name and description.
7979
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).
80-
4. Select **Use DNS view** and choose from the dropdown the name of the view that the query should be sent to.
80+
4. Select **Use DNS view**. In the dropdown, choose the view that queries matching the expression should be sent to.
8181
5. (Optional) Adjust the option to **fallback through public DNS** according to your use case.
82-
6. Select **Save policy** to confirm.
82+
6. Select **Create policy** to confirm.
8383

8484
</TabItem> <TabItem label="API">
8585

src/content/docs/dns/internal-dns/how-to/internal-zones.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ TBD > add full API call example using IDs mentioned above
4848

4949
The API endpoints to manage internal zones are the same as for managing public zones. The main difference is that the zone type must be set to `internal`. Refer to the API documentation below for details:
5050

51-
- [Update an internal zone (`PATCH`)](/api/resources/zones/methods/edit/)
52-
- [Get internal zone details (`GET`)](/api/resources/zones/methods/get/)
53-
- [List internal zones (`GET`)](/api/resources/zones/methods/list/)
54-
- [Delete an internal zone (`DELETE`)](/api/resources/zones/methods/delete/)
51+
- [Update an internal zone](/api/resources/zones/methods/edit/) (`PATCH`)
52+
- [Get internal zone details](/api/resources/zones/methods/get/) (`GET`)
53+
- [List internal zones](/api/resources/zones/methods/list/) (`GET`)
54+
- [Delete an internal zone](/api/resources/zones/methods/delete/) (`DELETE`)

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sidebar:
77
group:
88
badge:
99
text: Beta
10+
label: Internal DNS
1011
head:
1112
- tag: title
1213
content: Internal DNS
@@ -26,7 +27,7 @@ Manage DNS records that should only be accessible within your private network. I
2627

2728
## Architecture overview
2829

29-
Internal DNS queries can only be resolved by using Cloudflare Gateway, which acts as an interface between the client and the internal zone.
30+
Internal DNS queries can only be resolved by using Cloudflare Gateway, which acts as an interface between the client and Internal DNS views.
3031

3132
```mermaid
3233
flowchart LR
@@ -53,7 +54,7 @@ flowchart LR
5354
C --Query--> Y
5455
```
5556

56-
Each DNS view is a logical grouping of internal DNS zones. Internal DNS zones can either contain the <GlossaryTooltip term="DNS record" link="/dns/manage-dns-records/">DNS records </ GlossaryTooltip> that should be used to resolve an internal DNS query or reference another internal zone that contains such record.
57+
Each DNS view is a logical grouping of internal DNS zones. Internal DNS zones can either contain the <GlossaryTooltip term="DNS record" link="/dns/manage-dns-records/">DNS records</ GlossaryTooltip> that should be used to resolve an internal DNS query or reference another internal zone that contains such record.
5758

5859
## Resources
5960

0 commit comments

Comments
 (0)