Created
April 17, 2017 17:43
-
-
Save crowell/ce7c976ecfb5df41413e5535ffaebe0c to your computer and use it in GitHub Desktop.
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
sftp-3 ~ » dig @75.75.75.75 example.com | |
; <<>> DiG 9.8.3-P1 <<>> @75.75.75.75 example.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 49393 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;example.com. IN A | |
;; Query time: 26 msec | |
;; SERVER: 75.75.75.75#53(75.75.75.75) | |
;; WHEN: Mon Apr 17 10:43:00 2017 | |
;; MSG SIZE rcvd: 29 | |
sftp-3 ~ » dig @8.8.8.8 example.com | |
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 example.com | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32459 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;example.com. IN A | |
;; ANSWER SECTION: | |
example.com. 69121 IN A 93.184.216.34 | |
;; Query time: 31 msec | |
;; SERVER: 8.8.8.8#53(8.8.8.8) | |
;; WHEN: Mon Apr 17 10:43:12 2017 | |
;; MSG SIZE rcvd: 45 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment