1.0.4 • Published 6 years ago

vpnmon v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

TO INSTALL:

npm install -g vpnmon

vpnmon

This will monitor a VPN connection. If the connection is lost it will attempt to reconnect.

usage: vpnmon --name=<CONNECTION_NAME> --config=<CONFIG_FILE>

example configuration

{ "name": "superVPN", "secret": "supersecret", "connectionTimeout": 15, "waitTimeout": 5, "postConnect": "killall -TERM dnsmasq; /usr/local/sbin/dnsmasq" }

name = the name of the VPN connection (as seen in network settings) secret = the L2TP/IPSEC secret connectionTimeout = number of seconds to wait for the connection to be established waitTimeout = number of seconds to wait before checking the vpn connection status postConnect = a command to execute after the VPN is established

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago