goproxy
goproxy copied to clipboard
HTTP代理访问Github会经常出现 Fastly error: unknown domain: github.com.
启动参数
./proxy http -p :80 --forever --log proxy.log --dns-ttl=60 --dns-address=8.8.8.8:53 --intelligent=direct
./proxy http -p :443 --forever --log proxy.log --dns-ttl=60 --dns-address=8.8.8.8:53 --intelligent=direct
访问 Github经常出现 :

访问 MongoDB 相关网站经常出现 :

从Chrome的控制台看出问题的都是 http2 请求:

当出现以上问题时,在Chrome里执行以下Close idle sockets操作就可以暂时正常访问:

反向代理不支持http2
@snail007 相当于正向代理用法,从我们的使用情况来看,是支持http2的,只是有几个网站(例如 github.com、mongodb.com)会出现这种情况
我用socks代理,最近也出现github无法访问的情况,其它网站可以