Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 683 Bytes

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