mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added a potential errors section to wireguard post
This commit is contained in:
parent
5c076d0568
commit
2c56b6992a
1 changed files with 6 additions and 0 deletions
|
@ -101,3 +101,9 @@ sudo systemctl start wg-quick@wg0
|
||||||
|
|
||||||
And enjoy a fully secure routable network!
|
And enjoy a fully secure routable network!
|
||||||
|
|
||||||
|
## Potential Errors
|
||||||
|
Wireguard depends on `resolvconf`. I noticed that on Kubuntu 19.10, that is not installed by default. If you see a error message involving `resolvconf` chances are you need to install that package.
|
||||||
|
```bash
|
||||||
|
sudo apt install resolvconf
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue