diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-12-07 12:39:14 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-12-12 17:09:01 +0100 |
| commit | 9afdd496932303264ded2b4a76cf8b9e86a6b1af (patch) | |
| tree | d1a74eacbb9e7d33f96875ae014c3b2a3fcb03aa /docs | |
| parent | 0fc6b4d44ec233894a931a006f274067d4bb201d (diff) | |
| download | mullvadvpn-9afdd496932303264ded2b4a76cf8b9e86a6b1af.tar.xz mullvadvpn-9afdd496932303264ded2b4a76cf8b9e86a6b1af.zip | |
Update relay selector document
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index 7dca137657..6c49b8a47f 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -49,9 +49,13 @@ 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, 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 no tunnel protocol is specified, the first three connection attempts will use WireGuard. All + remaining attempts will use OpenVPN. If no specific constraints are set: + - The first two attempts will connect to a Wireguard server, first on a random port, and then port + 53. + - The third attempt will connect to a Wireguard server on port 80 with _udp2tcp_. + - Remaining attempts will connect to OpenVPN servers, first over UDP on two random ports, and then + over TCP on port 443. Remaining attempts alternate between TCP and UDP on random ports. - 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 |
