Created
July 10, 2013 13:32
-
-
Save aoxu/5966302 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
| xatest@xa-macbookpro: ~ | |
| $ dig @8.8.8.8 speedof.me [21:27:48] | |
| ; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 speedof.me | |
| ; (1 server found) | |
| ;; global options: +cmd | |
| ;; Got answer: | |
| ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5408 | |
| ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
| ;; QUESTION SECTION: | |
| ;speedof.me. IN A | |
| ;; ANSWER SECTION: | |
| speedof.me. 3585 IN A 216.121.90.10 | |
| ;; Query time: 59 msec | |
| ;; SERVER: 8.8.8.8#53(8.8.8.8) | |
| ;; WHEN: Wed Jul 10 21:28:28 2013 | |
| ;; MSG SIZE rcvd: 44 | |
| xatest@xa-macbookpro: ~ | |
| $ dig speedof.me [21:28:28] | |
| ; <<>> DiG 9.8.3-P1 <<>> speedof.me | |
| ;; global options: +cmd | |
| ;; Got answer: | |
| ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 49498 | |
| ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 | |
| ;; QUESTION SECTION: | |
| ;speedof.me. IN A | |
| ;; Query time: 27 msec | |
| ;; SERVER: 192.168.11.1#53(192.168.11.1) | |
| ;; WHEN: Wed Jul 10 21:28:38 2013 | |
| ;; MSG SIZE rcvd: 28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment