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 +```