Skip to content

Instantly share code, notes, and snippets.

@xuqingfeng
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuqingfeng/af49ad08a0d6ac1c7d8e to your computer and use it in GitHub Desktop.
Save xuqingfeng/af49ad08a0d6ac1c7d8e to your computer and use it in GitHub Desktop.
open vpn in terminal
###vpn
```
alias vpnon="scutil --nc start 'Foo'"
alias vpnoff="scutil --nc stop 'Foo'"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment