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