From 79b53718f22692744c689e6469e26a414b48ce64 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Thu, 4 Feb 2021 07:54:04 +0000 Subject: [PATCH] docs: nmcli --- .dotfiles/docs/nmcli.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .dotfiles/docs/nmcli.md diff --git a/.dotfiles/docs/nmcli.md b/.dotfiles/docs/nmcli.md new file mode 100644 index 0000000..0122570 --- /dev/null +++ b/.dotfiles/docs/nmcli.md @@ -0,0 +1,9 @@ +# nmcli + +## Import OpenVPN configuration + +> Make sure the file is an openvpn configuration and not a network manager connection + +``` +# nmcli connection import type openvpn file file.ovpn +```