diff options
| author | Jonathan <jonathan@mullvad.net> | 2022-08-10 11:51:15 +0200 |
|---|---|---|
| committer | Jonathan <jonathan@mullvad.net> | 2022-08-15 10:27:38 +0200 |
| commit | af8776538d411cbc8d1619881382ce3c9c707c01 (patch) | |
| tree | 6d7147d32c610ba16711b8435dbf0374c21e6817 /docs | |
| parent | 0f67cb616f70b1f9dcd30501526128ab2e2cdc27 (diff) | |
| download | mullvadvpn-af8776538d411cbc8d1619881382ce3c9c707c01.tar.xz mullvadvpn-af8776538d411cbc8d1619881382ce3c9c707c01.zip | |
Update relay selector docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index 1c6525d5cf..4f7dc31ea7 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -45,10 +45,13 @@ constraints, following default ones will take effect: - If no tunnel protocol is specified for tunnel endpoints, then the behavior is different on Windows and other platforms. - - On Windows, OpenVPN is used. - On MacOS and Linux, first two connection attempts will use WireGuard, over a random port at first and then port 53. From the third attempt onwards, OpenVPN will be used, alternating between UDP on any port and TCP on port 443. + - On Windows, a migration to WireGuard is ongoing and a percentage value provided by the API tells + clients to randomly decide if they will use WireGuard as a default or OpenVPN as a default. + The client's decision will persist over time. + If the client decides to use WireGuard it will have the same behavior as MacOS and Linux. - If the tunnel protocol is specified as WireGuard without any other protocol constraints, then the transport protocol is not applicable as only UDP endpoints exist and any port will be matched. |
