Created
October 28, 2016 18:21
-
-
Save pior/48fde5a51e1409acda9abc5b9ec59ab8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for server in $(dig +short ns io| sort); do echo -e "\nTrying to get NS for shopify.io from ${server}"; dig NS shopify.io. @${server} | egrep '(Query time|timed out|HEADER)'; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment