diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-06-25 14:43:35 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-07-08 12:04:35 +0200 |
| commit | 7ded39e1f58396baa401b93576dd4650e0836645 (patch) | |
| tree | e275fbf4cd1a23ea38bef30e45f87c233e5c3c72 /docs | |
| parent | 216653151569b218ca8f0d78a8585595147a16b9 (diff) | |
| download | mullvadvpn-7ded39e1f58396baa401b93576dd4650e0836645.tar.xz mullvadvpn-7ded39e1f58396baa401b93576dd4650e0836645.zip | |
Update FFI to handle new QUIC params
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index 2096a21865..3f74ffd6ae 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -54,9 +54,9 @@ constraints the following default ones will take effect #### Tunnel protocol is Wireguard - The first attempt will connect to a Wireguard relay on a random port -- 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 attempt will connect to a Wireguard relay on a random port using Shadowsocks for obfuscation +- The second attempt will connect to a Wireguard relay over IPv6 (if IPv6 is configured on the host) on a random port +- The third attempt will connect to a Wireguard relay on a random port using Shadowsocks for obfuscation +- The fourth attempt will connect to a Wireguard relay using QUIC for obfuscation (if QUIC is implemented) - 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) @@ -73,8 +73,8 @@ Note: This is not applicable to Android nor iOS. The iOS platform does not support OpenVPN, or connecting to a relay over IPv6. As such, the above algorithm is simplified to the following version: - The first attempt will connect to a Wireguard relay on a random port - - The second attempt will connect to a Wireguard relay on port 443 - - The third attempt will connect to a Wireguard relay on a random port using Shadowsocks for obfuscation + - The second attempt will connect to a Wireguard relay on a random port using Shadowsocks for obfuscation + - The third attempt will connect to a Wireguard relay using QUIC for obfuscation - The fourth attempt will connect to a Wireguard relay on a random port using [UDP2TCP obfuscation](https://github.com/mullvad/udp-over-tcp) ### Random Ports for UDP2TCP and Shadowsocks |
