Created
April 17, 2016 07:04
-
-
Save xaxxon/640a1216db24ae7e527a42fe659d655e 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
xaxxon@ubuntu:~$ telnet 104.207.142.70 80 | |
Trying 104.207.142.70... | |
Connected to 104.207.142.70. | |
Escape character is '^]'. | |
GET / HTTP/1.1 | |
host: terabyte-gaming.net | |
HTTP/1.1 200 OK | |
Server: nginx/1.9.3 (Ubuntu) | |
Date: Sun, 17 Apr 2016 07:04:38 GMT | |
Content-Type: text/html | |
Content-Length: 141 | |
Last-Modified: Sun, 17 Apr 2016 06:23:02 GMT | |
Connection: keep-alive | |
ETag: "57132bc6-8d" | |
Accept-Ranges: bytes | |
<html> | |
<head> | |
<title>www.example.com</title> | |
</head> | |
<body> | |
<h1>Success: You Have Set Up a Virtual Host</h1> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment