Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 523 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 523 Bytes

SplitVPN

Split Internet and VPN routing

ATTENTION: This is a quick and dirty implementation

Version: 0.9.9

Install with brew

# install
brew tap jurjevic/tap
brew install splitvpn
# start
sudo -b splitvpn
# update
brew upgrade splitvpn

Install with Go 1.16+

# install
go install github.com/jurjevic/SplitVPN@latest
# start
sudo /bin/sh -c "$(go env GOPATH)/bin/SplitVPN &"