Skip to content

Instantly share code, notes, and snippets.

@tmacedo
Created June 29, 2012 14:42
Show Gist options
  • Save tmacedo/3018329 to your computer and use it in GitHub Desktop.
Save tmacedo/3018329 to your computer and use it in GitHub Desktop.
3scale.net AAAA dig
$ dig AAAA 3scale.net
; <<>> DiG 9.8.1-P1 <<>> AAAA 3scale.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23539
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;3scale.net. IN AAAA
;; ANSWER SECTION:
3scale.net. 296 IN AAAA 2001:4801:7901:0:bba:2ff6:0:1
$ curl -v http://3scale.net/
* About to connect() to 3scale.net port 80 (#0)
* Trying 2001:4801:7901:0:bba:2ff6:0:1... connected
> GET / HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: 3scale.net
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Fri, 29 Jun 2012 14:51:47 GMT
< Server: Apache
< X-Pingback: http://www.3scale.net/xmlrpc.php
< Location: http://www.3scale.net/
< Vary: Accept-Encoding
< Content-Length: 0
< Connection: close
< Content-Type: text/html; charset=UTF-8
<
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment