- Notifications
You must be signed in to change notification settings - Fork14
vpn-kill-switch/killswitch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
VPN kill switch for macOS (Mac OS X >= 10.6), it will block outgoing trafficwhen VPN connection fails or crashes.
Usage:
$ killswitch
To enable:
$ sudo killswitch -e
To disable:
$ sudo killswitch -d
Setup go environmenthttps://golang.org/doc/install
For example using $HOME/go for your workspace
$ export GOPATH=$HOME/go
Clone project into that directory:
$ go get github.com/vpn-kill-switch/killswitch
Build by just typing make:
$ cd $GOPATH/src/github.com/vpn-kill-switch/killswitch$ make
About
VPN kill switch for macOS
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published