Skip to content

Commit 09335b6

Browse files
authored
[Gateway] Internal DNS in resolver policies (#21237)
* Add internal DNS use case * Add more context * Add additional policy context * Make more succint
1 parent cc8e1fb commit 09335b6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/content/docs/cloudflare-one/policies/gateway/resolver-policies.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ head:
1010
content: Resolver policies
1111
---
1212

13-
import { Render } from "~/components";
13+
import { Render, Badge } from "~/components";
1414

1515
:::note
1616
Only available on Enterprise plans.
@@ -42,6 +42,14 @@ Gateway will route user traffic to your configured DNS resolver based on the mat
4242

4343
You may use resolver policies if you require access to non-publicly routed domains, such as private network services or internal resources. You may also use resolver policies if you need to access a protected DNS service or want to simplify DNS management for multiple locations.
4444

45+
### Internal DNS <Badge text="Beta" variant="caution" size="small" />
46+
47+
[Cloudflare Internal DNS](/dns/internal-dns/) allows you to manage DNS records for internal resources on a private network. DNS zones configured in Internal DNS can only be queried by the Gateway resolver. With resolver policies, you can determine how Gateway resolves your organization's DNS queries to resolve to internal resources based on the context of the query, such as known source IPs for a geographic location.
48+
49+
To get started with resolving internal DNS queries with resolver policies, refer to [Get started](/dns/internal-dns/get-started/).
50+
51+
### Local Domain Fallback
52+
4553
If your resolver is only reachable by a client device and not by Gateway via a Cloudflare tunnel, Magic WAN tunnel, or other public Internet connections, you should configure [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/) for your device. If both Local Domain Fallback and resolver policies are configured for the same device, Cloudflare will apply your client-side Local Domain Fallback rules first. If you onboard DNS queries to Gateway with the WARP client and route them with resolver policies, the source IP of the queries will be the IP address assigned by the WARP client.
4654

4755
## Resolver connections

0 commit comments

Comments
 (0)