Skip to content

Instantly share code, notes, and snippets.

@evilj0e
Created February 28, 2018 13:26
Show Gist options
  • Save evilj0e/ec44b6f3ae70d914da56fe399f7afb51 to your computer and use it in GitHub Desktop.
Save evilj0e/ec44b6f3ae70d914da56fe399f7afb51 to your computer and use it in GitHub Desktop.

Revisions

  1. evilj0e created this gist Feb 28, 2018.
    27 changes: 27 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    λ curl cssunderhood.ru -v
    * Rebuilt URL to: cssunderhood.ru/
    * Trying 2a03:6f00:1::5c35:726b...
    * TCP_NODELAY set
    * Connected to cssunderhood.ru (2a03:6f00:1::5c35:726b) port 80 (#0)
    > GET / HTTP/1.1
    > Host: cssunderhood.ru
    > User-Agent: curl/7.54.0
    > Accept: */*
    >
    < HTTP/1.1 302 Moved Temporarily
    < Server: nginx/1.12.1
    < Date: Wed, 28 Feb 2018 13:25:42 GMT
    < Content-Type: text/html
    < Content-Length: 161
    < Connection: keep-alive
    < Location: http://clarus.timeweb.ru/parking/?ref=cssunderhood.ru
    < Cache-Control: no-cache, no-store
    <
    <html>
    <head><title>302 Found</title></head>
    <body bgcolor="white">
    <center><h1>302 Found</h1></center>
    <hr><center>nginx/1.12.1</center>
    </body>
    </html>
    * Connection #0 to host cssunderhood.ru left intact