Skip to content

Protect privacy when VPN disconnects - Windows/Linux

License

Notifications You must be signed in to change notification settings

iamdabe/VPN-Lifeguard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This fork includes updates for the VPN Lifeguard for Linux to get it to work properly since some of Linux shell commands used in the original master by Philippe734 no longer work. So this fork includes edits to make the application work with slightly different shell commands. This fork also includes extra code that make the application for Linux more robust. You can just download and install the .deb for Ubuntu/Mint, or for your different version of Linux download the source code, install the Gambas3 IDE, and then complie the code to make make a runnable executable and/or create an installation package in the Gambas3 IDE. Or you can just copy the executable (VPNLifeguard.gambas) from the downloaded source code and run it (the gambas3 dependencies must be installed to do this (sudo apt-get install gambas3 (install the IDE)... after adding the repository for gambas3).

Note: This fork of VPN Lifeguard also contains a VB.Net application developed in Visual Studio 2017 (the original by Phillipe was VB6). This application will monitor your connection and, if you get disconnected will kill your monitored applications, and attempt to restablish your connection, and restart your monitored applications. Go to the Windows folder to find it and the download.

VPN Lifeguard

Application to protect yourself when your VPN disconnects

Free & open source application to protect your privacy when your VPN disconnects. It blocks Internet access any others specified applications. It prevents unsecured connections after your VPN connection goes down. VPN Lifeguard will close down the specified applications and automatically reconnect your VPN. Then, reload applications when reconnecting the VPN.

Characteristic

  • Blocking traffic (P2P, Firefox...) in case of disconnection of the VPN
  • Be sure to go through the VPN by delete the main route internet
  • Automatically reconnect the VPN
  • Reload applications when VPN reconnected
  • No leakage to close applications when disconnecting

Very useful for browsing or go behind a P2P VPN without being exposed during disconnection issues.

VPN Lifeguard is guaranteed free of virus, report available here

screenshot Windows screenshot Linux

Download

Portable version for Windows 7, 8, 10 (1 MB) : Windows

Linux Ubuntu/Debian/Mint (1 MB) : Linux

Install for Linux

Application written in Visual Basic Gambas.

  1. Open terminal and add the PPA for the Gambas language support :
sudo add-apt-repository ppa:gambas-team/gambas3 -y && sudo apt-get update 
  1. Download the package .deb and install it :
sudo dpkg -i ~/Downloads/Setup_VPN_Lifeguard_for_Ubuntu.deb && sudo apt-get install -fy

The dependancy for the Gambas language will be automatically installed. The application is not in the PPA and can't be install with a classic apt :

$ sudo apt install setup_vpnlifeguard_for_ubuntu # <<< don't work

Profile

youhou

If you want to reward my work, or thank me, then you can donate a few dollars HERE and I'll be very happy!

VPN Lifeguard official website >>> LINK

Alternative solution : VPNDemon for Linux >>> LINK

.

Open source GNU/GPL - Copyright 2010 Philippe734

About

Protect privacy when VPN disconnects - Windows/Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 96.1%
  • Rich Text Format 2.5%
  • Other 1.4%