Created
March 7, 2015 18:33
-
-
Save zspencer/0fd4b8578fa07716c6fb 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
$ curl -L -v www.apprenticeshipcommunity.com/ | |
* Hostname was NOT found in DNS cache | |
* Trying 50.31.225.93... | |
* Connected to www.apprenticeshipcommunity.com (50.31.225.93) port 80 (#0) | |
> GET / HTTP/1.1 | |
> User-Agent: curl/7.37.1 | |
> Host: www.apprenticeshipcommunity.com | |
> Accept: */* | |
> | |
< HTTP/1.1 404 Not Found | |
< Content-Type: text/plain; charset=utf-8 | |
< Content-Length: 19 | |
< Date: Sat, 07 Mar 2015 18:30:13 GMT | |
< | |
404 page not found | |
* Connection #0 to host www.apprenticeshipcommunity.com left intact |
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 -t ANY apprenticeshipcommunity.com | |
; <<>> DiG 9.8.3-P1 <<>> -t ANY apprenticeshipcommunity.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35371 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;apprenticeshipcommunity.com. IN ANY | |
;; ANSWER SECTION: | |
apprenticeshipcommunity.com. 3599 IN NS ns1.dnsimple.com. | |
apprenticeshipcommunity.com. 3599 IN NS ns2.dnsimple.com. | |
apprenticeshipcommunity.com. 3599 IN NS ns3.dnsimple.com. | |
apprenticeshipcommunity.com. 3599 IN NS ns4.dnsimple.com. | |
apprenticeshipcommunity.com. 3599 IN SOA ns1.dnsimple.com. admin.dnsimple.com. 1425752982 86400 7200 604800 300 | |
apprenticeshipcommunity.com. 59 IN A 50.31.225.93 | |
;; Query time: 70 msec | |
;; SERVER: 192.168.10.1#53(192.168.10.1) | |
;; WHEN: Sat Mar 7 10:33:01 2015 | |
;; MSG SIZE rcvd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment