From 49d23f11f49daccf49e9c6cc9e7eabd6f4b4bfe4 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sun, 3 May 2020 23:54:41 +0300 Subject: goodbye openvpn, hello wireguard --- dotfiles/.local/bin/addwgprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dotfiles/.local/bin/addwgprofile (limited to 'dotfiles/.local/bin/addwgprofile') diff --git a/dotfiles/.local/bin/addwgprofile b/dotfiles/.local/bin/addwgprofile new file mode 100755 index 0000000..7d0874c --- /dev/null +++ b/dotfiles/.local/bin/addwgprofile @@ -0,0 +1,3 @@ +#!/bin/sh + +nmcli connection import type wireguard file ~/.config/wg0.conf -- cgit v1.2.3