Skip to content

Instantly share code, notes, and snippets.

View bdickason's full-sized avatar

Brad Dickason bdickason

View GitHub Profile
@bdickason
bdickason / ip-up
Last active October 16, 2019 13:52 — forked from p120ph37/ip-up
#!/bin/sh
####################################################
## ##
## PPP VPN split-network/split-DNS script for OSX ##
## by Aaron Meriwether ##
## ##
## installation: ##
## sudo cp thisfile /etc/ppp/ip-up ##
## sudo chmod 755 /etc/ppp/ip-up ##
## ##