Skip to content

Instantly share code, notes, and snippets.

@kvz
Created October 16, 2013 19:07
Show Gist options
  • Select an option

  • Save kvz/7013057 to your computer and use it in GitHub Desktop.

Select an option

Save kvz/7013057 to your computer and use it in GitHub Desktop.
ubuntu@beth:/tmp$ time dig @4.2.2.2 +time=3 +tries=1 +short tmp.transloadit.com.s3.amazonaws.com
s3-1-w.amazonaws.com.
205.251.243.73
real 0m0.079s
user 0m0.004s
sys 0m0.000s
ubuntu@beth:/tmp$ time dig @8.8.8.8 +time=3 +tries=1 +short tmp.transloadit.com.s3.amazonaws.com
;; connection timed out; no servers could be reached
real 0m3.008s
user 0m0.000s
sys 0m0.004s
ubuntu@beth:/tmp$ time dig @8.8.8.8 +time=3 +tries=1 +short transloadit.com
50.17.223.116
real 0m0.046s
user 0m0.004s
sys 0m0.000s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment