coyove / goflyway

An encrypted HTTP server
MIT License
4.31k stars 654 forks source link

电信网络无法正确链接 #125

Closed ghost closed 5 years ago

ghost commented 5 years ago

配置了goflyway开始的时候可以正常使用 突然间有一天就无法连接了,使用了cloudflare模式。 目前goflyway在除电信网络以外均能正常使用。 客户端启动成功后显示连接成功,但是访问google时不打印日志。服务端也没日志。 直连的方式连接则会出现 2018-11-30 08:29:01.391 CST,client.go:486, ERROR ,SOCKS5 version error: 4 2018-11-30 08:29:01.397 CST,client.go:541, ERROR ,"Dial failed: invalid response from clients1.google.com:443: HTTP/1.1 404 Not Found Server:
Date: Fri, 30 Nov 2018 00:29:00 GMT Content-Type: text/html Content-Length: 159 Connection: keep-alive

coyove commented 5 years ago

你在用socks4代理?请切换至socks5

ghost commented 5 years ago

我已经解决了问题,貌似电信网络封禁了80端口。换了个端口就好了,但是这样是不是就不能使用cloudfare了。