We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
访问twitter.com会被解析到127.0.0.1。浏览器报隐私设置错误。电脑hosts没问题。
The text was updated successfully, but these errors were encountered:
这个是服务端的问题,看看在服务器上执行curl -v twitter.com是什么结果
curl -v twitter.com
Sorry, something went wrong.
[root@host ~]# curl -v twitter.com
GET / HTTP/1.1 User-Agent: curl/7.29.0 Host: twitter.com Accept: /
< HTTP/1.1 301 Moved Permanently < content-length: 0 < date: Fri, 01 Nov 2019 09:20:28 GMT < location: https://twitter.com/ < server: tsa_a < set-cookie: personalization_id="v1_RrDX5R5C95iLxsES0cZaQw=="; Max-Age=63072000; Expires=Sun, 31 Oct 2021 09:20:28 GMT; Path=/; Domain=.twitter.com < set-cookie: guest_id=v1%3A157260002852279270; Max-Age=63072000; Expires=Sun, 31 Oct 2021 09:20:28 GMT; Path=/; Domain=.twitter.com < x-connection-hash: 9bff15d8a76a0dfceac8182090df2d1d < x-response-time: 3 <
No branches or pull requests
访问twitter.com会被解析到127.0.0.1。浏览器报隐私设置错误。电脑hosts没问题。
The text was updated successfully, but these errors were encountered: