Created
May 16, 2012 03:34
-
-
Save lidaobing/2707122 to your computer and use it in GitHub Desktop.
This file contains 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
# from China | |
ldb@Lis-MacBook-Pro:~$ curl -I http://www.dnspod.com/ | |
HTTP/1.1 302 Moved Temporarily | |
Content-Length: 0 | |
Date: Wed, 16 May 2012 11:32:45 GMT | |
Connection: Keep-Alive | |
Location: http://www.dnspod.cn/ | |
Content-Type: text/html | |
ldb@Lis-MacBook-Pro:~$ tsocks curl -I http://dnspod.com/ | |
HTTP/1.1 302 Moved Temporarily | |
Content-Length: 0 | |
Date: Wed, 16 May 2012 11:32:50 GMT | |
Connection: Keep-Alive | |
Location: http://www.dnspod.cn/ | |
Content-Type: text/html | |
# from a test server in USA | |
[lidaobing@srv-****-test-web1 ~]$ curl -I http://www.dnspod.com/ | |
HTTP/1.1 301 Moved Permanently | |
Server: nginx/1.0.4 | |
Date: Wed, 16 May 2012 03:32:17 GMT | |
Content-Type: text/html | |
Content-Length: 184 | |
Connection: keep-alive | |
Location: https://www.dnspod.com/ | |
[lidaobing@srv-****-test-web1 ~]$ curl -I http://dnspod.com/ | |
HTTP/1.1 301 Moved Permanently | |
Server: nginx/1.0.4 | |
Date: Wed, 16 May 2012 03:32:40 GMT | |
Content-Type: text/html | |
Content-Length: 184 | |
Connection: keep-alive | |
Location: http://www.dnspod.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment