alfred-vpn-networksetup
v0.3.4
Published
Alfred 3 workflow to connect/disconnect from VPNs (uses networksetup)
Downloads
9
Maintainers
Readme
alfred-vpn
Alfred 3 workflow to connect/disconnect from VPNs
The original version (
alfred-vpn
) usesscutil
to toggle the vpn state on and off. Unfortunately,scutil
doesn't seem to work if the vpn connection requires a secret key. Usingnetworksetup
instead to connect/disconnect works as expected. Thus, this fork.
- Bryan Ross
Install
$ npm install --global alfred-vpn-networksetup
Requires Node.js 4+ and the Alfred Powerpack.
Usage
In Alfred, type vpn
. Once loaded, you'll see a listing of configured VPN
services. Select the VPN you'd like to connect/disconnect and press Enter
. The
workflow will attempt to connect/disconnect the selected service based on it's
connectivity state.
License
MIT (c) Steve Agalloco. See LICENSE for details.
Additions by Bryan Ross