Skip to content

Instantly share code, notes, and snippets.

@ihodes
Created October 27, 2013 05:27
Show Gist options
  • Save ihodes/7178260 to your computer and use it in GitHub Desktop.
Save ihodes/7178260 to your computer and use it in GitHub Desktop.
~ > 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