Skip to content

Instantly share code, notes, and snippets.

@kainlite
Created May 5, 2019 22:39
Show Gist options
  • Select an option

  • Save kainlite/4d9b99cd269d2eb346f60c308af054da to your computer and use it in GitHub Desktop.

Select an option

Save kainlite/4d9b99cd269d2eb346f60c308af054da to your computer and use it in GitHub Desktop.
$ 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