dotfiles/.dotfiles/docs/nmcli.md
2021-02-04 07:54:04 +00:00

9 lines
191 B
Markdown

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