Guest User

Untitled

a guest
May 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. # Flushes the DNS routing table for whenever Tunnelblick gets trapped in a TCP
  4. # connection loop.
  5.  
  6. sudo ifconfig en0 down
  7. sleep 5
  8. sudo route -n flush
  9. sleep 5
  10. sudo ifconfig en0 up
Add Comment
Please, Sign In to add comment