From dfe4cba988b3dca5f8adafba9f10a2e525e177a4 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Tue, 7 Apr 2020 16:04:12 -0400 Subject: [PATCH] README: openresolv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2acc06c..2b4f5de 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Endpoint = :39207 ``` ## Login via Wireguard -[Install wireguard](https://www.wireguard.com/install/) on your computer. +[Install wireguard](https://www.wireguard.com/install/) on your computer. If you get a `resolvconf: command not found` error when starting Wireguard then install openresolv: `sudo apt-get install -y openresolv` - Copy the text of the default admin Wireguard config to `/etc/wireguard/wg_admin.conf` on your computer - Run `sudo systemctl start wg-quick@wg_admin` - Run `sudo systemctl enable wg-quick@wg_admin`