Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vpn-kill-switch/killswitch

VPN kill switch for macOS
https://github.com/vpn-kill-switch/killswitch

firewall killswitch leak macos network pf security vpn

Last synced: 2 months ago
JSON representation

VPN kill switch for macOS

Awesome Lists containing this project

README

        

# killswitch

VPN kill switch for macOS (Mac OS X >= 10.6), it will block outgoing traffic
when VPN connection fails or crashes.

https://vpn-kill-switch.com/

Usage:

$ killswitch

To enable:

$ sudo killswitch -e

To disable:

$ sudo killswitch -d

## Compile from source

Setup go environment https://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