Skip to content

Commit 30fcecb

Browse files
ranbeldeadlypants1973
authored andcommitted
[ZT] Add warp-diag videos (#24029)
* add warp-diag videos * Update src/content/docs/cloudflare-one/connections/connect-devices/warp/index.mdx Co-authored-by: Kate Tungusova <[email protected]> --------- Co-authored-by: Kate Tungusova <[email protected]>
1 parent 1dbba21 commit 30fcecb

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/index.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ head:
88
content: About Cloudflare WARP
99
---
1010

11+
import { Stream } from "~/components"
12+
1113
## About Cloudflare WARP
1214

1315
The Cloudflare WARP client allows you to protect corporate devices by securely and privately sending traffic from those devices to Cloudflare's global network, where [Cloudflare Gateway](/cloudflare-one/policies/gateway/) can apply advanced web filtering. The WARP client also makes it possible to apply advanced [Zero Trust policies](/cloudflare-one/identity/devices/) that check for a device's health before it connects to corporate applications.
@@ -21,7 +23,22 @@ The WARP client consists of:
2123
- Graphical User Interface (GUI): Control panel that allows end users to view WARP's [status](/cloudflare-one/connections/connect-devices/warp/troubleshooting/connectivity-status/) and perform actions such as turning WARP on or off.
2224
- WARP daemon (or service): Core background component responsible for establishing secure tunnels (using WireGuard or MASQUE) and handling all WARP functionality on your device.
2325

24-
Refer to [WARP architecture](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/) for more information on how WARP client interacts with a device's operating system to route traffic.
26+
For more information on how the WARP client routes traffic, refer to the [WARP architecture page](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/) and watch the video below.
27+
28+
<Stream
29+
id="31178cc41d0ec56d42ef892160589635"
30+
title="Understand Cloudflare WARP basics"
31+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Understand-Cloudflare-WARP-Basics%20thumbnail.png"
32+
showMoreVideos={false}
33+
chapters={{
34+
"Introduction and WARP GUI Basics": "0s",
35+
"Consumer vs. Corporate WARP": "57s",
36+
"Device Profiles Explained": "1m35s",
37+
"WARP Operating Modes": "2m12s",
38+
"Split Tunneling": "3m44s",
39+
"Conclusion": "4m56s",
40+
}}
41+
/>
2542

2643
## Key benefits of using WARP
2744

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,27 @@ sidebar:
66
label: Diagnostic logs
77
---
88

9-
import { TabItem, Tabs } from "~/components";
9+
import { TabItem, Tabs, Stream } from "~/components";
1010

1111
The WARP client provides diagnostic logs that you can use to troubleshoot connectivity issues on a device.
1212

13+
<Stream
14+
id="c29964ab3dcf7c3432ebb2b4e93c3aca"
15+
title="Understand Cloudflare WARP diagnostic logs"
16+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Warp-diagnostics%20thumbnail.png"
17+
showMoreVideos={false}
18+
chapters={{
19+
"Introduction": "0s",
20+
"What are warp-diag files?": "44s",
21+
"How to download and navigate warp-diag files": "1m16s",
22+
"warp-status.txt": "2m06s",
23+
"warp-settings.txt": "2m29s",
24+
"daemon.log": "3m37s",
25+
"Addition tips": "8m07s",
26+
"Conclusion": "8m43s",
27+
}}
28+
/>
29+
1330
## macOS/Windows/Linux
1431

1532
### Retrieve logs

0 commit comments

Comments
 (0)