Skip to content

Commit d951d8c

Browse files
committed
add feature availability
1 parent 165a31d commit d951d8c

File tree

1 file changed

+21
-3
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+21
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip, InlineBadge} from "~/components"
10+
import { GlossaryTooltip, Details, InlineBadge} from "~/components"
1111

1212
Each client supports the following set of parameters as part of their deployment, regardless of the deployment mechanism.
1313

@@ -99,14 +99,32 @@ Identifies a Zero Trust organization in the WARP GUI when WARP is deployed with
9999

100100
### `enable_post_quantum` <InlineBadge preset="beta" />
101101

102-
Allows WARP to use [post-quantum cryptography](/ssl/post-quantum-cryptography/) to secure UDP connections from the device to Cloudflare's network.
102+
<Details header="Feature availability">
103+
104+
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
105+
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
106+
| <ul><li> Gateway with WARP</li><li> Secure Web Gateway without DNS filtering </li></ul> | All plans |
107+
108+
| System | Availability | Minimum WARP version |
109+
| -------- | ------------ | -------------------- |
110+
| Windows || 2024.1.159.0 |
111+
| macOS || tbd |
112+
| Linux || tbd |
113+
| iOS || 1.10 |
114+
| Android || 2.4 |
115+
| ChromeOS || 2.4 |
116+
117+
</Details>
118+
119+
120+
Use [post-quantum cryptography](/ssl/post-quantum-cryptography/) to secure connections from the device to Cloudflare's network.
103121

104122
**Value Type:** `boolean`
105123

106124
**Value:**
107125

108126
* `false` — (default) Disables post-quantum key agreement.
109-
* `true` — Enables post-quantum key agreement.
127+
* `true` — Enables post-quantum key agreement for all traffic through the WARP tunnel.
110128

111129
### `onboarding`
112130

0 commit comments

Comments
 (0)