Skip to content

Instantly share code, notes, and snippets.

@ekroon
Last active February 20, 2017 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekroon/e9e115a83d33d806c19fd5ed8be226a5 to your computer and use it in GitHub Desktop.
Save ekroon/e9e115a83d33d806c19fd5ed8be226a5 to your computer and use it in GitHub Desktop.
Fix Tunnelblick routing (OSX)
#!/usr/bin/env bash
# install gtimeout with `brew install coreutils`
sudo ifconfig en0 down
sudo ifconfig en1 down
sudo gtimeout 5 route flush
sudo gtimeout 5 route flush
sudo ifconfig en1 up
sudo ifconfig en0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment