Skip to content

Commit f2741f7

Browse files
maxvpharshil1712
authored andcommitted
[Gateway] Default deny network policy (#18258)
1 parent 313f97f commit f2741f7

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/content/docs/cloudflare-one/policies/gateway/network-policies/common-policies.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,24 @@ Require devices to have certain software installed or other configuration attrib
2626

2727
## Enforce session duration
2828

29-
[Require users to re-authenticate](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/) after a certain amount of time has elapsed.
29+
To require users to re-authenticate after a certain amount of time has elapsed, configure [WARP sessions](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/).
30+
31+
## Allow only approved traffic
32+
33+
Restrict user access to only the specific sites or applications configured in your [HTTP policies](/cloudflare-one/policies/gateway/http-policies/).
34+
35+
### 1. Allow HTTP and HTTPS traffic
36+
37+
| Selector | Operator | Value | Logic | Action |
38+
| ----------------- | -------- | ----------- | ----- | ------ |
39+
| Detected Protocol | is | _TLS_ | And | Allow |
40+
| Destination Port | in | `80`, `443` | | |
41+
42+
### 2. Block all other traffic
43+
44+
| Selector | Operator | Value | Action |
45+
| -------- | -------- | ------------ | ------ |
46+
| Protocol | in | _UDP_, _TCP_ | Block |
3047

3148
## Restrict access to private networks
3249

0 commit comments

Comments
 (0)