Skip to content

Commit 49b728d

Browse files
Overall review and link to iDNS from docs landing page
1 parent 6aaaf90 commit 49b728d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

src/content/docs/dns/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Leverage Cloudflare's global network to deliver excellent performance and reliab
1717

1818
Cloudflare DNS is a fast, resilient and easy-to-manage authoritative DNS service. It delivers excellent performance and reliability to your domain while also protecting your business from [DDoS attacks](https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/) and [route leaks and hijacking](https://www.cloudflare.com/learning/security/glossary/bgp-hijacking/). To know where to begin, refer to [Get started](/dns/get-started/).
1919

20+
Enterprise customers can also use Cloudflare DNS for their private network with [Intenal DNS (Beta)](/dns/internal-dns/)
21+
2022
***
2123

2224
## Features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Simplify private network management with Cloudflare DNS for your internal resour
2121

2222
<Plan type="enterprise" />
2323

24-
Manage DNS records that should only be accessible within your private network. Internal DNS [zones](/dns/internal-dns/internal-zones/) and [views](/dns/internal-dns/dns-views/) pair up with [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) so that you can control how a DNS query should be responded to according to the query context, such as query source IP.
24+
Manage DNS records that should only be accessible within your private network. Internal DNS [zones](/dns/internal-dns/internal-zones/) and [views](/dns/internal-dns/dns-views/) pair up with [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) so that you can control how a DNS query should be responded to according to query context, such as query source IP.
2525

2626
<Render file="internal-dns-beta-note" />
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Refer to [Manage DNS records](/dns/manage-dns-records/how-to/create-dns-records/
1616

1717
## CNAME flattening in Internal DNS
1818

19-
With CNAME flattening, Cloudflare finds the final target content that a CNAME points to and then returns this content instead of a CNAME record. With Internal DNS, CNAME flattening is applied by default and cannot be turned off.
19+
With [CNAME flattening](/dns/cname-flattening/), Cloudflare finds the final target content that a CNAME points to and then returns this content instead of a CNAME record. With Internal DNS, CNAME flattening is applied by default and cannot be turned off.
2020

2121
Cloudflare will try to flatten the CNAME record considering both the specified [DNS view](/dns/internal-dns/dns-views/) and any existing [reference zones](/dns/internal-dns/internal-zones/reference-zones/). If the reference zone then has another CNAME, the record will again be considered from the perspective of the original view.
2222

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
@@ -10,7 +10,7 @@ import { Example, Render, Tabs, TabItem } from "~/components";
1010
<Render file="internal-reference-zone-intro"/>
1111

1212
:::note
13-
A wildcard record (`*.example.local`) in the matching internal zone will take precedence over an exact match in a referenced zone.
13+
A wildcard record (`*.example.local`) in the matching internal zone will take precedence over an exact match in a reference zone.
1414
:::
1515

1616
## Configuration conditions

0 commit comments

Comments
 (0)