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
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.
12
12
@@ -20,16 +20,41 @@ When setting up DNS views, observe the following conditions:
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account.
26
+
2. Go to **Internal DNS** > **Views**.
27
+
3. Give your view a descriptive name, observing the [configuration conditions](#configuration-conditions).
28
+
4. Add zones to your view by selecting **Manage zones added(TBD)**. Select the internal zones that should be used to resolve queries sent by Gateway resolver to this view and choose **Save** to confirm.
29
+
30
+
</TabItem>
31
+
<TabItemlabel="API">
32
+
23
33
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.
24
34
25
-
## Delete a view
35
+
</TabItem> </Tabs>
26
36
27
-
Use the [Delete Internal DNS View](/api/resources/dns/subresources/settings/subresources/account/subresources/views/methods/delete/) endpoint.
37
+
## Delete a view
28
38
29
39
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.
30
40
31
41
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.
0 commit comments