diff --git a/src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/deployment/firewall.mdx b/src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/deployment/firewall.mdx
index 9869808ed24..ca7eb40c954 100644
--- a/src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/deployment/firewall.mdx
+++ b/src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/deployment/firewall.mdx
@@ -22,7 +22,9 @@ The Cloudflare One Client connects to Cloudflare via a standard HTTPS connection
-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.
+Cloudflare One Client version 2026.6.0 and later uses `api.devices.cloudflare.com`. Versions earlier than 2026.6.0 use `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com`.
+
+These domains may resolve to different IP addresses. The Cloudflare One Client overrides the resolved IPs with the IPs listed above. To avoid connectivity issues, allow those IPs through your firewall.
diff --git a/src/content/partials/cloudflare-one/warp/client-orchestration-ips.mdx b/src/content/partials/cloudflare-one/warp/client-orchestration-ips.mdx
index 885e29755b6..655364876d6 100644
--- a/src/content/partials/cloudflare-one/warp/client-orchestration-ips.mdx
+++ b/src/content/partials/cloudflare-one/warp/client-orchestration-ips.mdx
@@ -1,8 +1,8 @@
---
{}
-
---
- 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 for Cloudflare One Client version 2026.6.0 and later: `api.devices.cloudflare.com`
+- SNIs for versions earlier than 2026.6.0: `zero-trust-client.cloudflareclient.com` and `notifications.cloudflareclient.com`