aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-08-13 00:25:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-08-13 00:25:13 +0200
commit9f92a337376794baaff9b7e60e715a0f102549ba (patch)
treea73c2c3f16a1785a6abdb7abb004c47f35d63a33 /docs
parentembeddable-dll-service: allow falling back to wireguard-go (diff)
downloadwireguard-windows-9f92a337376794baaff9b7e60e715a0f102549ba.tar.xz
wireguard-windows-9f92a337376794baaff9b7e60e715a0f102549ba.zip
manager: make multiple tunnels mode automatic
Rather than having to set a registry knob to enable multiple tunnels, it is now automatic. If an additional activated tunnel has the same route subnets or interface IP addresses as a previous tunnel, that previous one is stopped. But if there's no overlap, then they coexist. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/adminregistry.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/adminregistry.md b/docs/adminregistry.md
index 34033446..6d8838f6 100644
--- a/docs/adminregistry.md
+++ b/docs/adminregistry.md
@@ -38,20 +38,6 @@ executing these scripts.
> reg add HKLM\Software\WireGuard /v DangerousScriptExecution /t REG_DWORD /d 1 /f
```
-#### `HKLM\Software\WireGuard\MultipleSimultaneousTunnels`
-
-When this key is set to `DWORD(1)`, the UI may start multiple tunnels at the
-same time; otherwise, an existing tunnel is stopped when a new one is started.
-Note that it is always possible, regardless of this key, to start multiple
-tunnels using `wireguard /installtunnelservice`; this controls only the semantics
-of tunnel start requests coming from the UI. If all goes well, this key will be
-removed and the logic of whether to stop existing tunnels will be based on
-overlapping routes, but for now, this key provides a manual override.
-
-```
-> reg add HKLM\Software\WireGuard /v MultipleSimultaneousTunnels /t REG_DWORD /d 1 /f
-```
-
#### `HKLM\Software\WireGuard\ExperimentalKernelDriver`
When this key is set to `DWORD(1)`, an experimental kernel driver from the