Skip to content

Instantly share code, notes, and snippets.

@lidaobing
Created May 16, 2012 03:34
Show Gist options
  • Save lidaobing/2707122 to your computer and use it in GitHub Desktop.
Save lidaobing/2707122 to your computer and use it in GitHub Desktop.
# 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