Skip to content

Commit d63bab4

Browse files
CORRECTED Update network-dependencies.mdx (#29488)
Added a missing '1' in the ip range. Range should now be correct. Thanks
1 parent 7944fe1 commit d63bab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/cloudflare-one/remote-browser-isolation/network-dependencies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to pass WebRTC traffic, the remoting client must be able to connect to
3333

3434
| IP range | Port range | Protocol |
3535
| ------------------------------------------------------------------------ | ------------- | -------- |
36-
| IPv4: `162.159.201.10 - 162.159.201.255` <br/> IPv4: `172.64.73.0 - 72.64.73.255` <br/> IPv6: `2606:4700:f2::/48` | 10000 - 59999 | UDP |
36+
| IPv4: `162.159.201.10 - 162.159.201.255` <br/> IPv4: `172.64.73.0 - 172.64.73.255` <br/> IPv6: `2606:4700:f2::/48` | 10000 - 59999 | UDP |
3737

3838
Each remote browser instance is randomly assigned a port, and the port that a user is allocated to will change often and without notice.
3939

0 commit comments

Comments
 (0)