Created
October 27, 2013 05:27
-
-
Save ihodes/7178260 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
~ > dig pinboard.in | |
; <<>> DiG 9.8.3-P1 <<>> pinboard.in | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27447 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;pinboard.in. IN A | |
;; ANSWER SECTION: | |
pinboard.in. 300 IN A 64.55.113.4 | |
;; Query time: 90 msec | |
;; SERVER: 209.18.47.61#53(209.18.47.61) | |
;; WHEN: Sun Oct 27 01:26:26 2013 | |
;; MSG SIZE rcvd: 45 | |
~ > ping 64.55.113.4 | |
PING 64.55.113.4 (64.55.113.4): 56 data bytes | |
Request timeout for icmp_seq 0 | |
^C | |
--- 64.55.113.4 ping statistics --- | |
2 packets transmitted, 0 packets received, 100.0% packet loss | |
~ > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment