From 433f5c84ff320982cb47d0720cf47e22a7408d2f Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Mon, 25 May 2020 22:55:22 -0400 Subject: [PATCH] Added network manager config --- content/blog/wireguardvpn.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/blog/wireguardvpn.md b/content/blog/wireguardvpn.md index 116175e..518d590 100644 --- a/content/blog/wireguardvpn.md +++ b/content/blog/wireguardvpn.md @@ -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