Created
November 9, 2016 07:20
-
-
Save likaci/89dce88686ba18c5ec6c46e6b478f7a2 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 torchleddisplay.com | |
* Rebuilt URL to: torchleddisplay.com/ | |
* Trying 107.148.134.237... | |
* Connected to torchleddisplay.com (107.148.134.237) port 80 (#0) | |
> GET / HTTP/1.1 | |
> Host: torchleddisplay.com | |
> User-Agent: curl/7.49.1 | |
> Accept: */* | |
> | |
* Recv failure: Connection reset by peer | |
* Closing connection 0 | |
curl: (56) Recv failure: Connection reset by peer | |
~ ⍉ | |
▶ proxychains4 curl -v torchleddisplay.com | |
[proxychains] config file found: /Users/liuwencai/.proxychains/proxychains.conf | |
[proxychains] preloading /usr/local/Cellar/proxychains-ng/4.11/lib/libproxychains4.dylib | |
[proxychains] DLL init: proxychains-ng 4.11 | |
* Rebuilt URL to: torchleddisplay.com/ | |
* Trying 224.0.0.1... | |
[proxychains] Strict chain ... 127.0.0.1:1080 ... torchleddisplay.com:80 ... OK | |
* Connected to torchleddisplay.com (127.0.0.1) port 80 (#0) | |
> GET / HTTP/1.1 | |
> Host: torchleddisplay.com | |
> User-Agent: curl/7.49.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 301 Moved Permanently | |
< Date: Wed, 09 Nov 2016 07:11:22 GMT | |
< Content-Type: text/html | |
< Content-Length: 178 | |
< Connection: keep-alive | |
< Server: suduserver | |
< Location: http://torchvisual.com/ | |
< | |
<html> | |
<head><title>301 Moved Permanently</title></head> | |
<body bgcolor="white"> | |
<center><h1>301 Moved Permanently</h1></center> | |
<hr><center>nginx</center> | |
</body> | |
</html> | |
* Connection #0 to host torchleddisplay.com left intact | |
~ | |
▶ ping torchleddisplay.com | |
PING torchleddisplay.com.sudu-n7cd.com (107.148.134.237): 56 data bytes | |
64 bytes from 107.148.134.237: icmp_seq=0 ttl=42 time=270.328 ms | |
64 bytes from 107.148.134.237: icmp_seq=1 ttl=42 time=237.657 ms | |
^C | |
--- torchleddisplay.com.sudu-n7cd.com ping statistics --- | |
2 packets transmitted, 2 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 237.657/253.993/270.328/16.335 ms | |
~ | |
▶ ping torchvisual.com | |
PING torchvisual.com (107.148.134.237): 56 data bytes | |
64 bytes from 107.148.134.237: icmp_seq=0 ttl=42 time=240.684 ms | |
64 bytes from 107.148.134.237: icmp_seq=1 ttl=42 time=289.768 ms | |
64 bytes from 107.148.134.237: icmp_seq=2 ttl=42 time=309.593 ms | |
64 bytes from 107.148.134.237: icmp_seq=3 ttl=42 time=299.268 ms | |
^C | |
--- torchvisual.com ping statistics --- | |
4 packets transmitted, 4 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 240.684/284.828/309.593/26.433 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment