Skip to content

Instantly share code, notes, and snippets.

@wuqian
Created November 10, 2014 09:55
start vpn from command line
#start vpn
nmcli con up id yt
#stop vpn
nmcli con down id yt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment