Skip to content
Open
Show file tree
Hide file tree
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 @@ -22,7 +22,7 @@ The Cloudflare One Client connects to Cloudflare via a standard HTTPS connection

<Render file="warp/client-orchestration-ips" product="cloudflare-one" />

Even though `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com` may resolve to different IP addresses, the Cloudflare One Client overrides the resolved IPs with the IPs listed above. To avoid connectivity issues, ensure that the above IPs are permitted through your firewall.
Starting with Cloudflare One Client version 2026.6.0, the client uses `api.devices.cloudflare.com` instead of `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com`. Even though `api.devices.cloudflare.com` (or `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com` in versions earlier than 2026.6.0) may resolve to different IP addresses, the Cloudflare One Client overrides the resolved IPs with the IPs listed above. To avoid connectivity issues, ensure that the above IPs are permitted through your firewall.

<Details header="FedRAMP High requirements">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

- IPv4 API endpoints: `162.159.137.105` and `162.159.138.105`
- IPv6 API endpoints: `2606:4700:7::a29f:8969` and `2606:4700:7::a29f:8a69`
- SNIs: `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com`
- SNIs: `api.devices.cloudflare.com` (in Cloudflare One Client version 2026.6.0 and later) or `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com` (in versions earlier than 2026.6.0)
Loading