Skip to content

Windows Forms app with a system tray icon indicating VPN connection status

Notifications You must be signed in to change notification settings

dixon/VpnStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VpnStatus

Windows Forms app with a system tray icon indicating VPN connection status:

example image

Configure which VPN is monitored and how often network connections are polled:

<appSettings>
  <!-- the name of your VPN connection in Control Panel's Network Connections -->
  <add key="VpnName" value="your.vpn.name" />

  <!-- how often to query network connections to check vpn status -->
  <add key="IntervalToPollMs" value="3000" />
</appSettings>

How do I run this?

  1. Get the code
  2. Update App.config's VpnName to match yours
  3. Build the project in VS2015+
  4. Run the output, VpnStatus.exe

About

Windows Forms app with a system tray icon indicating VPN connection status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages