diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-05-03 23:54:41 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-05-03 23:54:41 +0300 |
commit | 49d23f11f49daccf49e9c6cc9e7eabd6f4b4bfe4 (patch) | |
tree | 05fcb5719f4d9dd63e3e0d6811a30be9548e5b8e /dotfiles/.local/bin/addwgprofile | |
parent | ff88fbca675945015a0c59b18be65b74cdd7d989 (diff) | |
download | swayrice-49d23f11f49daccf49e9c6cc9e7eabd6f4b4bfe4.tar.gz swayrice-49d23f11f49daccf49e9c6cc9e7eabd6f4b4bfe4.zip |
goodbye openvpn, hello wireguard
Diffstat (limited to 'dotfiles/.local/bin/addwgprofile')
-rwxr-xr-x | dotfiles/.local/bin/addwgprofile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |