17 lines
526 B
Markdown
17 lines
526 B
Markdown
Installation
|
|
============
|
|
1. Copy `wireguard-mfa.exe` to `C:\Program Files\Gibon\`
|
|
2. Create the `C:\Program Files\Gibon\wg-spool\` directory and make sure users activating Wireguard tunnels have read- and write permissions to it.
|
|
3. Apply the following registry file:
|
|
```
|
|
Windows Registry Editor Version 5.00
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\WireGuard]
|
|
"DangerousScriptExecution"=dword:00000001
|
|
"LimitedOperatorUI"=dword:00000001
|
|
```
|
|
|
|
Log file
|
|
========
|
|
If anything goes wrong, look in `C:\Program Files\Gibon\wg-spool\log.txt`.
|