From 5be7c3a10c87785582752a9387145e9225f60b43 Mon Sep 17 00:00:00 2001 From: Kate Tungusova Date: Wed, 12 Feb 2025 14:37:33 +0100 Subject: [PATCH 1/4] [CF1] proxy mode timeout --- .../warp/configure-warp/warp-modes/index.mdx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx index ee21213b125634..0d5e5b28be1c4b 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx @@ -3,7 +3,6 @@ pcx_content_type: reference title: WARP modes sidebar: order: 2 - --- You can deploy the WARP client in different modes to control the types of traffic sent to Cloudflare Gateway. The WARP mode determines which Zero Trust features are available on the device. @@ -34,16 +33,14 @@ This mode is best suited for organizations that want to proxy network and HTTP t :::note - -* This mode disables all features that rely on WARP for DNS resolution, including [domain-based split tunneling](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#domain-based-split-tunnels) and [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/). -* Only available on Windows, Linux, and macOS. - +- This mode disables all features that rely on WARP for DNS resolution, including [domain-based split tunneling](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#domain-based-split-tunnels) and [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/). +- Only available on Windows, Linux, and macOS. ::: ## Proxy mode -This mode is best suited for organizations that want to filter traffic directed to specific applications. +Proxy mode is best suited for organizations that want to filter device traffic directed to specific applications. Proxy mode operates as an OS-level proxy. | DNS filtering | HTTP filtering | Features enabled | | ------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | @@ -51,10 +48,9 @@ This mode is best suited for organizations that want to filter traffic directed :::note - -* Proxy mode can only be used by applications/operating systems that support SOCKS5/HTTPS proxy communication. -* Only available on Windows, Linux, and macOS. - +- Proxy mode can only be used by applications/operating systems that support SOCKS5/HTTPS proxy communication. +- Only available on Windows, Linux, and macOS. +- Proxy mode has a timeout limit of 10s for requests. ::: From 8010132fb72ebc728acce1f6efe59aa6dec544c6 Mon Sep 17 00:00:00 2001 From: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:19:26 +0100 Subject: [PATCH 2/4] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx --- .../connect-devices/warp/configure-warp/warp-modes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx index 0d5e5b28be1c4b..47a39c00628bff 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx @@ -40,7 +40,7 @@ This mode is best suited for organizations that want to proxy network and HTTP t ## Proxy mode -Proxy mode is best suited for organizations that want to filter device traffic directed to specific applications. Proxy mode operates as an OS-level proxy. +Proxy mode is best suited for organizations that want to filter traffic directed to specific applications. | DNS filtering | HTTP filtering | Features enabled | | ------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | From d8c08a9c9cbfa71411962a755d2aae9f89d2e982 Mon Sep 17 00:00:00 2001 From: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:19:43 +0100 Subject: [PATCH 3/4] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx From 10d9c69cf9bf51c5de02a88f16d076d514e0a15f Mon Sep 17 00:00:00 2001 From: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:20:03 +0100 Subject: [PATCH 4/4] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx --- .../connect-devices/warp/configure-warp/warp-modes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx index 47a39c00628bff..5cc5f3d503acba 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/index.mdx @@ -50,7 +50,7 @@ Proxy mode is best suited for organizations that want to filter traffic directed - Proxy mode can only be used by applications/operating systems that support SOCKS5/HTTPS proxy communication. - Only available on Windows, Linux, and macOS. -- Proxy mode has a timeout limit of 10s for requests. +- Proxy mode has a timeout limit of 10 seconds for requests. If a request goes above the 10 second limit, Cloudflare will drop the connection. :::