alfred-vpn
Alfred 3 workflow to connect/disconnect from VPNs
The original version (alfred-vpn
) uses
scutil
to toggle the vpn state on and off. Unfortunately, scutil
doesn't
seem to work if the vpn connection requires a secret key. Using networksetup
instead to connect/disconnect works as expected. Thus, this fork.
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