Created
May 5, 2019 22:39
-
-
Save kainlite/4d9b99cd269d2eb346f60c308af054da 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
| $ curl -v 159.203.156.153 | |
| * Trying 159.203.156.153... | |
| * TCP_NODELAY set | |
| * Connected to 159.203.156.153 (159.203.156.153) port 80 (#0) | |
| > GET / HTTP/1.1 | |
| > Host: 159.203.156.153 | |
| > User-Agent: curl/7.64.1 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK | |
| < Date: Sun, 05 May 2019 21:14:28 GMT | |
| < Content-Length: 12 | |
| < Content-Type: text/plain; charset=utf-8 | |
| < | |
| * Connection #0 to host 159.203.156.153 left intact | |
| 10.136.5.237* Closing connection 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment