Skip to content

Instantly share code, notes, and snippets.

@mannieschumpert
Last active January 3, 2016 14:39
Show Gist options
  • Save mannieschumpert/8477368 to your computer and use it in GitHub Desktop.
Save mannieschumpert/8477368 to your computer and use it in GitHub Desktop.
Domain propagation auto-checking. Checks IP of a domain every ten minutes.
while :
do
nslookup domain.com
sleep 600
done
@mannieschumpert
Copy link
Author

To Do: explore the possibility of checking the result against the desired result and echoing a notification when true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment