Skip to content

Commit a1d386e

Browse files
committed
Add preamble
1 parent 9bdeb58 commit a1d386e

File tree

1 file changed

+1
-3
lines changed
  • src/content/docs/learning-paths/secure-internet-traffic/build-network-policies

1 file changed

+1
-3
lines changed

src/content/docs/learning-paths/secure-internet-traffic/build-network-policies/create-policy.mdx

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

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

10-
DNS policies determine how Gateway should handle a DNS request. When a user sends a DNS request, Gateway matches the request against your filters and either allows the query to resolve, blocks the query, or responds to the query with a different IP.
11-
12-
You can filter DNS traffic based on query or response parameters (such as domain, source IP, or geolocation). You can also filter by user identity if you connect your devices to Gateway with the [WARP client or Cloudflare One Agent](/learning-paths/secure-internet-traffic/connect-devices/install-agent/). To learn more, refer to [DNS policies](/cloudflare-one/policies/gateway/dns-policies/).
10+
You can control network-level traffic by filtering requests by selectors such as IP addresses and ports. You can also integrate network policies with an [identity provider](/cloudflare-one/identity/idp-integration/) to apply identity-based filtering.
1311

1412
To create a new network policy:
1513

0 commit comments

Comments
 (0)