Total Pageviews

Monday 23 September 2019

alfred-vpn

 Alfred 3 workflow to connect/disconnect from VPNs 

Alfred 3 workflow to connect/disconnect from VPN.

Install

$ npm install --global alfred-vpn
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.
frm  https://github.com/stve/alfred-vpn
-----

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.

Download

Check releases HERE and please download FeVPN.zip.

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:
notification

How to use

Download FeVPN.zip from HERE.
Before starting FeVPN, you have to set up VPN service.
  1. Open "Network" of "System Preferences".
step1
  1. Click "Set Service Order...".
step2
  1. Confirm that the VPN service which you want to use has a higher priority than other VPN services.
step2
  1. 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