-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/content/partials/cloudflare-one/gateway/get-started/create-network-policy.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
{} | ||
--- | ||
|
||
import { Render } from "~/components"; | ||
|
||
To create a new network policy: | ||
|
||
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Firewall policies**. | ||
2. In the **Network** tab, select **Add a policy**. | ||
3. Name the policy. | ||
4. Under **Traffic**, build a logical expression that defines the traffic you want to allow or block. | ||
5. Choose an **Action** to take when traffic matches the logical expression. | ||
<Render | ||
file="gateway/policies/enforce-device-posture" | ||
product="cloudflare-one" | ||
/> | ||
6. Select **Create policy**. | ||
|
||
For more information, refer to [network policies](/cloudflare-one/policies/gateway/network-policies/). |