diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-12-06 16:52:16 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-12-12 17:09:00 +0100 |
| commit | 72ee5f1546d84200e2f1918c74540eb5df7ba612 (patch) | |
| tree | 51f0c47b537babb79d064f20a7f617b422b520ff /docs | |
| parent | 1ece9472405f8413d5ce5240e7444a1a495f973e (diff) | |
| download | mullvadvpn-72ee5f1546d84200e2f1918c74540eb5df7ba612.tar.xz mullvadvpn-72ee5f1546d84200e2f1918c74540eb5df7ba612.zip | |
Always alternate between random ports and port 53 when using WireGuard
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index a4c4b8a249..7dca137657 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -63,8 +63,8 @@ constraints, following default ones will take effect: _udp2tcp_ all of the time. If obfuscation is turned _off_, WireGuard connections will first alternate between using - a random port and port 53, with 2 attempts each, e.g. first attempt using port 22151, second - 26107, third attempt and fourth attempt using port 53, and then back to random ports. + a random port and port 53, e.g. first attempt using port 22151, second 53, third + 26107, fourth attempt using port 53, and so on. If the user has specified a specific port for either _udp2tcp_ or WireGuard, it will override the port selection, but it will not change the connection type described above (WireGuard or WireGuard |
