Skip to content

Commit 19eece2

Browse files
Separate Gateway and resolver policies to reflect plan difference
1 parent fddc1a7 commit 19eece2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

1616
<Render file="internal-dns-beta-note" />
1717

18-
- Make sure you have an Enterprise account with access to [Cloudflare Gateway](/cloudflare-one/policies/gateway/) and [Internal DNS](/dns/internal-dns/).
18+
- 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/).
1919
- If you are not familiar with how to use Cloudflare API, refer to [Fundamentals](/fundamentals/api/get-started/).
2020
- If you will be using an API token for authentication, make sure you have the following permissions:
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Example, Render } from "~/components";
1010

1111
Internal DNS zones are groupings of internal DNS records. While [public DNS records](/dns/manage-dns-records/) contain information about resources that you want to make available to the public Internet, internal DNS records allow you to manage resources that should only be available within your private network.
1212

13-
Internal DNS zones do not get assigned Cloudflare nameservers and can only be queried via [Cloudflare Gateway](/cloudflare-one/policies/gateway/) when linked to a [DNS view](/dns/internal-dns/dns-views/). The Gateway configuration must exist within the same Cloudflare account where the internal zone exists.
13+
Internal DNS zones do not get assigned Cloudflare nameservers and can only be queried via [Cloudflare Gateway](/cloudflare-one/policies/gateway/resolver-policies/) when linked to a [DNS view](/dns/internal-dns/dns-views/). The Gateway configuration must exist within the same Cloudflare account where the internal zone exists.
1414

1515
## Configuration conditions
1616

0 commit comments

Comments
 (0)