This file contains 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
$ dig @8.8.8.8 visnup.com | |
; <<>> DiG 9.6.0-APPLE-P2 <<>> @8.8.8.8 visnup.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34742 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;visnup.com. IN A | |
;; ANSWER SECTION: | |
visnup.com. 86400 IN A 74.207.251.209 | |
;; Query time: 137 msec | |
;; SERVER: 8.8.8.8#53(8.8.8.8) | |
;; WHEN: Sat Dec 5 21:37:17 2009 | |
;; MSG SIZE rcvd: 44 | |
$ dig @4.2.2.2 visnup.com | |
; <<>> DiG 9.6.0-APPLE-P2 <<>> @4.2.2.2 visnup.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1869 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;visnup.com. IN A | |
;; ANSWER SECTION: | |
visnup.com. 43200 IN A 74.207.251.209 | |
;; Query time: 90 msec | |
;; SERVER: 4.2.2.2#53(4.2.2.2) | |
;; WHEN: Sat Dec 5 21:37:31 2009 | |
;; MSG SIZE rcvd: 44 | |
$ dig @208.67.222.222 visnup.com | |
; <<>> DiG 9.6.0-APPLE-P2 <<>> @208.67.222.222 visnup.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33242 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;visnup.com. IN A | |
;; ANSWER SECTION: | |
visnup.com. 86400 IN A 74.207.251.209 | |
;; Query time: 100 msec | |
;; SERVER: 208.67.222.222#53(208.67.222.222) | |
;; WHEN: Sat Dec 5 21:37:41 2009 | |
;; MSG SIZE rcvd: 44 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment