Skip to content

Commit 647e895

Browse files
Create and apply partial for reference-zone-intro
1 parent 8f82673 commit 647e895

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Internal DNS zones do not get assigned Cloudflare nameservers and can only be qu
1717

1818
## Reference zones
1919

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.
20+
<Render file="reference-zone-intro" />
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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. Successive references can be followed with a maximum of five references in a chain.
10+
<Render file="reference-zone-intro" />
1111

1212
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.
1313

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
{}
3+
4+
---
5+
6+
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.

0 commit comments

Comments
 (0)