From 9b63bcbc1dbe6869cdc6b5d04114106993209d99 Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Thu, 19 Dec 2024 11:15:38 -0500 Subject: [PATCH 1/2] WARP version --- .../insights/dex/remote-captures.mdx | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx b/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx index a1e66e2d128a54..342369bb34fe00 100644 --- a/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx +++ b/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx @@ -3,12 +3,28 @@ pcx_content_type: reference title: Remote captures sidebar: order: 4 - + badge: + text: Beta --- -:::note -DEX remote captures are available for beta testing on [Windows](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows/distribution_groups/beta) and [macOS](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos/distribution_groups/beta). Linux builds are available upon request by contacting your account team. -::: +import { Details } from "~/components" + +
+ +| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) | +| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | +| | All plans | + +| System | Availability | Minimum WARP version | +| -------- | ------------ | -------------------- | +| Windows | ✅ | 2024.12.492.0 | +| macOS | ✅ | 2024.12.492.0 | +| Linux | ✅ | 2024.12.492.0 | +| iOS | ❌ | | +| Android | ❌ | | +| ChromeOS | ❌ | | + +
Remote captures allow administrators to collect packet captures (PCAPs) and WARP diagnostic logs directly from end user devices. This data can be used to troubleshoot network problems, investigate security incidents, and identify performance bottlenecks. From 0f71280bb9a2fe09a7b9a8197506f857769c053f Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Thu, 19 Dec 2024 11:34:10 -0500 Subject: [PATCH 2/2] remove beta --- .../docs/cloudflare-one/insights/dex/remote-captures.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx b/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx index 342369bb34fe00..040942d663be95 100644 --- a/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx +++ b/src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx @@ -3,8 +3,6 @@ pcx_content_type: reference title: Remote captures sidebar: order: 4 - badge: - text: Beta --- import { Details } from "~/components"