mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 11:50:17 +00:00
Point out that the example 'lsmod | grep wireguard' output is just the minimum required as there could be more lines: https://github.com/pivpn/pivpn/issues/944#issuecomment-583832558
parent
7dab818919
commit
a6ce249266
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
@ -32,7 +32,7 @@ If your debug log shows some [ERR], accept the [Y/n], run `pivpn -u` again and v
|
|||
|
||||
- Verify that the server is running.
|
||||
- OpenVPN, restart the server with `sudo systemctl restart openvpn`, run `pivpn -u` and confirm that the snippet of the server log ends with `Initialization Sequence Completed`.
|
||||
- WireGuard, restart the server with `sudo systemctl restart wg-quick@wg0`. Run `lsmod | grep wireguard` and confirm that you get exactly this output (the numbers don't matter).
|
||||
- WireGuard, restart the server with `sudo systemctl restart wg-quick@wg0`. Run `lsmod | grep wireguard` and confirm that you get at least this output (numbers don't matter).
|
||||
|
||||
```
|
||||
wireguard 225280 0
|
||||
|
|
Loading…
Reference in a new issue