Skip to content
Open
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 @@ -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` <br/> IPv4: `172.64.73.0 - 72.64.73.255` <br/> IPv6: `2606:4700:f2::/48` | 10000 - 59999 | UDP |
| 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 |

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

Expand Down
Loading