Created
July 25, 2011 20:49
-
-
Save JoshAshby/1105163 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
[joshua@Loki ~]$ dig @64.31.21.80 kariashby.com | |
; <<>> DiG 9.8.0-P4 <<>> @64.31.21.80 kariashby.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 48092 | |
;; flags: qr rd; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 | |
;; WARNING: recursion requested but not available | |
;; Query time: 47 msec | |
;; SERVER: 64.31.21.80#53(64.31.21.80) | |
;; WHEN: Mon Jul 25 14:48:59 2011 | |
;; MSG SIZE rcvd: 12 | |
##And on the VPS...... | |
vps:~# dig @localhost kariashby.com | |
; <<>> DiG 9.6-ESV-R3 <<>> @localhost kariashby.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 18707 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;kariashby.com. IN A | |
;; Query time: 240 msec | |
;; SERVER: 127.0.0.1#53(127.0.0.1) | |
;; WHEN: Tue Jul 26 00:49:01 2011 | |
;; MSG SIZE rcvd: 31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment