1
0
Fork 0
bin/ptr

12 lines
170 B
Plaintext
Raw Permalink Normal View History

2017-02-24 18:11:25 +00:00
#!/usr/bin/env bash
if [[ $# -ne 1 ]]; then
echo PTR lookup tool, by Starbeamrainbowlabs
echo Usage:
echo " ptr x.y.z.w"
exit
fi
dig ptr $1.in-addr.arpa +short