Created
January 26, 2015 13:42
-
-
Save julianwachholz/80f1d1b25b3ca9240239 to your computer and use it in GitHub Desktop.
PTR
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
jwa ~> dig A ju.io | |
; <<>> DiG 9.8.3-P1 <<>> A ju.io | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39104 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;ju.io. IN A | |
;; ANSWER SECTION: | |
ju.io. 21583 IN A 195.154.102.241 | |
;; Query time: 95 msec | |
;; SERVER: 8.8.8.8#53(8.8.8.8) | |
;; WHEN: Mon Jan 26 14:41:43 2015 | |
;; MSG SIZE rcvd: 39 | |
jwa ~> dig -x 195.154.102.241 | |
; <<>> DiG 9.8.3-P1 <<>> -x 195.154.102.241 | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13836 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;241.102.154.195.in-addr.arpa. IN PTR | |
;; ANSWER SECTION: | |
241.102.154.195.in-addr.arpa. 21460 IN PTR ju.io. | |
;; Query time: 42 msec | |
;; SERVER: 8.8.8.8#53(8.8.8.8) | |
;; WHEN: Mon Jan 26 14:41:50 2015 | |
;; MSG SIZE rcvd: 65 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment