项目作者: peteretelej

项目描述 :
Limit VPN connections, get desktop notifications/alerts if time limit is reached
高级语言: Go
项目地址: git://github.com/peteretelej/vpn-timer.git
创建时间: 2018-11-24T12:06:20Z
项目社区:https://github.com/peteretelej/vpn-timer

开源协议:MIT License

下载


vpn-timer

FOSSA Status

Alerts you when you’re on VPN for too long.

Install

Grab an binary executable for your OS from Releases

Or, if you have Go:

  1. git clone https://github.com/peteretelej/vpn-timer.git
  2. cd vpn-timer
  3. go install

Usage

Run vpn-timer while specifying the VPN IP (see ifconfig.co, and optionally you can specify the time limit you want eg 10m,1h,2h30m (default 30m)

  1. vpn-timer -ip 123.45.67.89
  2. # specify the VPN public IP so that it can be monitored
  3. # by default uses a time limit of 30min
  4. vpn-timer -ip 123.45.67.89 -limit 1h
  5. # send notifications after an hour

License

FOSSA Status