Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -34,27 +33,24 @@ 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 |
| ------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| No | Yes | HTTP policies, Browser Isolation, identity-based policies, AV scanning, and Data Loss Prevention for traffic sent through localhost proxy |

:::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.

:::

Expand Down
Loading