Created
April 2, 2017 17:11
-
-
Save turbo/c94513fc5c943027443488c2557f9cf3 to your computer and use it in GitHub Desktop.
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
» dig ppcg.ml | |
; <<>> DiG 9.11.0-P3 <<>> ppcg.ml | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38657 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 | |
;; QUESTION SECTION: | |
;ppcg.ml. IN A | |
;; ANSWER SECTION: | |
ppcg.ml. 300 IN A 195.20.51.21 | |
;; Query time: 284 msec | |
;; SERVER: 10.0.0.1#53(10.0.0.1) | |
;; WHEN: Sun Apr 02 19:09:44 CEST 2017 | |
;; MSG SIZE rcvd: 52 | |
» curl -I ppcg.ml | |
HTTP/1.1 200 OK | |
Server: nginx | |
Date: Sun, 02 Apr 2017 17:10:09 GMT | |
Content-Type: text/html;charset=UTF-8 | |
Content-Length: 0 | |
Connection: keep-alive | |
Cache-Control: no-cache | |
Expires: Thu, 01 Jan 1970 00:00:01 GMT | |
Pragma: no-cache | |
X-Server: b47dcdc05bd6 | |
» curl -Ls ppcg.ml | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd" > | |
<html> | |
<head> | |
<title>ppcg.ml</title> | |
<meta name="description" content="ppcg.ml"> | |
<meta name="keywords" content="ppcg.ml"> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-23441223-3']); | |
_gaq.push(['_setDomainName', 'none']); | |
_gaq.push(['_setAllowLinker', true]); | |
_gaq.push(['_trackPageview']); | |
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.asy nc = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.goo gle-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
</head> | |
<frameset rows="*"> | |
<frame frameborder=0 src="https://codegolf.stackexchange.com/" name="dot_tk_frame_content" scrol ling="auto" noresize> | |
</frameset> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment