From 310724f4ef189a0fcf7c2516b1f89349df77aaad Mon Sep 17 00:00:00 2001 From: sonyekaba-cmyk Date: Tue, 31 Mar 2026 09:55:19 -0500 Subject: [PATCH] CORRECTED Update network-dependencies.mdx Added a missing '1' in the ip range. Range should now be correct. Thanks --- .../remote-browser-isolation/network-dependencies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/remote-browser-isolation/network-dependencies.mdx b/src/content/docs/cloudflare-one/remote-browser-isolation/network-dependencies.mdx index 509f01a9cceb921..6722c451d22941c 100644 --- a/src/content/docs/cloudflare-one/remote-browser-isolation/network-dependencies.mdx +++ b/src/content/docs/cloudflare-one/remote-browser-isolation/network-dependencies.mdx @@ -33,7 +33,7 @@ In order to pass WebRTC traffic, the remoting client must be able to connect to | IP range | Port range | Protocol | | ------------------------------------------------------------------------ | ------------- | -------- | -| IPv4: `162.159.201.10 - 162.159.201.255`
IPv4: `172.64.73.0 - 72.64.73.255`
IPv6: `2606:4700:f2::/48` | 10000 - 59999 | UDP | +| IPv4: `162.159.201.10 - 162.159.201.255`
IPv4: `172.64.73.0 - 172.64.73.255`
IPv6: `2606:4700:f2::/48` | 10000 - 59999 | UDP | Each remote browser instance is randomly assigned a port, and the port that a user is allocated to will change often and without notice.