Skip to content

Instantly share code, notes, and snippets.

@xazax
Created June 30, 2012 16:19
Show Gist options
  • Save xazax/3024461 to your computer and use it in GitHub Desktop.
Save xazax/3024461 to your computer and use it in GitHub Desktop.
Reverse hosting
#!/usr/bin/env bash
host `host $1|grep has| awk '{print $4}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment