liberal-boy / tls-shunt-proxy

分流 TLS 流量,支持按 sni 分流,分流 http 和无特征流量
325 stars 66 forks source link

Android客户端连接TCP+TLS服务器不通,服务器443端口大量连接CLOSE_WAIT #6

Closed gaorui84 closed 4 years ago

gaorui84 commented 4 years ago

按照 https://guide.v2fly.org/advanced/tcp_tls_shunt_proxy.html#实现 介绍的方法配置成功后,PC端用V2RayN V3.18 (Core 4.23.1)可以正常连通,而Android端用无论用V2RayN 1.2.6 (Core V4.23.1)还是BifrostV 0.6.8 (Core V4.19) 都无法连通,服务器端 lsof -i:443 发现大量连接CLOSE_WAIT,Android端V2RayN测试连接显示:“失败::io: read/write on closed pipe"。

xianren78 commented 4 years ago

最新版ng 1.2.6那个测试有bug,正常服务器也会那样。先开开服务器v2ray的log,看看什么问题导致连不上。

gaorui84 commented 4 years ago

又测了十几个ws+tls+web,服务端配置相同,PC客户端都可以正常连通,两台android设备客户端分别装V2RayN和BifrostV,大约有一小半服务器不能连通且结果完全相同,连不通的服务器无法打开YouTube或者Twitter(Gasflow显示几十KB/s,但始终无法打开),用V2RayN测试连接出错信息也都是:“失败::io: read/write on closed pipe"。试了一台android客户端连接超时的服务器,webserver装的是Nginx,lsof -i:443结果只有一大堆ESTABLISHED而没有CLOSE_WAIT,开了debug级别日志但error.log信息如下: 2020/05/16 23:31:09 [Warning] v2ray.com/core: V2Ray 4.23.1 started 2020/05/16 23:36:16 [Warning] v2ray.com/core: V2Ray 4.23.1 started 2020/05/16 23:38:18 [Debug] v2ray.com/core/app/log: Logger started 2020/05/16 23:38:18 [Debug] v2ray.com/core/app/proxyman/inbound: creating stream worker on 127.0.0.1:12345 2020/05/16 23:38:18 [Warning] v2ray.com/core: V2Ray 4.23.1 started 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:0.client-channel.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:mtalk.google.com:5228 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:live.github.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:mail.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:0.client-channel.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:0.client-channel.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:0.client-channel.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:live.github.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:live.github.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:mail.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:mail.google.com:443 2020/05/16 23:56:54 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mail.google.com:443 2020/05/16 23:57:15 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:ssl.gstatic.com:443 2020/05/16 23:57:15 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:ssl.gstatic.com:443 2020/05/16 23:57:15 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:ssl.gstatic.com:443 2020/05/16 23:57:15 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ssl.gstatic.com:443 2020/05/16 23:58:04 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:v2.auc.avira.com:443 2020/05/16 23:58:04 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:v2.auc.avira.com:443 2020/05/16 23:58:04 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:v2.auc.avira.com:443 2020/05/16 23:58:04 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:v2.auc.avira.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/common/mux: received request for tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443 2020/05/16 23:58:33 [Info] [1586162528] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443 2020/05/16 23:58:34 [Info] [4088848616] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/16 23:58:34 [Info] [4088848616] v2ray.com/core/common/mux: received request for tcp:www.google.com:443 2020/05/16 23:58:34 [Info] [4088848616] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443 2020/05/16 23:58:34 [Info] [4088848616] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443 2020/05/16 23:58:34 [Info] [4088848616] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/common/mux: received request for tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/app/dispatcher: default route for tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/proxy/freedom: opening connection to tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/common/mux: received request for tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/app/dispatcher: default route for tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/proxy/freedom: opening connection to tcp:myip.is:80 2020/05/16 23:58:35 [Info] [4088848616] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:myip.is:80 2020/05/16 23:58:36 [Info] [4088848616] v2ray.com/core/common/mux: received request for tcp:myip.is:443 2020/05/16 23:58:36 [Info] [4088848616] v2ray.com/core/app/dispatcher: default route for tcp:myip.is:443 2020/05/16 23:58:36 [Info] [4088848616] v2ray.com/core/proxy/freedom: opening connection to tcp:myip.is:443 2020/05/16 23:58:36 [Info] [4088848616] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:myip.is:443 2020/05/16 23:58:38 [Info] [4088848616] v2ray.com/core/common/mux: received request for tcp:af.opera.com:443 2020/05/16 23:58:38 [Info] [4088848616] v2ray.com/core/app/dispatcher: default route for tcp:af.opera.com:443 2020/05/16 23:58:38 [Info] [4088848616] v2ray.com/core/proxy/freedom: opening connection to tcp:af.opera.com:443 2020/05/16 23:58:38 [Info] [4088848616] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:af.opera.com:443 2020/05/16 23:58:41 [Info] [4088848616] v2ray.com/core/common/mux: received request for tcp:clients2.google.com:443 2020/05/16 23:58:41 [Info] [4088848616] v2ray.com/core/app/dispatcher: default route for tcp:clients2.google.com:443 2020/05/16 23:58:41 [Info] [4088848616] v2ray.com/core/proxy/freedom: opening connection to tcp:clients2.google.com:443 2020/05/16 23:58:41 [Info] [4088848616] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients2.google.com:443 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1006 (abnormal closure): unexpected EOF 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 4 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 5 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [1586162528] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1006 (abnormal closure): unexpected EOF 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe 2020/05/16 23:58:44 [Info] [4088848616] v2ray.com/core/common/mux: session 5 ends. > io: read/write on closed pipe 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:mtalk.google.com:5228 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:live.github.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:0.client-channel.google.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:live.github.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:live.github.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:0.client-channel.google.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:0.client-channel.google.com:443 2020/05/17 00:02:49 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:0.client-channel.google.com:443 2020/05/17 00:03:04 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:v2.auc.avira.com:443 2020/05/17 00:03:04 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:v2.auc.avira.com:443 2020/05/17 00:03:04 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:v2.auc.avira.com:443 2020/05/17 00:03:04 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:v2.auc.avira.com:443 2020/05/17 00:03:15 [Info] [161394370] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 113.120.10.148:40534 > v2ray.com/core/proxy/vmess/encoding: invalid user 2020/05/17 00:03:17 [Info] [2981814663] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 183.230.204.244:40544 > v2ray.com/core/proxy/vmess/encoding: invalid user 2020/05/17 00:03:21 [Info] [3026236872] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 112.117.17.13:40554 > v2ray.com/core/proxy/vmess/encoding: invalid user 2020/05/17 00:03:23 [Info] [464409517] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 124.88.112.166:40562 > v2ray.com/core/proxy/vmess/encoding: invalid user 2020/05/17 00:04:47 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:ssl.gstatic.com:443 2020/05/17 00:04:47 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:ssl.gstatic.com:443 2020/05/17 00:04:47 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:ssl.gstatic.com:443 2020/05/17 00:04:47 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ssl.gstatic.com:443 2020/05/17 00:06:37 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:mail.google.com:443 2020/05/17 00:06:37 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:mail.google.com:443 2020/05/17 00:06:37 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:mail.google.com:443 2020/05/17 00:06:37 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mail.google.com:443 2020/05/17 00:06:38 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:mail.google.com:443 2020/05/17 00:06:38 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:mail.google.com:443 2020/05/17 00:06:38 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:mail.google.com:443 2020/05/17 00:06:38 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mail.google.com:443 2020/05/17 00:06:40 [Info] [3433198534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:06:40 [Info] [3433198534] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe 2020/05/17 00:07:17 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:github.com:443 2020/05/17 00:07:17 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2020/05/17 00:07:17 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443 2020/05/17 00:07:17 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/common/mux: received request for tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443 2020/05/17 00:07:19 [Info] [3433198534] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:avatars3.githubusercontent.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:avatars3.githubusercontent.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:avatars3.githubusercontent.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:avatars3.githubusercontent.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:af.opera.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:af.opera.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:af.opera.com:443 2020/05/17 00:07:20 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:af.opera.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:github.githubassets.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:github.githubassets.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:github.githubassets.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.githubassets.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:avatars0.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:avatars0.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:avatars0.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:avatars0.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:avatars2.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:avatars2.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:avatars2.githubusercontent.com:443 2020/05/17 00:07:21 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:avatars2.githubusercontent.com:443 2020/05/17 00:07:22 [Info] [1196002851] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 00:07:22 [Info] [1196002851] v2ray.com/core/common/mux: received request for tcp:af.opera.com:443 2020/05/17 00:07:22 [Info] [1196002851] v2ray.com/core/app/dispatcher: default route for tcp:af.opera.com:443 2020/05/17 00:07:22 [Info] [1196002851] v2ray.com/core/proxy/freedom: opening connection to tcp:af.opera.com:443 2020/05/17 00:07:22 [Info] [1196002851] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:af.opera.com:443 2020/05/17 00:07:39 [Info] [1196002851] v2ray.com/core/common/mux: received request for tcp:speeddials.opera.com:443 2020/05/17 00:07:39 [Info] [1196002851] v2ray.com/core/app/dispatcher: default route for tcp:speeddials.opera.com:443 2020/05/17 00:07:39 [Info] [1196002851] v2ray.com/core/proxy/freedom: opening connection to tcp:speeddials.opera.com:443 2020/05/17 00:07:39 [Info] [1196002851] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speeddials.opera.com:443 2020/05/17 00:07:40 [Info] [1196002851] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:07:40 [Info] [1196002851] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe 2020/05/17 00:07:41 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:07:41 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:07:41 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:07:41 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:08:04 [Info] [1196002851] v2ray.com/core/common/mux: received request for tcp:v2.auc.avira.com:443 2020/05/17 00:08:04 [Info] [1196002851] v2ray.com/core/app/dispatcher: default route for tcp:v2.auc.avira.com:443 2020/05/17 00:08:04 [Info] [1196002851] v2ray.com/core/proxy/freedom: opening connection to tcp:v2.auc.avira.com:443 2020/05/17 00:08:04 [Info] [1196002851] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:v2.auc.avira.com:443 2020/05/17 00:08:22 [Info] [2289542525] v2ray.com/core/common/mux: received request for tcp:www.gstatic.com:443 2020/05/17 00:08:22 [Info] [2289542525] v2ray.com/core/app/dispatcher: default route for tcp:www.gstatic.com:443 2020/05/17 00:08:22 [Info] [2289542525] v2ray.com/core/proxy/freedom: opening connection to tcp:www.gstatic.com:443 2020/05/17 00:08:22 [Info] [2289542525] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.gstatic.com:443 2020/05/17 00:09:14 [Info] [1196002851] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1006 (abnormal closure): unexpected EOF 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: session 8 ends. > io: read/write on closed pipe 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: session 9 ends. > io: read/write on closed pipe 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: session 10 ends. > io: read/write on closed pipe 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: session 4 ends. > io: read/write on closed pipe 2020/05/17 00:09:28 [Info] [2289542525] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1006 (abnormal closure): unexpected EOF 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/common/mux: session 5 ends. > io: read/write on closed pipe 2020/05/17 00:09:56 [Info] [3433198534] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe

gaorui84 commented 4 years ago

第二台android客户端连接超时的服务器,webserver装的是Apache2,lsof -i:443结果同样是只有一大堆ESTABLISHED而没有CLOSE_WAIT,error.log内容比较丰富,连不通似乎与mux有关: 2020/05/17 00:02:27 [Debug] v2ray.com/core/app/log: Logger started 2020/05/17 00:02:27 [Debug] v2ray.com/core/app/proxyman/inbound: creating stream worker on 127.0.0.1:12345 2020/05/17 00:02:27 [Warning] v2ray.com/core: V2Ray 4.23.1 started 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/common/mux: received request for tcp:mtalk.google.com:5228 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/common/mux: received request for tcp:live.github.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/common/mux: received request for tcp:0.client-channel.google.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/proxy/freedom: opening connection to tcp:live.github.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:live.github.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/app/dispatcher: default route for tcp:0.client-channel.google.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/proxy/freedom: opening connection to tcp:0.client-channel.google.com:443 2020/05/17 00:02:32 [Info] [2288245025] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:0.client-channel.google.com:443 2020/05/17 00:02:44 [Info] [2288245025] v2ray.com/core/common/mux: received request for tcp:ssl.gstatic.com:443 2020/05/17 00:02:44 [Info] [2288245025] v2ray.com/core/app/dispatcher: default route for tcp:ssl.gstatic.com:443 2020/05/17 00:02:44 [Info] [2288245025] v2ray.com/core/proxy/freedom: opening connection to tcp:ssl.gstatic.com:443 2020/05/17 00:02:44 [Info] [2288245025] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ssl.gstatic.com:443 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1006 (abnormal closure): unexpected EOF 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe 2020/05/17 00:02:47 [Info] [2288245025] v2ray.com/core/common/mux: session 4 ends. > io: read/write on closed pipe

gaorui84 commented 4 years ago

第三台android客户端连接超时的服务器,webserver装的caddy,lsof -i:443结果是有一大堆ESTABLISHED和少量CLOSE_WAIT,error.log内容更复杂,看不出来是什么问题: 2020/05/17 00:11:11 [Debug] v2ray.com/core/app/log: Logger started 2020/05/17 00:11:11 [Debug] v2ray.com/core/app/proxyman/inbound: creating stream worker on 127.0.0.1:12345 2020/05/17 00:11:11 [Warning] v2ray.com/core: V2Ray 4.23.1 started 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:mtalk.google.com:5228 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:live.github.com:443 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:live.github.com:443 2020/05/17 00:11:11 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:live.github.com:443 2020/05/17 00:11:12 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:0.client-channel.google.com:443 2020/05/17 00:11:12 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:0.client-channel.google.com:443 2020/05/17 00:11:12 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:0.client-channel.google.com:443 2020/05/17 00:11:12 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:0.client-channel.google.com:443 2020/05/17 00:11:15 [Info] [3679934089] v2ray.com/core/proxy/vmess/inbound: received request for tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [3679934089] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [3679934089] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [3679934089] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [2984535515] v2ray.com/core/proxy/vmess/inbound: received request for tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [2984535515] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [2984535515] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/17 00:11:15 [Info] [2984535515] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/17 00:11:16 [Info] [3090443092] v2ray.com/core/proxy/vmess/inbound: received request for tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3090443092] v2ray.com/core/app/dispatcher: default route for tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3090443092] v2ray.com/core/proxy/freedom: opening connection to tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3090443092] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3212449191] v2ray.com/core/proxy/vmess/inbound: received request for tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3212449191] v2ray.com/core/app/dispatcher: default route for tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3212449191] v2ray.com/core/proxy/freedom: opening connection to tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:16 [Info] [3212449191] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:bifrost.vivaldi.com:15674 2020/05/17 00:11:23 [Info] [3212449191] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:11:23 [Info] [3212449191] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled 2020/05/17 00:11:26 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:lh3.googleusercontent.com:443 2020/05/17 00:11:26 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:lh3.googleusercontent.com:443 2020/05/17 00:11:26 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:lh3.googleusercontent.com:443 2020/05/17 00:11:26 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:lh3.googleusercontent.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:chat-pa.clients6.google.com:443 2020/05/17 00:11:34 [Info] [476903904] v2ray.com/core/proxy/vmess/inbound: received request for tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [476903904] v2ray.com/core/app/dispatcher: default route for tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [476903904] v2ray.com/core/proxy/freedom: opening connection to tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [476903904] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [2398717353] v2ray.com/core/proxy/vmess/inbound: received request for tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [2398717353] v2ray.com/core/app/dispatcher: default route for tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [2398717353] v2ray.com/core/proxy/freedom: opening connection to tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:34 [Info] [2398717353] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:googleads.g.doubleclick.net:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:clients6.google.com:443 2020/05/17 00:11:47 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients6.google.com:443 2020/05/17 00:12:09 [Info] [2092353551] v2ray.com/core/proxy/vmess/inbound: received request for tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2092353551] v2ray.com/core/app/dispatcher: default route for tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2092353551] v2ray.com/core/proxy/freedom: opening connection to tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2092353551] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2010853658] v2ray.com/core/proxy/vmess/inbound: received request for tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2010853658] v2ray.com/core/app/dispatcher: default route for tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2010853658] v2ray.com/core/proxy/freedom: opening connection to tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:09 [Info] [2010853658] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:safebrowsing.googleapis.com:443 2020/05/17 00:12:52 [Info] [2253678795] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 00:12:52 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:ssl.gstatic.com:443 2020/05/17 00:12:52 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:ssl.gstatic.com:443 2020/05/17 00:12:52 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:ssl.gstatic.com:443 2020/05/17 00:12:52 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ssl.gstatic.com:443 2020/05/17 00:12:58 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:toutyrater.github.io:443 2020/05/17 00:12:58 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:toutyrater.github.io:443 2020/05/17 00:12:58 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:toutyrater.github.io:443 2020/05/17 00:12:58 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:toutyrater.github.io:443 2020/05/17 00:13:02 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:clients2.google.com:443 2020/05/17 00:13:02 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:clients2.google.com:443 2020/05/17 00:13:02 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:clients2.google.com:443 2020/05/17 00:13:02 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients2.google.com:443 2020/05/17 00:13:04 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:v2.auc.avira.com:443 2020/05/17 00:13:04 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:v2.auc.avira.com:443 2020/05/17 00:13:04 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:v2.auc.avira.com:443 2020/05/17 00:13:04 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:v2.auc.avira.com:443 2020/05/17 00:13:20 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:speeddials.opera.com:443 2020/05/17 00:13:20 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:speeddials.opera.com:443 2020/05/17 00:13:20 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:speeddials.opera.com:443 2020/05/17 00:13:20 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speeddials.opera.com:443 2020/05/17 00:13:21 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:13:21 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:13:21 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:13:21 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:sd-suggestions.operacdn.com:443 2020/05/17 00:14:42 [Info] [2095485622] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [2095485622] v2ray.com/core/app/dispatcher: default route for tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [2095485622] v2ray.com/core/proxy/freedom: opening connection to tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [2095485622] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [3834278652] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [3834278652] v2ray.com/core/app/dispatcher: default route for tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [3834278652] v2ray.com/core/proxy/freedom: opening connection to tcp:clientservices.googleapis.com:443 2020/05/17 00:14:42 [Info] [3834278652] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clientservices.googleapis.com:443 2020/05/17 00:15:35 [Info] [476903904] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal) 2020/05/17 00:15:35 [Info] [476903904] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent 2020/05/17 00:15:35 [Info] [476903904] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:15:36 [Info] [2398717353] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:15:36 [Info] [2398717353] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled 2020/05/17 00:15:41 [Info] [158073332] v2ray.com/core/proxy/vmess/inbound: received request for tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [158073332] v2ray.com/core/app/dispatcher: default route for tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [158073332] v2ray.com/core/proxy/freedom: opening connection to tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [158073332] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [1981123079] v2ray.com/core/proxy/vmess/inbound: received request for tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [1981123079] v2ray.com/core/app/dispatcher: default route for tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [1981123079] v2ray.com/core/proxy/freedom: opening connection to tcp:update.googleapis.com:443 2020/05/17 00:15:41 [Info] [1981123079] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:update.googleapis.com:443 2020/05/17 00:15:42 [Info] [3834278652] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:15:42 [Info] [3834278652] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > io: read/write on closed pipe 2020/05/17 00:15:48 [Info] [536230108] v2ray.com/core/proxy/vmess/inbound: received request for tcp:redirector.gvt1.com:80 2020/05/17 00:15:48 [Info] [536230108] v2ray.com/core/app/dispatcher: default route for tcp:redirector.gvt1.com:80 2020/05/17 00:15:48 [Info] [536230108] v2ray.com/core/proxy/freedom: opening connection to tcp:redirector.gvt1.com:80 2020/05/17 00:15:48 [Info] [536230108] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:redirector.gvt1.com:80 2020/05/17 00:15:49 [Info] [536230108] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:15:49 [Info] [1790436916] v2ray.com/core/proxy/vmess/inbound: received request for tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:15:49 [Info] [1790436916] v2ray.com/core/app/dispatcher: default route for tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:15:49 [Info] [1790436916] v2ray.com/core/proxy/freedom: opening connection to tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:15:49 [Info] [1790436916] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:15:59 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:people-pa.clients6.google.com:443 2020/05/17 00:15:59 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:people-pa.clients6.google.com:443 2020/05/17 00:15:59 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:people-pa.clients6.google.com:443 2020/05/17 00:15:59 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:people-pa.clients6.google.com:443 2020/05/17 00:16:01 [Info] [4251063421] v2ray.com/core/proxy/vmess/inbound: received request for tcp:redirector.gvt1.com:80 2020/05/17 00:16:01 [Info] [4251063421] v2ray.com/core/app/dispatcher: default route for tcp:redirector.gvt1.com:80 2020/05/17 00:16:01 [Info] [4251063421] v2ray.com/core/proxy/freedom: opening connection to tcp:redirector.gvt1.com:80 2020/05/17 00:16:01 [Info] [4251063421] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:redirector.gvt1.com:80 2020/05/17 00:16:01 [Info] [4251063421] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:01 [Info] [3553922913] v2ray.com/core/proxy/vmess/inbound: received request for tcp:r3---sn-n4v7knlk.gvt1.com:80 2020/05/17 00:16:01 [Info] [3553922913] v2ray.com/core/app/dispatcher: default route for tcp:r3---sn-n4v7knlk.gvt1.com:80 2020/05/17 00:16:01 [Info] [3553922913] v2ray.com/core/proxy/freedom: opening connection to tcp:r3---sn-n4v7knlk.gvt1.com:80 2020/05/17 00:16:01 [Info] [3553922913] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:r3---sn-n4v7knlk.gvt1.com:80 2020/05/17 00:16:08 [Info] [355181511] v2ray.com/core/proxy/vmess/inbound: received request for tcp:redirector.gvt1.com:80 2020/05/17 00:16:08 [Info] [355181511] v2ray.com/core/app/dispatcher: default route for tcp:redirector.gvt1.com:80 2020/05/17 00:16:08 [Info] [355181511] v2ray.com/core/proxy/freedom: opening connection to tcp:redirector.gvt1.com:80 2020/05/17 00:16:08 [Info] [355181511] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:redirector.gvt1.com:80 2020/05/17 00:16:08 [Info] [355181511] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:08 [Info] [1827178491] v2ray.com/core/proxy/vmess/inbound: received request for tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:16:08 [Info] [1827178491] v2ray.com/core/app/dispatcher: default route for tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:16:08 [Info] [1827178491] v2ray.com/core/proxy/freedom: opening connection to tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:16:08 [Info] [1827178491] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:r3---sn-n4v7sn7z.gvt1.com:80 2020/05/17 00:16:09 [Info] [2092353551] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal) 2020/05/17 00:16:09 [Info] [2092353551] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent 2020/05/17 00:16:09 [Info] [2092353551] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:10 [Info] [2010853658] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:10 [Info] [2010853658] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled 2020/05/17 00:16:12 [Info] [1811854254] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:12 [Info] [1811854254] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:12 [Info] [1811854254] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:12 [Info] [1811854254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:12 [Info] [1811854254] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:19 [Info] [2585892641] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:19 [Info] [2585892641] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:19 [Info] [2585892641] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:19 [Info] [2585892641] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:19 [Info] [2585892641] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:24 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:hangouts.google.com:443 2020/05/17 00:16:24 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:hangouts.google.com:443 2020/05/17 00:16:24 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:hangouts.google.com:443 2020/05/17 00:16:24 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:hangouts.google.com:443 2020/05/17 00:16:26 [Info] [2253678795] v2ray.com/core/common/mux: received request for tcp:lh3.googleusercontent.com:443 2020/05/17 00:16:26 [Info] [2253678795] v2ray.com/core/app/dispatcher: default route for tcp:lh3.googleusercontent.com:443 2020/05/17 00:16:26 [Info] [2253678795] v2ray.com/core/proxy/freedom: opening connection to tcp:lh3.googleusercontent.com:443 2020/05/17 00:16:26 [Info] [2253678795] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:lh3.googleusercontent.com:443 2020/05/17 00:16:28 [Info] [2606134059] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:28 [Info] [2606134059] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:28 [Info] [2606134059] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:28 [Info] [2606134059] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:28 [Info] [2606134059] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:29 [Info] [1510404169] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:29 [Info] [1510404169] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:29 [Info] [1510404169] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:29 [Info] [1510404169] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:29 [Info] [1510404169] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:36 [Info] [3284938897] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:36 [Info] [3284938897] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:36 [Info] [3284938897] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:36 [Info] [3284938897] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:36 [Info] [3284938897] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:38 [Info] [925407654] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:38 [Info] [925407654] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:38 [Info] [925407654] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:38 [Info] [925407654] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:43 [Info] [1151374190] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:43 [Info] [1151374190] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:43 [Info] [1151374190] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:43 [Info] [1151374190] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:44 [Info] [75723710] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:44 [Info] [75723710] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:44 [Info] [75723710] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:44 [Info] [75723710] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:45 [Info] [75723710] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:46 [Info] [4178726610] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:46 [Info] [4178726610] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:46 [Info] [4178726610] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:46 [Info] [4178726610] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:46 [Info] [4178726610] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:47 [Info] [366111553] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:47 [Info] [366111553] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:47 [Info] [366111553] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:47 [Info] [366111553] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:48 [Info] [366111553] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:49 [Info] [4152349567] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:49 [Info] [4152349567] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:49 [Info] [4152349567] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:49 [Info] [4152349567] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:49 [Info] [4152349567] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:50 [Info] [690051985] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:50 [Info] [690051985] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:50 [Info] [690051985] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:50 [Info] [690051985] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:16:51 [Info] [690051985] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:16:51 [Info] [2391441585] v2ray.com/core/proxy/vmess/inbound: received request for tcp:storage.googleapis.com:80 2020/05/17 00:16:51 [Info] [2391441585] v2ray.com/core/app/dispatcher: default route for tcp:storage.googleapis.com:80 2020/05/17 00:16:51 [Info] [2391441585] v2ray.com/core/proxy/freedom: opening connection to tcp:storage.googleapis.com:80 2020/05/17 00:16:51 [Info] [2391441585] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:storage.googleapis.com:80 2020/05/17 00:17:03 [Info] [3218748710] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ent-shasta-rrs.symantec.com:443 2020/05/17 00:17:03 [Info] [3218748710] v2ray.com/core/app/dispatcher: default route for tcp:ent-shasta-rrs.symantec.com:443 2020/05/17 00:17:03 [Info] [3218748710] v2ray.com/core/proxy/freedom: opening connection to tcp:ent-shasta-rrs.symantec.com:443 2020/05/17 00:17:03 [Info] [3218748710] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ent-shasta-rrs.symantec.com:443 2020/05/17 00:17:04 [Info] [3218748710] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal) 2020/05/17 00:17:04 [Info] [3218748710] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent 2020/05/17 00:17:04 [Info] [3218748710] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:17:37 [Info] [1931755166] v2ray.com/core/proxy/vmess/inbound: received request for tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [1931755166] v2ray.com/core/app/dispatcher: default route for tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [1931755166] v2ray.com/core/proxy/freedom: opening connection to tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [1931755166] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [3041366688] v2ray.com/core/proxy/vmess/inbound: received request for tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [3041366688] v2ray.com/core/app/dispatcher: default route for tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [3041366688] v2ray.com/core/proxy/freedom: opening connection to tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:37 [Info] [3041366688] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:bifrost.vivaldi.com:443 2020/05/17 00:17:59 [Info] [3041366688] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:17:59 [Info] [3041366688] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled 2020/05/17 00:18:01 [Info] [1931755166] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 00:18:01 [Info] [1931755166] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled 2020/05/17 00:18:04 [Info] [134407938] v2ray.com/core/common/mux: received request for tcp:v2.auc.avira.com:443 2020/05/17 00:18:04 [Info] [134407938] v2ray.com/core/app/dispatcher: default route for tcp:v2.auc.avira.com:443 2020/05/17 00:18:04 [Info] [134407938] v2ray.com/core/proxy/freedom: opening connection to tcp:v2.auc.avira.com:443 2020/05/17 00:18:04 [Info] [134407938] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:v2.auc.avira.com:443

gaorui84 commented 4 years ago

注:PC客户端默认开启Mux连接所有服务器都没问题,Android端连不上的服务器无论是否打开Mux均无法连通。

gaorui84 commented 4 years ago

最后,那台tcp+tls服务器的error.log如下: 2020/05/17 00:44:04 [Debug] v2ray.com/core/app/log: Logger started 2020/05/17 00:44:04 [Debug] v2ray.com/core/app/proxyman/inbound: creating stream worker on 127.0.0.1:12345 2020/05/17 00:44:04 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 127.0.0.1:12345 2020/05/17 00:44:04 [Warning] v2ray.com/core: V2Ray 4.23.1 started 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:mtalk.google.com:5228 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:0.client-channel.google.com:443 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:5228 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:0.client-channel.google.com:443 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:0.client-channel.google.com:443 2020/05/17 01:03:15 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:0.client-channel.google.com:443 2020/05/17 01:03:18 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:www.google.com:443 2020/05/17 01:03:18 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443 2020/05/17 01:03:18 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443 2020/05/17 01:03:18 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443 2020/05/17 01:03:19 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:ping.pe:80 2020/05/17 01:03:19 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:ping.pe:80 2020/05/17 01:03:19 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:ping.pe:80 2020/05/17 01:03:19 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ping.pe:80 2020/05/17 01:03:20 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:ping.pe:80 2020/05/17 01:03:20 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:ping.pe:80 2020/05/17 01:03:20 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:ping.pe:80 2020/05/17 01:03:20 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ping.pe:80 2020/05/17 01:03:21 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:www.google-analytics.com:443 2020/05/17 01:03:21 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:www.google-analytics.com:443 2020/05/17 01:03:21 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google-analytics.com:443 2020/05/17 01:03:21 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google-analytics.com:443 2020/05/17 01:03:23 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:stats.g.doubleclick.net:443 2020/05/17 01:03:23 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:stats.g.doubleclick.net:443 2020/05/17 01:03:23 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:stats.g.doubleclick.net:443 2020/05/17 01:03:23 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:stats.g.doubleclick.net:443 2020/05/17 01:03:24 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:clients2.google.com:443 2020/05/17 01:03:24 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:clients2.google.com:443 2020/05/17 01:03:24 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:clients2.google.com:443 2020/05/17 01:03:24 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients2.google.com:443 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/common/mux: received request for tcp:af.opera.com:443 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/common/mux: received request for tcp:ping.pe:80 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/app/dispatcher: default route for tcp:af.opera.com:443 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/proxy/freedom: opening connection to tcp:af.opera.com:443 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:af.opera.com:443 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/app/dispatcher: default route for tcp:ping.pe:80 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/proxy/freedom: opening connection to tcp:ping.pe:80 2020/05/17 01:03:30 [Info] [3819660599] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ping.pe:80 2020/05/17 01:03:30 [Info] [1618411149] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled 2020/05/17 01:03:30 [Info] [1618411149] v2ray.com/core/common/mux: session 5 ends. > io: read/write on closed pipe 2020/05/17 01:03:48 [Info] [1618411149] v2ray.com/core/common/mux: received request for tcp:mail.google.com:443 2020/05/17 01:03:48 [Info] [1618411149] v2ray.com/core/app/dispatcher: default route for tcp:mail.google.com:443 2020/05/17 01:03:48 [Info] [1618411149] v2ray.com/core/proxy/freedom: opening connection to tcp:mail.google.com:443 2020/05/17 01:03:48 [Info] [1618411149] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mail.google.com:443 2020/05/17 01:04:19 [Info] [3327487086] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24776 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24776: i/o timeout 2020/05/17 01:04:20 [Info] [102721452] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24778 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24778: i/o timeout 2020/05/17 01:04:21 [Info] [3988690693] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24782 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24782: i/o timeout 2020/05/17 01:04:21 [Info] [407972856] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24784 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24784: i/o timeout 2020/05/17 01:04:21 [Info] [1933590472] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24786 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24786: i/o timeout 2020/05/17 01:04:22 [Info] [1115721443] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24790 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24790: i/o timeout 2020/05/17 01:04:22 [Info] [2634495470] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24792 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24792: i/o timeout 2020/05/17 01:04:22 [Info] [2211220316] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24794 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24794: i/o timeout 2020/05/17 01:04:23 [Info] [1316436147] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24796 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24796: i/o timeout 2020/05/17 01:04:23 [Info] [975980431] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24800 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24800: i/o timeout 2020/05/17 01:04:23 [Info] [2319674218] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24802 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24802: i/o timeout 2020/05/17 01:04:24 [Info] [1351074297] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24806 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24806: i/o timeout 2020/05/17 01:04:24 [Info] [3819660599] v2ray.com/core/common/mux: received request for tcp:www.gstatic.com:443 2020/05/17 01:04:24 [Info] [3819660599] v2ray.com/core/app/dispatcher: default route for tcp:www.gstatic.com:443 2020/05/17 01:04:24 [Info] [3819660599] v2ray.com/core/proxy/freedom: opening connection to tcp:www.gstatic.com:443 2020/05/17 01:04:24 [Info] [3819660599] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.gstatic.com:443 2020/05/17 01:04:24 [Info] [3035373317] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24808 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24808: i/o timeout 2020/05/17 01:04:24 [Info] [3119560649] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24810 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24810: i/o timeout 2020/05/17 01:04:25 [Info] [3158170181] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24812 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24812: i/o timeout 2020/05/17 01:04:25 [Info] [1298046493] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24814 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24814: i/o timeout 2020/05/17 01:04:25 [Info] [2309367912] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24816 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24816: i/o timeout 2020/05/17 01:04:25 [Info] [461569532] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24820 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24820: i/o timeout 2020/05/17 01:04:26 [Info] [57629997] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24822 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24822: i/o timeout 2020/05/17 01:04:27 [Info] [1545599234] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24828 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24828: i/o timeout 2020/05/17 01:04:28 [Info] [1160496385] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24832 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24832: i/o timeout 2020/05/17 01:04:28 [Info] [714090768] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24834 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24834: i/o timeout 2020/05/17 01:04:29 [Info] [3015259803] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24838 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24838: i/o timeout 2020/05/17 01:04:29 [Info] [2037725291] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24842 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24842: i/o timeout 2020/05/17 01:04:29 [Info] [2227300177] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24844 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24844: i/o timeout 2020/05/17 01:04:30 [Info] [3786052633] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24848 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24848: i/o timeout 2020/05/17 01:04:30 [Info] [3694851295] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24850 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24850: i/o timeout 2020/05/17 01:04:30 [Info] [459057203] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 127.0.0.1:24854 > v2ray.com/core/proxy/vmess/encoding: failed to read request header > read tcp 127.0.0.1:12345->127.0.0.1:24854: i/o timeout

liberal-boy commented 4 years ago

没有证据表明这个问题是由本项目引起的,请向相关客户端反馈。