Skip to content

Instantly share code, notes, and snippets.

@eam
Created May 10, 2018 20:19
Show Gist options
  • Save eam/ecb0066cadcc20737616a06c4809045a to your computer and use it in GitHub Desktop.
Save eam/ecb0066cadcc20737616a06c4809045a to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in a b c d e f g h i j k l m
do
echo "checking $i"
dig NS @$i.gtld-servers.net. $1 |grep $i|grep NS
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment