Search found 2 matches

by somefanofyours
Fri May 27, 2011 6:23 am
Forum: Mac Requests
Topic: VPN status detection ?
Replies: 4
Views: 16528

Re: VPN status detection ?

Here is the applescript version of the code :
on idle
tell application "System Events"
tell current location of network preferences
set myConnection to the service "REPLACE_THIS_BY_THE_VPN_SERVICE_NAME"
if current configuration of myConnection is not connected then
tell application ...
by somefanofyours
Sat May 21, 2011 11:57 am
Forum: Mac Requests
Topic: VPN status detection ?
Replies: 4
Views: 16528

VPN status detection ?

Hello,

As many people other the web, I'm using a VPN connection to download files over torrents P2P. I wrote a little AppleScript which allows me to detect when my VPN connection is on or not. If it is off, it tells Transmission to quit. Why don't you add a feature like this in the preferences of ...