diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-12-06 15:09:36 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-12-12 16:45:05 +0100 |
| commit | 1e30f44b14df3f1c515ab5a8d79fa6cdf4ccf67e (patch) | |
| tree | 07e1f6cec747b65fa113fb6b58daf047055c3dc3 /docs | |
| parent | db9c774d36b2d8180acd01705f44c805f7dd2276 (diff) | |
| download | mullvadvpn-1e30f44b14df3f1c515ab5a8d79fa6cdf4ccf67e.tar.xz mullvadvpn-1e30f44b14df3f1c515ab5a8d79fa6cdf4ccf67e.zip | |
Remove mention of special automatic tunnel protocol logic on Windows,
and other vestiges
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index 4db6700f1d..a4c4b8a249 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -49,15 +49,9 @@ Endpoints may be filtered by: Whilst all user selected constraints are always honored, when the user hasn't selected any specific 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 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 no tunnel protocol is specified, the 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. - If the tunnel protocol is specified as WireGuard and obfuscation mode is set to _Auto_: - First two attempts will be used without _udp2tcp_, using a random port on first attempt, and |
