Skip to content

Commit 50ca33b

Browse files
Review hyperlinks based on new folder org and pages
1 parent 08b11a6 commit 50ca33b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

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

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

5454
### (Optional) Reference a zone from another zone
5555

56-
1. Use the [Update DNS settings](/api/resources/dns/subresources/settings/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 [Manage internal zones](/dns/internal-dns/internal-zones/#reference-zones).
56+
1. Use the [Update DNS settings](/api/resources/dns/subresources/settings/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).
5757

5858
<Example>
5959
<Render file="internal-reference-zone-api"/>
@@ -71,6 +71,10 @@ Since the resolver policy will require a [view](/dns/internal-dns/dns-views/), y
7171

7272
## 3. Configure Gateway policies
7373

74+
:::note
75+
The Gateway configuration must exist within the same Cloudflare account where the internal zone exists.
76+
:::
77+
7478
Besides selecting an internal DNS view when setting up your resolver policies, you can also enable the **fallback through public DNS** option.
7579

7680
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ import { Example, Render } from "~/components";
1111

1212
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](#internal-dns-records) allow you to manage resources that should only be available within your private network.
1313

14+
Refer to [Manage internal zones](/dns/internal-dns/internal-zones/setup/) for a full list of configuration conditions and step-by-step instructions.
15+
1416
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.
1517

1618
## Reference zones
1719

18-
During an [internal DNS query resolution](/dns/internal-dns/#architecture-overview), if no internal record is found within a matching internal zone, Cloudflare will check if the matching internal zone is referencing another internal zone.
19-
20-
Successive references can be followed with a maximum of five references in a chain.
20+
During an [internal DNS query resolution](/dns/internal-dns/#architecture-overview), if no internal record is found within a matching internal zone, Cloudflare will check if the matching internal zone is referencing another internal zone. Successive references can be followed with a maximum of five references in a chain.
2121

2222
Each internal zone can only reference one other zone, but the same zone can be referenced by multiple internal zones. Public zones cannot be used as reference zones.
2323

24+
Refer to [Set up reference zones](/dns/internal-dns/internal-zones/reference-zones/) for step-by-step instructions.
25+
2426
## Internal DNS records
2527

2628
Internal zones can contain the same [DNS record types](/dns/manage-dns-records/reference/dns-record-types/) that Cloudflare supports for public zones.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ sidebar:
77

88
import { Example, Render } from "~/components";
99

10-
During an [internal DNS query resolution](/dns/internal-dns/#architecture-overview), if no internal record is found within a matching internal zone, Cloudflare will check if the matching internal zone is referencing another internal zone.
11-
12-
Successive references can be followed with a maximum of five references in a chain.
10+
During an [internal DNS query resolution](/dns/internal-dns/#architecture-overview), if no internal record is found within a matching internal zone, Cloudflare will check if the matching internal zone is referencing another internal zone. Successive references can be followed with a maximum of five references in a chain.
1311

1412
Each internal zone can only reference one other zone, but the same zone can be referenced by multiple internal zones. Public zones cannot be used as reference zones.
1513

0 commit comments

Comments
 (0)