aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/adminregistry.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/adminregistry.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/adminregistry.md b/docs/adminregistry.md
index bd13fee9..4289fb38 100644
--- a/docs/adminregistry.md
+++ b/docs/adminregistry.md
@@ -37,17 +37,3 @@ executing these scripts.
```
> reg add HKLM\Software\WireGuard /v DangerousScriptExecution /t REG_DWORD /d 1 /f
```
-
-#### `HKLM\Software\WireGuard\UseUserspaceImplementation`
-
-When this key is set to `DWORD(1)`, the legacy wireguard-go/Wintun implementation
-is used instead of the newer, faster [WireGuardNT](https://git.zx2c4.com/wireguard-nt/about/)
-implementation. This is an intended stop-gap solution in case there are early bugs
-with WireGuardNT, and this option will be removed after a short period. If you use
-this option, please send an email to team@wireguard.com explaining the issues you
-had with WireGuardNT, so that they can be fixed before this option goes away. If
-you are not having issues, do not use this option.
-
-```
-> reg add HKLM\Software\WireGuard /v UseUserspaceImplementation /t REG_DWORD /d 1 /f
-```