Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created April 14, 2014 07:38
Show Gist options
  • Select an option

  • Save peter-mcconnell/10624739 to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/10624739 to your computer and use it in GitHub Desktop.
DNS - propagation
while true; do dig somedomain.com | grep "IN A"; sleep 30; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment