mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-02-23 10:31:23 +00:00
Added network manager config
This commit is contained in:
parent
68e4211310
commit
433f5c84ff
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ sudo systemctl enable wg-quick@wg0
|
|||
sudo systemctl start wg-quick@wg0
|
||||
```
|
||||
|
||||
Alternatively you can add the profile to NetworkManager for it to manage.
|
||||
```bash
|
||||
sudo nmcli connection import type wireguard file /etc/wireguard/wg0.conf
|
||||
```
|
||||
|
||||
And enjoy a fully secure routable network!
|
||||
|
||||
## Potential Errors
|
||||
|
|
Loading…
Reference in a new issue