diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-06-10 11:49:22 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-08-27 09:51:56 +0200 |
| commit | 9d922b2bae3eb7cebcf19bada560984d5903a065 (patch) | |
| tree | 6aede0dc6f7b53755cf8e33db67d4943f7a3f5d9 /docs | |
| parent | 766f211e5fcf0a190384bb47f498785151e63ea2 (diff) | |
| download | mullvadvpn-9d922b2bae3eb7cebcf19bada560984d5903a065.tar.xz mullvadvpn-9d922b2bae3eb7cebcf19bada560984d5903a065.zip | |
Add Shadowsocks to retry order
Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index 93f870e64c..63e0276265 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -54,10 +54,11 @@ constraints the following default ones will take effect: - The second attempt will connect to a Wireguard relay on port 443 - The third attempt will connect to a Wireguard relay over IPv6 (if IPv6 is configured on the host) on a random port - The fourth-to-seventh attempt will alternate between Wireguard and OpenVPN - - The fourth attempt will connect to an OpenVPN relay over TCP on port 443 + - The fourth attempt will connect to a Wireguard relay on a random port using Shadowsocks for obfuscation - The fifth attempt will connect to a Wireguard relay on a random port using [UDP2TCP obfuscation](https://github.com/mullvad/udp-over-tcp) - The sixth attempt will connect to a Wireguard relay over IPv6 on a random port using UDP2TCP obfuscation (if IPv6 is configured on the host) - - The seventh attempt will connect to an OpenVPN relay over a bridge on a random port + - The seventh attempt will connect to an OpenVPN relay over TCP on port 443 + - The eighth attempt will connect to an OpenVPN relay over a bridge on a random port If no tunnel has been established after exhausting this list of attempts, the relay selector will loop back to the first default constraint and continue its search from there. |
