我的路由器阻止 http 流量

我的路由器阻止 http 流量

我在网络中使用普通商用路由器。由于某些我不知道的原因,它阻止了 HTTP 流量:

% curl http://google.com
curl: (56) Recv failure: Operation timed out

但是 HTTPS 流量没有问题:

% curl https://google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="https://www.google.com/">here</A>.
</BODY></HTML>

我该如何修复这个问题?

相关内容