Created
April 7, 2013 02:10
-
-
Save stwalkerster/5328566 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
[02:08:49][stwalkerster@blastoise:~] | |
bash $ dig riley.fastlizard4.org | |
; <<>> DiG 9.7.3 <<>> riley.fastlizard4.org | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 31404 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;riley.fastlizard4.org. IN A | |
;; Query time: 11 msec | |
;; SERVER: 8.8.8.8#53(8.8.8.8) | |
;; WHEN: Sun Apr 7 02:09:19 2013 | |
;; MSG SIZE rcvd: 39 | |
[02:09:19][stwalkerster@blastoise:~] | |
bash $ dig riley.fastlizard4.org @ns1.linode.com | |
; <<>> DiG 9.7.3 <<>> riley.fastlizard4.org @ns1.linode.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64329 | |
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; WARNING: recursion requested but not available | |
;; QUESTION SECTION: | |
;riley.fastlizard4.org. IN A | |
;; ANSWER SECTION: | |
riley.fastlizard4.org. 86400 IN CNAME riley.fastlizard4.org. | |
;; Query time: 111 msec | |
;; SERVER: 2600:3c00::a#53(2600:3c00::a) | |
;; WHEN: Sun Apr 7 02:09:31 2013 | |
;; MSG SIZE rcvd: 53 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment