summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-09-24 15:25:26 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-10-02 12:46:59 +0200
commitcccb2c3fef30ed26b8dc4d64823f8430961f08e4 (patch)
tree90fab644927c6f15e029274dde7020c3cf6cc0f5 /docs
parent4f18258ccf9a2e438ce3728a98bdf95a5401de2b (diff)
downloadmullvadvpn-cccb2c3fef30ed26b8dc4d64823f8430961f08e4.tar.xz
mullvadvpn-cccb2c3fef30ed26b8dc4d64823f8430961f08e4.zip
Append LWO to retry order
Diffstat (limited to 'docs')
-rw-r--r--docs/relay-selector.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md
index f400a632a0..0d44d0fff3 100644
--- a/docs/relay-selector.md
+++ b/docs/relay-selector.md
@@ -59,6 +59,7 @@ constraints the following default ones will take effect
- The fourth attempt will connect to a Wireguard relay using QUIC 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 a Wireguard relay using LWO
#### Tunnel protocol is OpenVPN
@@ -136,8 +137,7 @@ have bridges that support UDP tunnels over TCP bridges, this behavior should be
changing the tunnel constraints to ones that do not support bridges (WireGuard, OpenVPN over UDP)
will indirectly change the bridge state to _Auto_ if it was previously set to _On_.
-
### Obfuscator caveats
-There are three types of obfuscators - _udp2tcp_, _shadowsocks_ and _quic_.
+There are four types of obfuscators - _udp2tcp_, _shadowsocks_, _quic_, and _lwo_.
They are used if the obfuscation mode is set _Auto_ and the user has selected WireGuard to be the only tunnel protocol to be used.