Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Created March 16, 2018 14:33
Show Gist options
  • Save thiagoeh/94e3c9d89626db1883ec3e64e2ab505a to your computer and use it in GitHub Desktop.
Save thiagoeh/94e3c9d89626db1883ec3e64e2ab505a to your computer and use it in GitHub Desktop.
DNSSERVER=8.8.8.8; while true; do dig @$DNSSERVER www.google.com | grep time|awk '{print $1"@"$DNSSERVER}'; sleep 0.5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment