You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/internal-dns/get-started.mdx
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,12 @@ import { TabItem, Tabs, Details, Example, Render } from "~/components";
9
9
10
10
Follow this guide to get started with Internal DNS.
11
11
12
-
Although there are some steps that can be achieved on the dashboard, currently the whole process can only be completed via API.
13
-
14
12
## Before you begin
15
13
16
14
<Renderfile="internal-dns-beta-note" />
17
15
18
16
- Make sure you have an Enterprise account with access to [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) and [Internal DNS](/dns/internal-dns/).
19
17
- Consider the different ways in which you can [connect to Gateway resolver](/dns/internal-dns/connectivity/).
20
-
- If you are not familiar with how to use Cloudflare API, refer to [Fundamentals](/fundamentals/api/get-started/).
21
18
- If you will be using an API token for authentication, make sure you have the following permissions:
22
19
23
20
<Detailsheader="API token configuration">
@@ -41,28 +38,53 @@ Although there are some steps that can be achieved on the dashboard, currently t
1. Use the [Update DNS settings](/api/resources/dns/subresources/settings/subresources/zone/methods/edit/) endpoint to add a reference from an internal zone to another internal zone. In `--data`, specify the `internal_dns` object with the parameter `reference_zone_id`. For details, refer to [reference zones](/dns/internal-dns/internal-zones/reference-zones/).
51
62
52
63
<Example>
53
64
<Renderfile="internal-reference-zone-api"/>
54
65
</ Example>
55
66
67
+
</TabItem> </Tabs>
68
+
56
69
## 2. Link your internal zone to a view
57
70
58
71
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.
1. Use the [Create Internal DNS View](/api/resources/dns/subresources/settings/subresources/account/subresources/views/methods/create/) endpoint. For each view you create, list all the internal zones that should be grouped under that view.
0 commit comments