Alfred 3 workflow to connect/disconnect from VPNs https://www.npmjs.com/package/alfred-vpn
Alfred 3 workflow to connect/disconnect from VPN.
Install
$ npm install --global alfred-vpn
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.
frm https://github.com/stve/alfred-vpn
-----
VPN Auto Connection App for OS X written in AppleScript。
-----
VPN Auto Connection App for OS X written in AppleScript。
FeVPN
This is a VPN Auto Connection native app for Mac.
If your VPN is not connected, FeVPN try to connect automatically every 15-sec.
If your VPN is not connected, FeVPN try to connect automatically every 15-sec.
Download
How FeVPN Works
Every 15 seconds, FeVPN check a condition of VPN.
At that time, if the connection is broken, FeVPN try to reconnect VPN.
FeVPN notifies you like this:
At that time, if the connection is broken, FeVPN try to reconnect VPN.
FeVPN notifies you like this:
How to use
Before starting FeVPN, you have to set up VPN service.
- Open "Network" of "System Preferences".
- Click "Set Service Order...".
- Confirm that the VPN service which you want to use has a higher priority than other VPN services.
- Settings Finished.
Now you can open FeVPN, this app immediately starts connecting VPN.
Quit FeVPN
$ kill -9 `ps -ax | grep "[F]eVPN" | awk '{print $1}'`
from
https://github.com/showwin/FeVPN
No comments:
Post a Comment