Skip to content

Instantly share code, notes, and snippets.

@bcicen
Created April 8, 2015 22:51
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 bcicen/634c203580c91a53f60f to your computer and use it in GitHub Desktop.
Save bcicen/634c203580c91a53f60f to your computer and use it in GitHub Desktop.
#host.sh - get ptr record from ip
/usr/bin/host $@
@bcicen
Copy link
Author

bcicen commented Apr 8, 2015

example usage:

$ ./host.sh 173.194.123.103
103.123.194.173.in-addr.arpa domain name pointer lga15s49-in-f7.1e100.net.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment