aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ADMIN_REGISTRY.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-28 20:44:12 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-28 20:48:25 +0100
commit2bc596c21f562c144b0b9b23c06c18d08f210fa4 (patch)
treef6dd38176d256f5a53e98df1aed91708dcf173be /ADMIN_REGISTRY.md
parenttunnel: deduplicate addresses from config (diff)
downloadwireguard-windows-jd/adminnobs.tar.xz
wireguard-windows-jd/adminnobs.zip
manager: add ability to update silentlyjd/adminnobs
Diffstat (limited to 'ADMIN_REGISTRY.md')
-rw-r--r--ADMIN_REGISTRY.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/ADMIN_REGISTRY.md b/ADMIN_REGISTRY.md
new file mode 100644
index 00000000..ba96b6ff
--- /dev/null
+++ b/ADMIN_REGISTRY.md
@@ -0,0 +1,13 @@
+## Registry Keys for Admins
+
+These are advanced configuration nobs that admins can set to do unusual things
+that are not recommended. There is no UI to enable these, and no such thing is
+planned. Use at your own risk, and please make sure you know what you're doing.
+
+
+#### `HKLM\Software\WireGuard\SilentUpdate`
+
+When this key is set to `DWORD(1)`, WireGuard will silently update itself when
+an update is available. Note that this is not recommended, as all tunnels will
+be disrupted during the update, during which time Windows will revert to its
+ordinary routing rules.