Skip to content

Instantly share code, notes, and snippets.

@shortcord
Created September 7, 2020 06:41
Show Gist options
  • Save shortcord/385b608d400a5d5f099a983d8b4db9bf to your computer and use it in GitHub Desktop.
Save shortcord/385b608d400a5d5f099a983d8b4db9bf to your computer and use it in GitHub Desktop.
Small script to ease rdns lookup queries using dig
#!/bin/sh
dig -x $(dig +short ${1});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment