Skip to content

Instantly share code, notes, and snippets.

@pior
Created October 28, 2016 18:21
Show Gist options
  • Select an option

  • Save pior/48fde5a51e1409acda9abc5b9ec59ab8 to your computer and use it in GitHub Desktop.

Select an option

Save pior/48fde5a51e1409acda9abc5b9ec59ab8 to your computer and use it in GitHub Desktop.
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