cyfdecyf / cow

HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一个问题:html 没被墙,但页面资源 css js 被墙

luboq opened this issue · comments

尝试打开:https://www.reddit.com/r/MachineLearning/comments/4b72gj/how_to_create_the_bounding_boxes_in_an_image/

现象:点开后,网页标题正常显示,但网页内容刷不出来
原因:F12后,看到域名reddit.com下的 html 和 redditmedia.com 下的css 没被墙,但是 redditstatic.com 的js和css都 被墙 了。页面加载中,一直等待被墙的这些资源,导致页面卡住,内容不显示

疑问:cow难道不会自动判断,这些被墙资源走ss代理吗?还是什么问题?

解决了,不是cow的问题,dns的问题