Skip to content

Instantly share code, notes, and snippets.

@felixd
Created December 1, 2018 20:38
Show Gist options
  • Save felixd/dc448499285faf87b56a49a8022ae5b2 to your computer and use it in GitHub Desktop.
Save felixd/dc448499285faf87b56a49a8022ae5b2 to your computer and use it in GitHub Desktop.
#!/bin/bash
while read ip; do dig +noall +answer -x $ip; done < ips.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment