Skip to content

Instantly share code, notes, and snippets.

View kevinduterne's full-sized avatar

Kevin Duterne kevinduterne

View GitHub Profile
@kevinduterne
kevinduterne / vpnc-script
Created November 12, 2018 16:40 — forked from zish/vpnc-script
OpenConnect vpnc-script for for MacOS High Sierra. Resolves problem with split DNS.
#!/bin/sh
#
# Originally part of vpnc source code:
# © 2005-2012 Maurice Massar, Jörg Mayer, Antonio Borneo et al.
# © 2009-2012 David Woodhouse <dwmw2@infradead.org>
#
# 2018-05-15 - Minor scutil updates for MacOS Split DNS added by Jeremy Melanson ( https://github.com/zish ).
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@kevinduterne
kevinduterne / keybase.md
Created April 3, 2017 19:44
keybase proof

Keybase proof

I hereby claim:

  • I am kevinduterne on github.
  • I am kevindut (https://keybase.io/kevindut) on keybase.
  • I have a public key ASAwKFV71PjfGIRB9MV94YpAiFVRdLZ2EZZWFBlzWecfrAo

To claim this, I am signing this object:

#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'