Skip to content

Instantly share code, notes, and snippets.

@Zhann
Created June 18, 2012 14:12
Show Gist options
  • Save Zhann/2948580 to your computer and use it in GitHub Desktop.
Save Zhann/2948580 to your computer and use it in GitHub Desktop.
alias dog='dig +short'
dug() { dig +short -x $(dig +short $1) }
whatserver() { curl -Is $1 | ack server | cut -f 2 -d " " }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment