Created
October 16, 2013 19:07
-
-
Save kvz/7013057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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