1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-28 10:57:06 +02:00

Merge branch 'master' of https://github.com/gigovich/cheat into gigovich-master

This commit is contained in:
Chris Lane 2018-08-20 11:40:34 -04:00
commit 795bcaffcb

@ -36,5 +36,8 @@ nmcli dev status
# <iface_name> -- the name of the interface
nmcli con add type ethernet con-name <name> ifname <iface_name>
# Import OpenVPN connection settings from file:
nmcli con import type openvpn file <path_to_ovpn_file>
# Bring up the ethernet connection
nmcli con up <name>