Skip to content
Merged
Changes from all commits
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 @@ -7,7 +7,7 @@ sidebar:

---

import { GlossaryTooltip } from "~/components"
import { GlossaryTooltip} from "~/components"

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

Expand Down Expand Up @@ -122,6 +122,12 @@ The string must be a valid IPv4 or IPv6 address, otherwise the WARP client will

### `override_doh_endpoint`

:::note
Only supported in Gateway with DoH mode.[^1]
:::

[^1]: Gateway with WARP is supported in client version 2025.2.664.0 and below. In version 2025.4.589.1 and above, this parameter does not apply to Gateway with WARP because all DoH traffic goes inside of the WARP tunnel.

Overrides the [IP address](/cloudflare-one/connections/connect-devices/warp/deployment/firewall/#doh-ip) used by the WARP client to resolve DNS queries via DNS over HTTPS (DoH). If you set this parameter, be sure to update your organization's firewall to ensure the new IP is allowed through.

This functionality is intended for use with a Cloudflare China local network partner or any other third-party network partner that can maintain the integrity of network traffic. Most IT admins should not set this setting as it will redirect all DoH traffic to a new IP.
Expand Down