Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.37 freedom协议网页加载缓慢 #1250

Closed
KyonLi opened this issue Aug 31, 2018 · 25 comments
Closed

3.37 freedom协议网页加载缓慢 #1250

KyonLi opened this issue Aug 31, 2018 · 25 comments

Comments

@KyonLi
Copy link

KyonLi commented Aug 31, 2018

  1. 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明)

    3.37 mipsle arm64

  2. 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。

    路由器透明代理,gfwlist域名路由到vmess outbound,其余路由到freedom outbound

  3. 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)

    路由到freedom的请求响应缓慢,比如用手机打开一个Hybrid App(比如京东金融)页面加载缓慢,要30秒左右才能加载出一个页面,3.36版本只需要3秒左右。而路由到vmess outbound的请求比如twitter速度与3.36感觉不到明显差异。

  4. 你期待看到的正确表现是怎样的?

    freedom outbound和3.36版本加载速度相同

  5. 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

    服务器端配置:

    // 服务器无关
客户端配置:
{
    "log": {
        "loglevel": "debug",
        "error": "/opt/var/log/v2ray/error.log"
    },
    "inbound": {
        "port": 12345,
        "protocol": "dokodemo-door",
        "settings": {
            "network": "tcp",
            "followRedirect": true
        },
        "sniffing": {
            "enabled": true,
            "destOverride": [
                "http",
                "tls"
            ]
        }
    },
    "outbound": {
        "protocol": "freedom",
        "settings": {},
        "tag": "direct"
    },
    "outboundDetour": [
        {
            "protocol": "vmess",
            "settings": {
                "vnext": [
                    {
                        "address": "123.123.123.123",
                        "port": 1234,
                        "users": [
                            {
                                "id": "xxxxxxxxxxxxxxxxxx",
                                "alterId": 64,
                                "level": 1
                            }
                        ]
                    }
                ]
            },
            "tag": "proxy"
        }
    ],
    "routing": {
        "strategy": "rules",
        "settings": {
            "rules": [
                {
                    "type": "field",
                    "ip": [
                        "91.108.4.0/22",
                        "91.108.8.0/21",
                        "91.108.16.0/21",
                        "91.108.36.0/23",
                        "91.108.56.0/22",
                        "109.239.140.0/24",
                        "149.154.160.0/20"
                    ],
                    "outboundTag": "proxy"
                },
                {
                    "type": "field",
                    "domain": [
                        "geosite:googlecn"
                    ],
                    "outboundTag": "direct"
                },
                {
                    "type": "field",
                    "domain": [
                        "geosite:gfwlist"
                    ],
                    "outboundTag": "proxy"
                }
            ]
        }
    }
}
  1. 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。

    服务器端错误日志:

客户端错误日志:

3.37版本

2018/08/31 06:56:28 [Debug] App|Log: Logger started
2018/08/31 06:56:28 [Warning] Core: V2Ray v3.37 started
2018/08/31 06:56:29 [Debug] [941630824] Proxy|Dokodemo: processing connection from: 192.168.99.42:51042
2018/08/31 06:56:29 [Info] [941630824] App|Dispatcher: default route for tcp:36.110.187.64:8183
2018/08/31 06:56:29 [Info] [941630824] Proxy|Freedom: opening connection to tcp:36.110.187.64:8183
2018/08/31 06:56:29 [Info] [941630824] Transport|Internet|TCP: dialing TCP to tcp:36.110.187.64:8183
2018/08/31 06:56:33 [Debug] [3856080109] Proxy|Dokodemo: processing connection from: 192.168.99.42:58331
2018/08/31 06:56:33 [Info] [3856080109] App|Dispatcher: sniffed domain: ms.jr.jd.com
2018/08/31 06:56:33 [Info] [3856080109] App|Dispatcher: default route for tcp:ms.jr.jd.com:443
2018/08/31 06:56:33 [Info] [3856080109] Proxy|Freedom: opening connection to tcp:ms.jr.jd.com:443
2018/08/31 06:56:33 [Info] [3856080109] Transport|Internet|TCP: dialing TCP to tcp:ms.jr.jd.com:443
2018/08/31 06:56:34 [Debug] [1040985088] Proxy|Dokodemo: processing connection from: 192.168.99.29:62991
2018/08/31 06:56:34 [Info] [1040985088] App|Dispatcher: sniffed domain: gs-loc.apple.com
2018/08/31 06:56:34 [Info] [1040985088] App|Dispatcher: default route for tcp:gs-loc.apple.com:443
2018/08/31 06:56:34 [Info] [1040985088] Proxy|Freedom: opening connection to tcp:gs-loc.apple.com:443
2018/08/31 06:56:34 [Info] [1040985088] Transport|Internet|TCP: dialing TCP to tcp:gs-loc.apple.com:443
2018/08/31 06:56:35 [Debug] [3809956815] Proxy|Dokodemo: processing connection from: 192.168.99.29:62992
2018/08/31 06:56:35 [Info] [3809956815] App|Dispatcher: sniffed domain: gs-loc.apple.com
2018/08/31 06:56:35 [Info] [3809956815] App|Dispatcher: default route for tcp:gs-loc.apple.com:443
2018/08/31 06:56:35 [Info] [3809956815] Proxy|Freedom: opening connection to tcp:gs-loc.apple.com:443
2018/08/31 06:56:35 [Info] [3809956815] Transport|Internet|TCP: dialing TCP to tcp:gs-loc.apple.com:443
2018/08/31 06:56:35 [Debug] [1913259385] Proxy|Dokodemo: processing connection from: 192.168.99.29:62993
2018/08/31 06:56:35 [Info] [1913259385] App|Dispatcher: sniffed domain: gs-loc.apple.com
2018/08/31 06:56:35 [Info] [1913259385] App|Dispatcher: default route for tcp:gs-loc.apple.com:443
2018/08/31 06:56:35 [Info] [1913259385] Proxy|Freedom: opening connection to tcp:gs-loc.apple.com:443
2018/08/31 06:56:35 [Info] [1913259385] Transport|Internet|TCP: dialing TCP to tcp:gs-loc.apple.com:443
2018/08/31 06:56:39 [Debug] [2577482686] Proxy|Dokodemo: processing connection from: 192.168.99.42:58332
2018/08/31 06:56:39 [Info] [2577482686] App|Dispatcher: sniffed domain: un.m.jd.com
2018/08/31 06:56:39 [Info] [2577482686] App|Dispatcher: default route for tcp:un.m.jd.com:443
2018/08/31 06:56:39 [Info] [2577482686] Proxy|Freedom: opening connection to tcp:un.m.jd.com:443
2018/08/31 06:56:39 [Info] [2577482686] Transport|Internet|TCP: dialing TCP to tcp:un.m.jd.com:443
2018/08/31 06:56:39 [Debug] [1245971251] Proxy|Dokodemo: processing connection from: 192.168.99.42:58333
2018/08/31 06:56:39 [Info] [1245971251] App|Dispatcher: sniffed domain: punion.jdpay.com
2018/08/31 06:56:39 [Info] [1245971251] App|Dispatcher: default route for tcp:punion.jdpay.com:443
2018/08/31 06:56:39 [Info] [1245971251] Proxy|Freedom: opening connection to tcp:punion.jdpay.com:443
2018/08/31 06:56:39 [Info] [1245971251] Transport|Internet|TCP: dialing TCP to tcp:punion.jdpay.com:443
2018/08/31 06:56:39 [Info] [1245971251] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:56:39 [Debug] [357448423] Proxy|Dokodemo: processing connection from: 192.168.99.42:58334
2018/08/31 06:56:39 [Info] [357448423] App|Dispatcher: sniffed domain: home.jdpay.com
2018/08/31 06:56:39 [Info] [357448423] App|Dispatcher: default route for tcp:home.jdpay.com:443
2018/08/31 06:56:39 [Info] [357448423] Proxy|Freedom: opening connection to tcp:home.jdpay.com:443
2018/08/31 06:56:39 [Info] [357448423] Transport|Internet|TCP: dialing TCP to tcp:home.jdpay.com:443
2018/08/31 06:56:41 [Debug] [2837082201] Proxy|Dokodemo: processing connection from: 192.168.99.42:58335
2018/08/31 06:56:41 [Info] [2837082201] App|Dispatcher: sniffed domain: jrmfp.jr.jd.com
2018/08/31 06:56:41 [Info] [2837082201] App|Dispatcher: default route for tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:41 [Info] [2837082201] Proxy|Freedom: opening connection to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:41 [Info] [2837082201] Transport|Internet|TCP: dialing TCP to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:45 [Debug] [3152109324] Proxy|Dokodemo: processing connection from: 192.168.99.42:58336
2018/08/31 06:56:45 [Info] [3152109324] App|Dispatcher: sniffed domain: static.360buyimg.com
2018/08/31 06:56:45 [Info] [3152109324] App|Dispatcher: default route for tcp:static.360buyimg.com:443
2018/08/31 06:56:45 [Info] [3152109324] Proxy|Freedom: opening connection to tcp:static.360buyimg.com:443
2018/08/31 06:56:45 [Info] [3152109324] Transport|Internet|TCP: dialing TCP to tcp:static.360buyimg.com:443
2018/08/31 06:56:45 [Debug] [1061449891] Proxy|Dokodemo: processing connection from: 192.168.99.42:58337
2018/08/31 06:56:45 [Info] [1061449891] App|Dispatcher: sniffed domain: m.jr.jd.com
2018/08/31 06:56:45 [Info] [1061449891] App|Dispatcher: default route for tcp:m.jr.jd.com:443
2018/08/31 06:56:45 [Info] [1061449891] Proxy|Freedom: opening connection to tcp:m.jr.jd.com:443
2018/08/31 06:56:45 [Info] [1061449891] Transport|Internet|TCP: dialing TCP to tcp:m.jr.jd.com:443
2018/08/31 06:56:45 [Info] [1040985088] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:56:45 [Info] [1040985088] App|Proxyman|Inbound: connection ends > Proxy|Dokodemo: connection ends > Proxy|Dokodemo: failed to transport response > io: read/write on closed pipe
2018/08/31 06:56:45 [Info] [3809956815] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:56:45 [Info] [3809956815] App|Proxyman|Inbound: connection ends > Proxy|Dokodemo: connection ends > Proxy|Dokodemo: failed to transport response > io: read/write on closed pipe
2018/08/31 06:56:46 [Debug] [1766014122] Proxy|Dokodemo: processing connection from: 192.168.99.42:58338
2018/08/31 06:56:46 [Info] [1766014122] App|Dispatcher: sniffed domain: jrmfp.jr.jd.com
2018/08/31 06:56:46 [Info] [1766014122] App|Dispatcher: default route for tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [1766014122] Proxy|Freedom: opening connection to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [1766014122] Transport|Internet|TCP: dialing TCP to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Debug] [1113264228] Proxy|Dokodemo: processing connection from: 192.168.99.42:58340
2018/08/31 06:56:46 [Debug] [653656782] Proxy|Dokodemo: processing connection from: 192.168.99.42:58339
2018/08/31 06:56:46 [Info] [1113264228] App|Dispatcher: sniffed domain: jrmfp.jr.jd.com
2018/08/31 06:56:46 [Info] [1113264228] App|Dispatcher: default route for tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [1113264228] Proxy|Freedom: opening connection to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [1113264228] Transport|Internet|TCP: dialing TCP to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [653656782] App|Dispatcher: sniffed domain: jrmfp.jr.jd.com
2018/08/31 06:56:46 [Info] [653656782] App|Dispatcher: default route for tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [653656782] Proxy|Freedom: opening connection to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:46 [Info] [653656782] Transport|Internet|TCP: dialing TCP to tcp:jrmfp.jr.jd.com:443
2018/08/31 06:56:49 [Debug] [1288787780] Proxy|Dokodemo: processing connection from: 192.168.99.29:62994
2018/08/31 06:56:49 [Info] [1288787780] App|Dispatcher: sniffed domain: courier.push.apple.com
2018/08/31 06:56:49 [Info] [1288787780] App|Dispatcher: default route for tcp:courier.push.apple.com:5223
2018/08/31 06:56:49 [Info] [1288787780] Proxy|Freedom: opening connection to tcp:courier.push.apple.com:5223
2018/08/31 06:56:49 [Info] [1288787780] Transport|Internet|TCP: dialing TCP to tcp:courier.push.apple.com:5223
2018/08/31 06:56:50 [Debug] [3894691462] Proxy|Dokodemo: processing connection from: 192.168.99.42:58341
2018/08/31 06:56:50 [Info] [3894691462] App|Dispatcher: sniffed domain: jrclick.jd.com
2018/08/31 06:56:50 [Info] [3894691462] App|Dispatcher: default route for tcp:jrclick.jd.com:443
2018/08/31 06:56:50 [Info] [3894691462] Proxy|Freedom: opening connection to tcp:jrclick.jd.com:443
2018/08/31 06:56:50 [Info] [3894691462] Transport|Internet|TCP: dialing TCP to tcp:jrclick.jd.com:443
2018/08/31 06:56:50 [Debug] [2537396211] Proxy|Dokodemo: processing connection from: 192.168.99.42:58343
2018/08/31 06:56:50 [Debug] [1429909563] Proxy|Dokodemo: processing connection from: 192.168.99.42:58342
2018/08/31 06:56:50 [Info] [2537396211] App|Dispatcher: sniffed domain: ag.jd.com
2018/08/31 06:56:50 [Info] [2537396211] App|Dispatcher: default route for tcp:ag.jd.com:443
2018/08/31 06:56:50 [Info] [2537396211] Proxy|Freedom: opening connection to tcp:ag.jd.com:443
2018/08/31 06:56:50 [Info] [2537396211] Transport|Internet|TCP: dialing TCP to tcp:ag.jd.com:443
2018/08/31 06:56:50 [Info] [1429909563] App|Dispatcher: sniffed domain: jdjrflow.jd.com
2018/08/31 06:56:50 [Info] [1429909563] App|Dispatcher: default route for tcp:jdjrflow.jd.com:443
2018/08/31 06:56:50 [Info] [1429909563] Proxy|Freedom: opening connection to tcp:jdjrflow.jd.com:443
2018/08/31 06:56:50 [Info] [1429909563] Transport|Internet|TCP: dialing TCP to tcp:jdjrflow.jd.com:443
2018/08/31 06:56:50 [Debug] [2427992970] Proxy|Dokodemo: processing connection from: 192.168.99.42:58345
2018/08/31 06:56:50 [Debug] [303449490] Proxy|Dokodemo: processing connection from: 192.168.99.42:58344
2018/08/31 06:56:50 [Info] [2427992970] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:56:50 [Info] [2427992970] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:56:50 [Info] [2427992970] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:56:50 [Info] [2427992970] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:56:50 [Info] [303449490] App|Dispatcher: sniffed domain: jrappgw.jd.com
2018/08/31 06:56:50 [Info] [303449490] App|Dispatcher: default route for tcp:jrappgw.jd.com:443
2018/08/31 06:56:50 [Info] [303449490] Proxy|Freedom: opening connection to tcp:jrappgw.jd.com:443
2018/08/31 06:56:50 [Info] [303449490] Transport|Internet|TCP: dialing TCP to tcp:jrappgw.jd.com:443
2018/08/31 06:56:50 [Debug] [2695961837] Proxy|Dokodemo: processing connection from: 192.168.99.42:58346
2018/08/31 06:56:50 [Info] [2695961837] App|Dispatcher: sniffed domain: mercury.jd.com
2018/08/31 06:56:50 [Info] [2695961837] App|Dispatcher: default route for tcp:mercury.jd.com:443
2018/08/31 06:56:50 [Info] [2695961837] Proxy|Freedom: opening connection to tcp:mercury.jd.com:443
2018/08/31 06:56:50 [Info] [2695961837] Transport|Internet|TCP: dialing TCP to tcp:mercury.jd.com:443
2018/08/31 06:56:50 [Debug] [2301981214] Proxy|Dokodemo: processing connection from: 192.168.99.42:58347
2018/08/31 06:56:50 [Info] [2301981214] App|Dispatcher: sniffed domain: mercury.jd.com
2018/08/31 06:56:50 [Info] [2301981214] App|Dispatcher: default route for tcp:mercury.jd.com:443
2018/08/31 06:56:50 [Info] [2301981214] Proxy|Freedom: opening connection to tcp:mercury.jd.com:443
2018/08/31 06:56:50 [Info] [2301981214] Transport|Internet|TCP: dialing TCP to tcp:mercury.jd.com:443
2018/08/31 06:56:51 [Info] [1913259385] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:56:51 [Info] [1913259385] App|Proxyman|Inbound: connection ends > Proxy|Dokodemo: connection ends > context canceled
2018/08/31 06:56:55 [Info] [2427992970] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:56:55 [Debug] [2751121539] Proxy|Dokodemo: processing connection from: 192.168.99.42:58348
2018/08/31 06:56:55 [Info] [2751121539] App|Dispatcher: sniffed domain: jrclick.jd.com
2018/08/31 06:56:55 [Info] [2751121539] App|Dispatcher: default route for tcp:jrclick.jd.com:443
2018/08/31 06:56:55 [Info] [2751121539] Proxy|Freedom: opening connection to tcp:jrclick.jd.com:443
2018/08/31 06:56:55 [Info] [2751121539] Transport|Internet|TCP: dialing TCP to tcp:jrclick.jd.com:443
2018/08/31 06:57:01 [Debug] [803046046] Proxy|Dokodemo: processing connection from: 192.168.99.42:58349
2018/08/31 06:57:01 [Info] [803046046] App|Dispatcher: sniffed domain: m.jr.jd.com
2018/08/31 06:57:01 [Info] [803046046] App|Dispatcher: default route for tcp:m.jr.jd.com:443
2018/08/31 06:57:01 [Info] [803046046] Proxy|Freedom: opening connection to tcp:m.jr.jd.com:443
2018/08/31 06:57:01 [Info] [803046046] Transport|Internet|TCP: dialing TCP to tcp:m.jr.jd.com:443
2018/08/31 06:57:01 [Debug] [1358926519] Proxy|Dokodemo: processing connection from: 192.168.99.42:58350
2018/08/31 06:57:01 [Info] [1358926519] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:01 [Info] [1358926519] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1358926519] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1358926519] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Debug] [1941316374] Proxy|Dokodemo: processing connection from: 192.168.99.42:58352
2018/08/31 06:57:01 [Debug] [1914371898] Proxy|Dokodemo: processing connection from: 192.168.99.42:58351
2018/08/31 06:57:01 [Info] [1941316374] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:01 [Info] [1941316374] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1941316374] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1941316374] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1914371898] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:01 [Info] [1914371898] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1914371898] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1914371898] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Debug] [4169362663] Proxy|Dokodemo: processing connection from: 192.168.99.42:58353
2018/08/31 06:57:01 [Info] [4169362663] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:01 [Info] [4169362663] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [4169362663] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [4169362663] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [1358926519] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:01 [Debug] [3869904777] Proxy|Dokodemo: processing connection from: 192.168.99.42:58354
2018/08/31 06:57:01 [Info] [3869904777] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:01 [Info] [3869904777] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [3869904777] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:01 [Info] [3869904777] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3869904777] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Debug] [4195305960] Proxy|Dokodemo: processing connection from: 192.168.99.42:58355
2018/08/31 06:57:02 [Info] [4195305960] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:02 [Info] [4195305960] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [4195305960] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [4195305960] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [1914371898] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Debug] [3928036182] Proxy|Dokodemo: processing connection from: 192.168.99.42:58356
2018/08/31 06:57:02 [Info] [3928036182] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:02 [Info] [3928036182] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3928036182] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3928036182] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [1941316374] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Info] [4169362663] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Debug] [290734664] Proxy|Dokodemo: processing connection from: 192.168.99.42:58358
2018/08/31 06:57:02 [Debug] [2942930259] Proxy|Dokodemo: processing connection from: 192.168.99.42:58357
2018/08/31 06:57:02 [Info] [290734664] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:02 [Info] [290734664] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [290734664] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [290734664] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [2942930259] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:02 [Info] [2942930259] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [2942930259] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [2942930259] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [290734664] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Debug] [3319187838] Proxy|Dokodemo: processing connection from: 192.168.99.42:58359
2018/08/31 06:57:02 [Info] [3319187838] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:02 [Info] [3319187838] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3319187838] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3319187838] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [2942930259] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Info] [3928036182] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Debug] [3978225093] Proxy|Dokodemo: processing connection from: 192.168.99.42:58360
2018/08/31 06:57:02 [Info] [3978225093] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:02 [Info] [3978225093] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3978225093] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [3978225093] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:02 [Info] [4195305960] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Info] [3319187838] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:02 [Info] [3978225093] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:05 [Debug] [2005843120] Proxy|Dokodemo: processing connection from: 192.168.99.42:58361
2018/08/31 06:57:05 [Info] [2005843120] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:05 [Info] [2005843120] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2005843120] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2005843120] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Debug] [3149229894] Proxy|Dokodemo: processing connection from: 192.168.99.42:58362
2018/08/31 06:57:05 [Info] [3149229894] App|Dispatcher: sniffed domain: im-x.jd.com
2018/08/31 06:57:05 [Info] [3149229894] App|Dispatcher: default route for tcp:im-x.jd.com:443
2018/08/31 06:57:05 [Info] [3149229894] Proxy|Freedom: opening connection to tcp:im-x.jd.com:443
2018/08/31 06:57:05 [Info] [3149229894] Transport|Internet|TCP: dialing TCP to tcp:im-x.jd.com:443
2018/08/31 06:57:05 [Debug] [2652119836] Proxy|Dokodemo: processing connection from: 192.168.99.42:58363
2018/08/31 06:57:05 [Info] [2652119836] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:05 [Info] [2652119836] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2652119836] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2652119836] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Debug] [3322985727] Proxy|Dokodemo: processing connection from: 192.168.99.42:58364
2018/08/31 06:57:05 [Info] [3322985727] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:05 [Info] [3322985727] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [3322985727] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [3322985727] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2005843120] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:05 [Info] [3149229894] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:05 [Debug] [2077897368] Proxy|Dokodemo: processing connection from: 192.168.99.42:58365
2018/08/31 06:57:05 [Info] [2077897368] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:05 [Info] [2077897368] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2077897368] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [2077897368] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:05 [Info] [3322985727] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:05 [Info] [2652119836] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:05 [Info] [2077897368] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:05 [Info] [2695961837] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:06 [Info] [2301981214] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:07 [Debug] [1948551477] Proxy|Dokodemo: processing connection from: 192.168.99.42:51043
2018/08/31 06:57:07 [Info] [1948551477] App|Dispatcher: sniffed domain: courier.push.apple.com
2018/08/31 06:57:07 [Info] [1948551477] App|Dispatcher: default route for tcp:courier.push.apple.com:5223
2018/08/31 06:57:07 [Info] [1948551477] Proxy|Freedom: opening connection to tcp:courier.push.apple.com:5223
2018/08/31 06:57:07 [Info] [1948551477] Transport|Internet|TCP: dialing TCP to tcp:courier.push.apple.com:5223
2018/08/31 06:57:09 [Debug] [2526760271] Proxy|Dokodemo: processing connection from: 192.168.99.42:58366
2018/08/31 06:57:09 [Info] [2526760271] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:09 [Info] [2526760271] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [2526760271] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [2526760271] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Debug] [1664520652] Proxy|Dokodemo: processing connection from: 192.168.99.42:58367
2018/08/31 06:57:09 [Info] [1664520652] App|Dispatcher: sniffed domain: im-x.jd.com
2018/08/31 06:57:09 [Info] [1664520652] App|Dispatcher: default route for tcp:im-x.jd.com:443
2018/08/31 06:57:09 [Info] [1664520652] Proxy|Freedom: opening connection to tcp:im-x.jd.com:443
2018/08/31 06:57:09 [Info] [1664520652] Transport|Internet|TCP: dialing TCP to tcp:im-x.jd.com:443
2018/08/31 06:57:09 [Debug] [2761108815] Proxy|Dokodemo: processing connection from: 192.168.99.42:58369
2018/08/31 06:57:09 [Debug] [419785485] Proxy|Dokodemo: processing connection from: 192.168.99.42:58368
2018/08/31 06:57:09 [Info] [2761108815] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:09 [Info] [2761108815] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [2761108815] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [2761108815] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [419785485] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:09 [Info] [419785485] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [419785485] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [419785485] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:09 [Info] [2526760271] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:09 [Info] [1664520652] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:09 [Info] [419785485] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:09 [Info] [2761108815] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 06:57:12 [Debug] [604491497] Proxy|Dokodemo: processing connection from: 192.168.99.42:58370
2018/08/31 06:57:12 [Info] [604491497] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 06:57:12 [Info] [604491497] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 06:57:12 [Info] [604491497] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 06:57:12 [Info] [604491497] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 06:57:15 [Debug] [322660047] Proxy|Dokodemo: processing connection from: 192.168.99.42:51044
2018/08/31 06:57:15 [Info] [322660047] App|Dispatcher: default route for tcp:14.18.245.247:80
2018/08/31 06:57:15 [Info] [322660047] Proxy|Freedom: opening connection to tcp:14.18.245.247:80
2018/08/31 06:57:15 [Info] [322660047] Transport|Internet|TCP: dialing TCP to tcp:14.18.245.247:80

3.36版本

2018/08/31 07:02:15 [Debug] App|Log: Logger started
2018/08/31 07:02:15 [Warning] Core: V2Ray v3.36 started
2018/08/31 07:02:21 [Debug] [1244744751] Proxy|Dokodemo: processing connection from: 192.168.99.42:58371
2018/08/31 07:02:21 [Info] [1244744751] App|Dispatcher: sniffed domain: httpdns.jdpay.com
2018/08/31 07:02:21 [Info] [1244744751] App|Dispatcher: default route for tcp:httpdns.jdpay.com:80
2018/08/31 07:02:21 [Info] [1244744751] Proxy|Freedom: opening connection to tcp:httpdns.jdpay.com:80
2018/08/31 07:02:21 [Info] [1244744751] Transport|Internet|TCP: dialing TCP to tcp:httpdns.jdpay.com:80
2018/08/31 07:02:21 [Debug] [4145272600] Proxy|Dokodemo: processing connection from: 192.168.99.42:51129
2018/08/31 07:02:21 [Debug] [1115445459] Proxy|Dokodemo: processing connection from: 192.168.99.42:51126
2018/08/31 07:02:21 [Debug] [3399200823] Proxy|Dokodemo: processing connection from: 192.168.99.42:51127
2018/08/31 07:02:21 [Debug] [2997860144] Proxy|Dokodemo: processing connection from: 192.168.99.42:51128
2018/08/31 07:02:21 [Info] [4145272600] App|Dispatcher: default route for tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [4145272600] Proxy|Freedom: opening connection to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [4145272600] Transport|Internet|TCP: dialing TCP to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [1115445459] App|Dispatcher: default route for tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [1115445459] Proxy|Freedom: opening connection to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [1115445459] Transport|Internet|TCP: dialing TCP to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [3399200823] App|Dispatcher: default route for tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [3399200823] Proxy|Freedom: opening connection to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [3399200823] Transport|Internet|TCP: dialing TCP to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [2997860144] App|Dispatcher: default route for tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [2997860144] Proxy|Freedom: opening connection to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Info] [2997860144] Transport|Internet|TCP: dialing TCP to tcp:36.110.188.191:443
2018/08/31 07:02:21 [Debug] [1089040761] Proxy|Dokodemo: processing connection from: 192.168.99.42:58372
2018/08/31 07:02:21 [Debug] [3440285214] Proxy|Dokodemo: processing connection from: 192.168.99.42:58373
2018/08/31 07:02:21 [Info] [1089040761] App|Dispatcher: sniffed domain: aks.jdpay.com
2018/08/31 07:02:21 [Info] [1089040761] App|Dispatcher: default route for tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [1089040761] Proxy|Freedom: opening connection to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [1089040761] Transport|Internet|TCP: dialing TCP to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [3440285214] App|Dispatcher: sniffed domain: iphone-ld.apple.com
2018/08/31 07:02:21 [Info] [3440285214] App|Dispatcher: default route for tcp:iphone-ld.apple.com:443
2018/08/31 07:02:21 [Info] [3440285214] Proxy|Freedom: opening connection to tcp:iphone-ld.apple.com:443
2018/08/31 07:02:21 [Info] [3440285214] Transport|Internet|TCP: dialing TCP to tcp:iphone-ld.apple.com:443
2018/08/31 07:02:21 [Debug] [477571991] Proxy|Dokodemo: processing connection from: 192.168.99.42:58376
2018/08/31 07:02:21 [Debug] [2316751712] Proxy|Dokodemo: processing connection from: 192.168.99.42:58374
2018/08/31 07:02:21 [Debug] [2162101959] Proxy|Dokodemo: processing connection from: 192.168.99.42:58375
2018/08/31 07:02:21 [Info] [477571991] App|Dispatcher: sniffed domain: init.ess.apple.com
2018/08/31 07:02:21 [Info] [477571991] App|Dispatcher: default route for tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [477571991] Proxy|Freedom: opening connection to tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [477571991] Transport|Internet|TCP: dialing TCP to tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [2316751712] App|Dispatcher: sniffed domain: init.ess.apple.com
2018/08/31 07:02:21 [Info] [2316751712] App|Dispatcher: default route for tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [2316751712] Proxy|Freedom: opening connection to tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [2316751712] Transport|Internet|TCP: dialing TCP to tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [2162101959] App|Dispatcher: sniffed domain: init.ess.apple.com
2018/08/31 07:02:21 [Info] [2162101959] App|Dispatcher: default route for tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [2162101959] Proxy|Freedom: opening connection to tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [2162101959] Transport|Internet|TCP: dialing TCP to tcp:init.ess.apple.com:80
2018/08/31 07:02:21 [Info] [3399200823] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:21 [Info] [1244744751] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:21 [Debug] [747018921] Proxy|Dokodemo: processing connection from: 192.168.99.42:58385
2018/08/31 07:02:21 [Debug] [3761226039] Proxy|Dokodemo: processing connection from: 192.168.99.42:58377
2018/08/31 07:02:21 [Debug] [847422867] Proxy|Dokodemo: processing connection from: 192.168.99.42:58378
2018/08/31 07:02:21 [Debug] [1408792462] Proxy|Dokodemo: processing connection from: 192.168.99.42:58379
2018/08/31 07:02:21 [Debug] [4202928173] Proxy|Dokodemo: processing connection from: 192.168.99.42:58380
2018/08/31 07:02:21 [Debug] [1917832141] Proxy|Dokodemo: processing connection from: 192.168.99.42:58381
2018/08/31 07:02:21 [Debug] [1624318150] Proxy|Dokodemo: processing connection from: 192.168.99.42:58382
2018/08/31 07:02:21 [Debug] [3804376135] Proxy|Dokodemo: processing connection from: 192.168.99.42:58383
2018/08/31 07:02:21 [Debug] [3943202693] Proxy|Dokodemo: processing connection from: 192.168.99.42:58384
2018/08/31 07:02:21 [Info] [747018921] App|Dispatcher: sniffed domain: ms.jr.jd.com
2018/08/31 07:02:21 [Info] [747018921] App|Dispatcher: default route for tcp:ms.jr.jd.com:80
2018/08/31 07:02:21 [Info] [747018921] Proxy|Freedom: opening connection to tcp:ms.jr.jd.com:80
2018/08/31 07:02:21 [Info] [747018921] Transport|Internet|TCP: dialing TCP to tcp:ms.jr.jd.com:80
2018/08/31 07:02:21 [Info] [3761226039] App|Dispatcher: sniffed domain: aks.jdpay.com
2018/08/31 07:02:21 [Info] [3761226039] App|Dispatcher: default route for tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [3761226039] Proxy|Freedom: opening connection to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [3761226039] Transport|Internet|TCP: dialing TCP to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [847422867] App|Dispatcher: sniffed domain: aks.jdpay.com
2018/08/31 07:02:21 [Info] [847422867] App|Dispatcher: default route for tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [847422867] Proxy|Freedom: opening connection to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [847422867] Transport|Internet|TCP: dialing TCP to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [1408792462] App|Dispatcher: sniffed domain: aks.jdpay.com
2018/08/31 07:02:21 [Info] [1408792462] App|Dispatcher: default route for tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [1408792462] Proxy|Freedom: opening connection to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [1408792462] Transport|Internet|TCP: dialing TCP to tcp:aks.jdpay.com:443
2018/08/31 07:02:21 [Info] [4202928173] App|Dispatcher: sniffed domain: ms.jr.jd.com
2018/08/31 07:02:22 [Debug] [1377328167] Proxy|Dokodemo: processing connection from: 192.168.99.42:58386
2018/08/31 07:02:22 [Debug] [1663225678] Proxy|Dokodemo: processing connection from: 192.168.99.42:51130
2018/08/31 07:02:22 [Debug] [3033578061] Proxy|Dokodemo: processing connection from: 192.168.99.42:51131
2018/08/31 07:02:22 [Info] [1377328167] App|Dispatcher: sniffed domain: aks.jdpay.com
2018/08/31 07:02:22 [Info] [1377328167] App|Dispatcher: default route for tcp:aks.jdpay.com:443
2018/08/31 07:02:22 [Info] [1377328167] Proxy|Freedom: opening connection to tcp:aks.jdpay.com:443
2018/08/31 07:02:22 [Info] [1377328167] Transport|Internet|TCP: dialing TCP to tcp:aks.jdpay.com:443
2018/08/31 07:02:22 [Info] [1663225678] App|Dispatcher: default route for tcp:36.110.188.191:443
2018/08/31 07:02:22 [Info] [1663225678] Proxy|Freedom: opening connection to tcp:36.110.188.191:443
2018/08/31 07:02:22 [Info] [1663225678] Transport|Internet|TCP: dialing TCP to tcp:36.110.188.191:443
2018/08/31 07:02:22 [Info] [3033578061] App|Dispatcher: default route for tcp:36.110.188.191:443
2018/08/31 07:02:22 [Info] [3033578061] Proxy|Freedom: opening connection to tcp:36.110.188.191:443
2018/08/31 07:02:22 [Info] [3033578061] Transport|Internet|TCP: dialing TCP to tcp:36.110.188.191:443
2018/08/31 07:02:22 [Debug] [3687145229] Proxy|Dokodemo: processing connection from: 192.168.99.42:58387
2018/08/31 07:02:22 [Info] [3687145229] App|Dispatcher: sniffed domain: ios.bugly.qq.com
2018/08/31 07:02:22 [Info] [3687145229] App|Dispatcher: default route for tcp:ios.bugly.qq.com:443
2018/08/31 07:02:22 [Info] [3687145229] Proxy|Freedom: opening connection to tcp:ios.bugly.qq.com:443
2018/08/31 07:02:22 [Info] [3687145229] Transport|Internet|TCP: dialing TCP to tcp:ios.bugly.qq.com:443
2018/08/31 07:02:22 [Info] [4145272600] App|Proxyman|Inbound: connection ends > Proxy|Dokodemo: connection ends > Proxy|Dokodemo: failed to transport response > write tcp 192.168.99.1:12345->192.168.99.42:51129: write: broken pipe
2018/08/31 07:02:22 [Info] [4145272600] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:22 [Debug] [3484218061] Proxy|Dokodemo: processing connection from: 192.168.99.42:58388
2018/08/31 07:02:22 [Info] [3484218061] App|Dispatcher: sniffed domain: jrmfp.jr.jd.com
2018/08/31 07:02:22 [Info] [3484218061] App|Dispatcher: default route for tcp:jrmfp.jr.jd.com:443
2018/08/31 07:02:22 [Info] [3484218061] Proxy|Freedom: opening connection to tcp:jrmfp.jr.jd.com:443
2018/08/31 07:02:22 [Info] [3484218061] Transport|Internet|TCP: dialing TCP to tcp:jrmfp.jr.jd.com:443
2018/08/31 07:02:22 [Info] [2997860144] App|Proxyman|Inbound: connection ends > Proxy|Dokodemo: connection ends > Proxy|Dokodemo: failed to transport response > writev tcp 192.168.99.1:12345->192.168.99.42:51128: writev: broken pipe
2018/08/31 07:02:22 [Debug] [191885351] Proxy|Dokodemo: processing connection from: 192.168.99.42:58389
2018/08/31 07:02:22 [Info] [191885351] App|Dispatcher: sniffed domain: jrmfp.jr.jd.com
2018/08/31 07:02:22 [Info] [191885351] App|Dispatcher: default route for tcp:jrmfp.jr.jd.com:443
2018/08/31 07:02:22 [Info] [191885351] Proxy|Freedom: opening connection to tcp:jrmfp.jr.jd.com:443
2018/08/31 07:02:22 [Info] [191885351] Transport|Internet|TCP: dialing TCP to tcp:jrmfp.jr.jd.com:443
2018/08/31 07:02:22 [Info] [3033578061] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:22 [Info] [1663225678] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:22 [Info] [1115445459] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:22 [Debug] [611106120] Proxy|Dokodemo: processing connection from: 192.168.99.42:51132
2018/08/31 07:02:22 [Info] [611106120] App|Dispatcher: default route for tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [611106120] Proxy|Freedom: opening connection to tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [611106120] Transport|Internet|TCP: dialing TCP to tcp:111.202.65.200:443
2018/08/31 07:02:22 [Debug] [2999447327] Proxy|Dokodemo: processing connection from: 192.168.99.42:51133
2018/08/31 07:02:22 [Info] [2999447327] App|Dispatcher: default route for tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [2999447327] Proxy|Freedom: opening connection to tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [2999447327] Transport|Internet|TCP: dialing TCP to tcp:111.202.65.200:443
2018/08/31 07:02:22 [Debug] [2361225227] Proxy|Dokodemo: processing connection from: 192.168.99.42:51134
2018/08/31 07:02:22 [Info] [2361225227] App|Dispatcher: default route for tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [2361225227] Proxy|Freedom: opening connection to tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [2361225227] Transport|Internet|TCP: dialing TCP to tcp:111.202.65.200:443
2018/08/31 07:02:22 [Info] [2999447327] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:22 [Info] [611106120] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:23 [Info] [2361225227] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:25 [Debug] [4169141862] Proxy|Dokodemo: processing connection from: 192.168.99.42:51135
2018/08/31 07:02:25 [Info] [4169141862] App|Dispatcher: sniffed domain: courier.push.apple.com
2018/08/31 07:02:25 [Info] [4169141862] App|Dispatcher: default route for tcp:courier.push.apple.com:443
2018/08/31 07:02:25 [Info] [4169141862] Proxy|Freedom: opening connection to tcp:courier.push.apple.com:443
2018/08/31 07:02:25 [Info] [4169141862] Transport|Internet|TCP: dialing TCP to tcp:courier.push.apple.com:443
2018/08/31 07:02:26 [Debug] [1657592088] Proxy|Dokodemo: processing connection from: 192.168.99.42:58390
2018/08/31 07:02:26 [Info] [1657592088] App|Dispatcher: sniffed domain: saturn.jd.com
2018/08/31 07:02:26 [Info] [1657592088] App|Dispatcher: default route for tcp:saturn.jd.com:443
2018/08/31 07:02:26 [Info] [1657592088] Proxy|Freedom: opening connection to tcp:saturn.jd.com:443
2018/08/31 07:02:26 [Info] [1657592088] Transport|Internet|TCP: dialing TCP to tcp:saturn.jd.com:443
2018/08/31 07:02:26 [Info] [1657592088] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:27 [Debug] [3270676530] Proxy|Dokodemo: processing connection from: 192.168.99.42:58391
2018/08/31 07:02:27 [Info] [3270676530] App|Dispatcher: sniffed domain: ms.jr.jd.com
2018/08/31 07:02:27 [Info] [3270676530] App|Dispatcher: default route for tcp:ms.jr.jd.com:443
2018/08/31 07:02:27 [Info] [3270676530] Proxy|Freedom: opening connection to tcp:ms.jr.jd.com:443
2018/08/31 07:02:27 [Info] [3270676530] Transport|Internet|TCP: dialing TCP to tcp:ms.jr.jd.com:443
2018/08/31 07:02:27 [Debug] [599681505] Proxy|Dokodemo: processing connection from: 192.168.99.42:58392
2018/08/31 07:02:27 [Info] [599681505] App|Dispatcher: sniffed domain: un.m.jd.com
2018/08/31 07:02:27 [Info] [599681505] App|Dispatcher: default route for tcp:un.m.jd.com:443
2018/08/31 07:02:27 [Info] [599681505] Proxy|Freedom: opening connection to tcp:un.m.jd.com:443
2018/08/31 07:02:27 [Info] [599681505] Transport|Internet|TCP: dialing TCP to tcp:un.m.jd.com:443
2018/08/31 07:02:27 [Debug] [1819861568] Proxy|Dokodemo: processing connection from: 192.168.99.42:58393
2018/08/31 07:02:27 [Info] [1819861568] App|Dispatcher: sniffed domain: punion.jdpay.com
2018/08/31 07:02:27 [Info] [1819861568] App|Dispatcher: default route for tcp:punion.jdpay.com:443
2018/08/31 07:02:27 [Info] [1819861568] Proxy|Freedom: opening connection to tcp:punion.jdpay.com:443
2018/08/31 07:02:27 [Info] [1819861568] Transport|Internet|TCP: dialing TCP to tcp:punion.jdpay.com:443
2018/08/31 07:02:27 [Info] [1819861568] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:27 [Debug] [909591389] Proxy|Dokodemo: processing connection from: 192.168.99.42:58394
2018/08/31 07:02:27 [Info] [909591389] App|Dispatcher: sniffed domain: home.jdpay.com
2018/08/31 07:02:27 [Info] [909591389] App|Dispatcher: default route for tcp:home.jdpay.com:443
2018/08/31 07:02:27 [Info] [909591389] Proxy|Freedom: opening connection to tcp:home.jdpay.com:443
2018/08/31 07:02:27 [Info] [909591389] Transport|Internet|TCP: dialing TCP to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Debug] [69767098] Proxy|Dokodemo: processing connection from: 192.168.99.42:58396
2018/08/31 07:02:28 [Debug] [260849679] Proxy|Dokodemo: processing connection from: 192.168.99.42:58395
2018/08/31 07:02:28 [Info] [69767098] App|Dispatcher: sniffed domain: home.jdpay.com
2018/08/31 07:02:28 [Info] [69767098] App|Dispatcher: default route for tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [69767098] Proxy|Freedom: opening connection to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [69767098] Transport|Internet|TCP: dialing TCP to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [260849679] App|Dispatcher: sniffed domain: home.jdpay.com
2018/08/31 07:02:28 [Info] [260849679] App|Dispatcher: default route for tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [260849679] Proxy|Freedom: opening connection to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [260849679] Transport|Internet|TCP: dialing TCP to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Debug] [3655817374] Proxy|Dokodemo: processing connection from: 192.168.99.42:58397
2018/08/31 07:02:28 [Info] [3655817374] App|Dispatcher: sniffed domain: home.jdpay.com
2018/08/31 07:02:28 [Info] [3655817374] App|Dispatcher: default route for tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [3655817374] Proxy|Freedom: opening connection to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Info] [3655817374] Transport|Internet|TCP: dialing TCP to tcp:home.jdpay.com:443
2018/08/31 07:02:28 [Debug] [120576744] Proxy|Dokodemo: processing connection from: 192.168.99.42:58398
2018/08/31 07:02:28 [Info] [120576744] App|Dispatcher: sniffed domain: static.360buyimg.com
2018/08/31 07:02:28 [Info] [120576744] App|Dispatcher: default route for tcp:static.360buyimg.com:443
2018/08/31 07:02:28 [Info] [120576744] Proxy|Freedom: opening connection to tcp:static.360buyimg.com:443
2018/08/31 07:02:28 [Info] [120576744] Transport|Internet|TCP: dialing TCP to tcp:static.360buyimg.com:443
2018/08/31 07:02:28 [Debug] [450132873] Proxy|Dokodemo: processing connection from: 192.168.99.42:58399
2018/08/31 07:02:28 [Info] [450132873] App|Dispatcher: sniffed domain: m.jr.jd.com
2018/08/31 07:02:28 [Info] [450132873] App|Dispatcher: default route for tcp:m.jr.jd.com:443
2018/08/31 07:02:28 [Info] [450132873] Proxy|Freedom: opening connection to tcp:m.jr.jd.com:443
2018/08/31 07:02:28 [Info] [450132873] Transport|Internet|TCP: dialing TCP to tcp:m.jr.jd.com:443
2018/08/31 07:02:28 [Debug] [1856176098] Proxy|Dokodemo: processing connection from: 192.168.99.42:58401
2018/08/31 07:02:28 [Debug] [1295814803] Proxy|Dokodemo: processing connection from: 192.168.99.42:58400
2018/08/31 07:02:28 [Info] [1856176098] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:28 [Info] [1856176098] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:28 [Info] [1856176098] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:28 [Info] [1856176098] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:28 [Info] [1295814803] App|Dispatcher: sniffed domain: jrclick.jd.com
2018/08/31 07:02:28 [Info] [1295814803] App|Dispatcher: default route for tcp:jrclick.jd.com:443
2018/08/31 07:02:28 [Info] [1295814803] Proxy|Freedom: opening connection to tcp:jrclick.jd.com:443
2018/08/31 07:02:28 [Info] [1295814803] Transport|Internet|TCP: dialing TCP to tcp:jrclick.jd.com:443
2018/08/31 07:02:28 [Debug] [665309974] Proxy|Dokodemo: processing connection from: 192.168.99.42:58405
2018/08/31 07:02:28 [Debug] [1205892188] Proxy|Dokodemo: processing connection from: 192.168.99.42:58402
2018/08/31 07:02:28 [Debug] [1463847626] Proxy|Dokodemo: processing connection from: 192.168.99.42:58403
2018/08/31 07:02:28 [Debug] [3657747349] Proxy|Dokodemo: processing connection from: 192.168.99.42:58404
2018/08/31 07:02:28 [Info] [665309974] App|Dispatcher: sniffed domain: mercury.jd.com
2018/08/31 07:02:28 [Info] [665309974] App|Dispatcher: default route for tcp:mercury.jd.com:443
2018/08/31 07:02:28 [Info] [665309974] Proxy|Freedom: opening connection to tcp:mercury.jd.com:443
2018/08/31 07:02:28 [Info] [665309974] Transport|Internet|TCP: dialing TCP to tcp:mercury.jd.com:443
2018/08/31 07:02:28 [Info] [1205892188] App|Dispatcher: sniffed domain: jdjrflow.jd.com
2018/08/31 07:02:28 [Info] [1205892188] App|Dispatcher: default route for tcp:jdjrflow.jd.com:443
2018/08/31 07:02:28 [Info] [1205892188] Proxy|Freedom: opening connection to tcp:jdjrflow.jd.com:443
2018/08/31 07:02:28 [Info] [1205892188] Transport|Internet|TCP: dialing TCP to tcp:jdjrflow.jd.com:443
2018/08/31 07:02:28 [Info] [1463847626] App|Dispatcher: sniffed domain: ag.jd.com
2018/08/31 07:02:28 [Info] [1463847626] App|Dispatcher: default route for tcp:ag.jd.com:443
2018/08/31 07:02:28 [Info] [1463847626] Proxy|Freedom: opening connection to tcp:ag.jd.com:443
2018/08/31 07:02:28 [Info] [1463847626] Transport|Internet|TCP: dialing TCP to tcp:ag.jd.com:443
2018/08/31 07:02:28 [Info] [3657747349] App|Dispatcher: sniffed domain: jrappgw.jd.com
2018/08/31 07:02:28 [Info] [3657747349] App|Dispatcher: default route for tcp:jrappgw.jd.com:443
2018/08/31 07:02:28 [Info] [3657747349] Proxy|Freedom: opening connection to tcp:jrappgw.jd.com:443
2018/08/31 07:02:28 [Info] [3657747349] Transport|Internet|TCP: dialing TCP to tcp:jrappgw.jd.com:443
2018/08/31 07:02:28 [Info] [1856176098] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:28 [Debug] [595314764] Proxy|Dokodemo: processing connection from: 192.168.99.42:58406
2018/08/31 07:02:28 [Info] [595314764] App|Dispatcher: sniffed domain: mercury.jd.com
2018/08/31 07:02:28 [Info] [595314764] App|Dispatcher: default route for tcp:mercury.jd.com:443
2018/08/31 07:02:28 [Info] [595314764] Proxy|Freedom: opening connection to tcp:mercury.jd.com:443
2018/08/31 07:02:28 [Info] [595314764] Transport|Internet|TCP: dialing TCP to tcp:mercury.jd.com:443
2018/08/31 07:02:28 [Debug] [1281360706] Proxy|Dokodemo: processing connection from: 192.168.99.42:58407
2018/08/31 07:02:28 [Info] [1281360706] App|Dispatcher: sniffed domain: jrclick.jd.com
2018/08/31 07:02:28 [Info] [1281360706] App|Dispatcher: default route for tcp:jrclick.jd.com:443
2018/08/31 07:02:28 [Info] [1281360706] Proxy|Freedom: opening connection to tcp:jrclick.jd.com:443
2018/08/31 07:02:28 [Info] [1281360706] Transport|Internet|TCP: dialing TCP to tcp:jrclick.jd.com:443
2018/08/31 07:02:28 [Debug] [52013349] Proxy|Dokodemo: processing connection from: 192.168.99.42:58408
2018/08/31 07:02:28 [Info] [52013349] App|Dispatcher: sniffed domain: m.jr.jd.com
2018/08/31 07:02:28 [Info] [52013349] App|Dispatcher: default route for tcp:m.jr.jd.com:443
2018/08/31 07:02:28 [Info] [52013349] Proxy|Freedom: opening connection to tcp:m.jr.jd.com:443
2018/08/31 07:02:28 [Info] [52013349] Transport|Internet|TCP: dialing TCP to tcp:m.jr.jd.com:443
2018/08/31 07:02:29 [Debug] [3244718912] Proxy|Dokodemo: processing connection from: 192.168.99.42:58412
2018/08/31 07:02:29 [Debug] [2136070262] Proxy|Dokodemo: processing connection from: 192.168.99.42:58409
2018/08/31 07:02:29 [Debug] [2412368920] Proxy|Dokodemo: processing connection from: 192.168.99.42:58410
2018/08/31 07:02:29 [Debug] [3399817063] Proxy|Dokodemo: processing connection from: 192.168.99.42:58411
2018/08/31 07:02:29 [Info] [3244718912] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [3244718912] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3244718912] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3244718912] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2136070262] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [2136070262] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2136070262] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2136070262] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2412368920] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [2412368920] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2412368920] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2412368920] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3399817063] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [3399817063] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3399817063] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3399817063] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3399817063] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Info] [3244718912] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Debug] [859408604] Proxy|Dokodemo: processing connection from: 192.168.99.42:58413
2018/08/31 07:02:29 [Info] [2412368920] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Debug] [4092035805] Proxy|Dokodemo: processing connection from: 192.168.99.42:58414
2018/08/31 07:02:29 [Info] [4092035805] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [4092035805] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [4092035805] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [4092035805] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2136070262] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Info] [859408604] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [859408604] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [859408604] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [859408604] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Debug] [2104776372] Proxy|Dokodemo: processing connection from: 192.168.99.42:58416
2018/08/31 07:02:29 [Debug] [2354033345] Proxy|Dokodemo: processing connection from: 192.168.99.42:58415
2018/08/31 07:02:29 [Info] [2104776372] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [2104776372] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2104776372] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2104776372] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2354033345] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [2354033345] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2354033345] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2354033345] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2104776372] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Debug] [611286889] Proxy|Dokodemo: processing connection from: 192.168.99.42:58417
2018/08/31 07:02:29 [Info] [611286889] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [611286889] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [611286889] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [611286889] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [2354033345] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Info] [859408604] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Debug] [3460114008] Proxy|Dokodemo: processing connection from: 192.168.99.42:58418
2018/08/31 07:02:29 [Info] [3460114008] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [3460114008] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3460114008] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [3460114008] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [4092035805] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Debug] [1196082360] Proxy|Dokodemo: processing connection from: 192.168.99.42:58419
2018/08/31 07:02:29 [Info] [1196082360] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:29 [Info] [1196082360] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [1196082360] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [1196082360] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:29 [Info] [611286889] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Info] [1196082360] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:29 [Info] [3460114008] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:33 [Debug] [123711557] Proxy|Dokodemo: processing connection from: 192.168.99.42:58420
2018/08/31 07:02:33 [Info] [123711557] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:33 [Info] [123711557] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [123711557] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [123711557] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Debug] [1563457982] Proxy|Dokodemo: processing connection from: 192.168.99.42:58421
2018/08/31 07:02:33 [Info] [1563457982] App|Dispatcher: sniffed domain: im-x.jd.com
2018/08/31 07:02:33 [Info] [1563457982] App|Dispatcher: default route for tcp:im-x.jd.com:443
2018/08/31 07:02:33 [Info] [1563457982] Proxy|Freedom: opening connection to tcp:im-x.jd.com:443
2018/08/31 07:02:33 [Info] [1563457982] Transport|Internet|TCP: dialing TCP to tcp:im-x.jd.com:443
2018/08/31 07:02:33 [Debug] [1123935705] Proxy|Dokodemo: processing connection from: 192.168.99.42:58422
2018/08/31 07:02:33 [Info] [1123935705] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:33 [Info] [1123935705] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [1123935705] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [1123935705] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Debug] [872650555] Proxy|Dokodemo: processing connection from: 192.168.99.42:58423
2018/08/31 07:02:33 [Info] [872650555] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:33 [Info] [872650555] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [872650555] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [872650555] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:33 [Info] [123711557] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:33 [Info] [1563457982] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:33 [Info] [872650555] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:33 [Info] [1123935705] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2018/08/31 07:02:34 [Debug] [3436213732] Proxy|Dokodemo: processing connection from: 192.168.99.42:58424
2018/08/31 07:02:34 [Info] [3436213732] App|Dispatcher: sniffed domain: oriondm.jd.com
2018/08/31 07:02:34 [Info] [3436213732] App|Dispatcher: default route for tcp:oriondm.jd.com:443
2018/08/31 07:02:34 [Info] [3436213732] Proxy|Freedom: opening connection to tcp:oriondm.jd.com:443
2018/08/31 07:02:34 [Info] [3436213732] Transport|Internet|TCP: dialing TCP to tcp:oriondm.jd.com:443
2018/08/31 07:02:34 [Info] [3436213732] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
  1. 请附上访问日志。在 Linux 中,日志通常在 /var/log/v2ray/access.log 文件中。
    // 在这里附上服务器端日志
  1. 其它相关的配置文件(如 Nginx)和相关日志。

  2. 如果 V2Ray 无法启动,请附上 --test 输出。

通常的命令为 /usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.json。请按实际情况修改。

  1. 如果 V2Ray 服务运行不正常,请附上 journal 日志。
@VictoriaRaymond
Copy link
Member

从log来看dokodemo收到新连接的时间间隔延长了,3.36的间隔大约在1秒左右,而3.37会有3、4秒的间隔。而dokodemo<->freedom这一段没有明显差异。原因暂时不明。

可能的话请贴一段3.37访问Twitter或其它通过proxy的流量时的log,同时请观察一下路由器的CPU负载。

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018

@VictoriaRaymond 谢谢回复,下面是访问Twitter的日志

2018/08/31 08:40:06 [Debug] App|Log: Logger started
2018/08/31 08:40:06 [Warning] Core: V2Ray v3.37 started
2018/08/31 08:40:07 [Debug] [3811299425] Proxy|Dokodemo: processing connection from: 192.168.99.42:58707
2018/08/31 08:40:07 [Info] [3811299425] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:07 [Info] [3811299425] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:07 [Info] [3811299425] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Info] [3811299425] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Debug] [2123095542] Proxy|Dokodemo: processing connection from: 192.168.99.42:58709
2018/08/31 08:40:08 [Debug] [1816896660] Proxy|Dokodemo: processing connection from: 192.168.99.42:58708
2018/08/31 08:40:08 [Info] [2123095542] App|Dispatcher: sniffed domain: pbs.twimg.com
2018/08/31 08:40:08 [Info] [2123095542] App|Dispatcher: taking detour [proxy] for [tcp:pbs.twimg.com:443]
2018/08/31 08:40:08 [Info] [2123095542] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Info] [1816896660] App|Dispatcher: sniffed domain: api.twitter.com
2018/08/31 08:40:08 [Info] [1816896660] App|Dispatcher: taking detour [proxy] for [tcp:api.twitter.com:443]
2018/08/31 08:40:08 [Info] [1816896660] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Debug] [747584262] Proxy|Dokodemo: processing connection from: 192.168.99.42:58710
2018/08/31 08:40:08 [Info] [747584262] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:08 [Info] [747584262] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:08 [Info] [747584262] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Info] [2123095542] Proxy|VMess|Outbound: tunneling request to tcp:pbs.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Info] [747584262] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:08 [Info] [1816896660] Proxy|VMess|Outbound: tunneling request to tcp:api.twitter.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:09 [Debug] [3196110291] Proxy|Dokodemo: processing connection from: 192.168.99.42:52034
2018/08/31 08:40:09 [Info] [3196110291] App|Dispatcher: sniffed domain: courier.push.apple.com
2018/08/31 08:40:09 [Info] [3196110291] App|Dispatcher: default route for tcp:courier.push.apple.com:5223
2018/08/31 08:40:09 [Info] [3196110291] Proxy|Freedom: opening connection to tcp:courier.push.apple.com:5223
2018/08/31 08:40:09 [Info] [3196110291] Transport|Internet|TCP: dialing TCP to tcp:courier.push.apple.com:5223
2018/08/31 08:40:10 [Debug] [1996811092] Proxy|Dokodemo: processing connection from: 192.168.99.42:58711
2018/08/31 08:40:10 [Info] [1996811092] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:10 [Info] [1996811092] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:10 [Info] [1996811092] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:10 [Info] [3811299425] App|Proxyman|Inbound: connection ends > Proxy|Dokodemo: connection ends > Proxy|Dokodemo: failed to transport response > writev tcp 192.168.99.1:12345->192.168.99.42:58707: writev: broken pipe
2018/08/31 08:40:10 [Info] [3811299425] App|Proxyman|Outbound: failed to process outbound traffic > Proxy|VMess|Outbound: connection ends > context canceled
2018/08/31 08:40:10 [Info] [1996811092] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:14 [Debug] [1907807162] Proxy|Dokodemo: processing connection from: 192.168.99.42:58712
2018/08/31 08:40:15 [Info] [1907807162] App|Dispatcher: sniffed domain: ton.twimg.com
2018/08/31 08:40:15 [Info] [1907807162] App|Dispatcher: taking detour [proxy] for [tcp:ton.twimg.com:443]
2018/08/31 08:40:15 [Info] [1907807162] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:16 [Info] [1907807162] Proxy|VMess|Outbound: tunneling request to tcp:ton.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:20 [Debug] [3842761058] Proxy|Dokodemo: processing connection from: 192.168.99.42:58713
2018/08/31 08:40:20 [Info] [3842761058] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:20 [Info] [3842761058] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:20 [Info] [3842761058] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:20 [Info] [3842761058] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:22 [Debug] [2281910002] Proxy|Dokodemo: processing connection from: 192.168.99.42:58714
2018/08/31 08:40:22 [Info] [2281910002] App|Dispatcher: sniffed domain: caps.twitter.com
2018/08/31 08:40:22 [Info] [2281910002] App|Dispatcher: taking detour [proxy] for [tcp:caps.twitter.com:443]
2018/08/31 08:40:22 [Info] [2281910002] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:22 [Debug] [3337337890] Proxy|Dokodemo: processing connection from: 192.168.99.42:58715
2018/08/31 08:40:22 [Info] [3337337890] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:22 [Info] [3337337890] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:22 [Info] [3337337890] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:23 [Info] [2281910002] Proxy|VMess|Outbound: tunneling request to tcp:caps.twitter.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:23 [Info] [3337337890] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:24 [Debug] [3105569081] Proxy|Dokodemo: processing connection from: 192.168.99.42:58716
2018/08/31 08:40:24 [Info] [3105569081] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:24 [Info] [3105569081] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:24 [Info] [3105569081] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:24 [Info] [3105569081] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:41 [Debug] [3401940459] Proxy|Dokodemo: processing connection from: 192.168.99.29:64537
2018/08/31 08:40:41 [Info] [3401940459] App|Dispatcher: sniffed domain: courier.push.apple.com
2018/08/31 08:40:41 [Info] [3401940459] App|Dispatcher: default route for tcp:courier.push.apple.com:5223
2018/08/31 08:40:41 [Info] [3401940459] Proxy|Freedom: opening connection to tcp:courier.push.apple.com:5223
2018/08/31 08:40:41 [Info] [3401940459] Transport|Internet|TCP: dialing TCP to tcp:courier.push.apple.com:5223
2018/08/31 08:40:43 [Debug] [3732359907] Proxy|Dokodemo: processing connection from: 192.168.99.42:58717
2018/08/31 08:40:43 [Info] [3732359907] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:43 [Info] [3732359907] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:43 [Info] [3732359907] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:43 [Info] [3732359907] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234
2018/08/31 08:40:46 [Debug] [3001100279] Proxy|Dokodemo: processing connection from: 192.168.99.42:58718
2018/08/31 08:40:46 [Info] [3001100279] App|Dispatcher: sniffed domain: video.twimg.com
2018/08/31 08:40:46 [Info] [3001100279] App|Dispatcher: taking detour [proxy] for [tcp:video.twimg.com:443]
2018/08/31 08:40:46 [Info] [3001100279] Transport|Internet|TCP: dialing TCP to tcp:123.123.123.123:1234
2018/08/31 08:40:46 [Info] [3001100279] Proxy|VMess|Outbound: tunneling request to tcp:video.twimg.com:443 via tcp:123.123.123.123:1234

CPU负载方面:快速刷twitter和google+,CPU峰值50%,大部分时间在20%~30%浮动,图片加载很顺畅。
刷国内社区,CPU峰值12%,跳动很剧烈,卡loading时没有出现负载暴增的情况,全程无占用100%

@VictoriaRaymond
Copy link
Member

Log看上去没有明显的问题。Freedom所有的流量都缓慢吗?刷新一下路由器的DNS缓存试试有没有效果。

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018

@VictoriaRaymond 京东金融必定会卡白屏很长时间,加载完成后退再进重复了7次也是同样,其他轻量些的不一定会慢,大概一半一半,退回3.36以后全都稳定不卡。

稍晚一些我会再测试重启路由器和浏览器测速。

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018

Chrome打开新浪首页,隐身模式+清空缓存并硬性重新加载

3.37
3 37

3.36
3 36

@VictoriaRaymond
Copy link
Member

你的路由器上有配置readv吗?https://v2ray.com/chapter_02/env.html#scatter-io

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018 via email

@VictoriaRaymond
Copy link
Member

我一会用Go 1.10重新编译一下3.37,来确定是不是Golang本身的问题。

@VictoriaRaymond
Copy link
Member

请试一下 3.37.4

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018

@VictoriaRaymond 3.37.4与3.36表现一致,Chrome加载时间相差不到一秒,app也不卡白屏

@VictoriaRaymond
Copy link
Member

你的路由器平台是mipsle还是arm64?mips的话,用的是_softfloat版本吗?

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018

两个架构都有,不是_softfloat版本

@KyonLi
Copy link
Author

KyonLi commented Aug 31, 2018

3.37.4是在arm64那台路由上测试的,之前的是在mipsle。3.37.0在arm64和mipsle都有加载缓慢问题。

@VictoriaRaymond
Copy link
Member

请试一下 3.37.5,修了一个Golang的编译环境的问题,但并不确定是不是导致这个 issue 的原因。

golang/go#27260

@KyonLi
Copy link
Author

KyonLi commented Sep 1, 2018

arm64 使用了8小时没有发现异常

@VictoriaRaymond
Copy link
Member

3.37.5吗

@KyonLi
Copy link
Author

KyonLi commented Sep 1, 2018 via email

@VictoriaRaymond
Copy link
Member

如果没有问题的话,先关掉了。

@KyonLi
Copy link
Author

KyonLi commented Sep 6, 2018

@VictoriaRaymond 3.38又变慢了,由于没有保留3.37.6的二进制,无法测试具体从哪个版本开始的

@KyonLi
Copy link
Author

KyonLi commented Sep 6, 2018

在ARM64路由器和Windows64上以下面配置同时运行3.36和3.38,浏览器设置socks代理进行测试,加载速度没有明显区别

{
    "log": {
        "loglevel": "none"
    },
    "inbound": {
        "listen": "0.0.0.0",
        "port": 3721,
        "protocol": "socks",
        "settings": {
            "auth": "noauth",
            "udp": true,
            "ip": "127.0.0.1",
            "userLevel": 1
        }
    },
    "outbound": {
        "protocol": "freedom",
        "settings": {}
    }
}

也许是dokodemo-door的问题?

@VictoriaRaymond
Copy link
Member

透明代理和socks的差别是,浏览器可能会复用socks连接,而透明代理有可能不会。你可以看一下路由器上连接的数量,有没有backlog之类的。

https://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/023/2333/2333s2.html

@ghost
Copy link

ghost commented Sep 17, 2018

+1
misple平台3.41 softfloat,从任意门进,凡是从freedom出去的网页加载速度都很慢很慢,但下载速度正常。从vmess出去的连接正常。

@DarienRaymond
Copy link
Contributor

你的系统有IPv6的地址吗?有的话你可以在freedom上配置一下sendThrough强制使用IPv4。

@ghost
Copy link

ghost commented Sep 20, 2018

你的系统有IPv6的地址吗?有的话你可以在freedom上配置一下sendThrough强制使用IPv4。

系统没有IPv6地址但开了IPv6
inet6 addr: ::1/128 Scope:Host inet6 addr: fe80::6853:b0dd:516e:12ba/64 Scope:Link
把IPv6禁掉
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1
或者加上"sendThrough": "0.0.0.0",
"outboundDetour": [{ "sendThrough": "0.0.0.0", "protocol": "freedom", "settings": { "domainStrategy": "UseIP" }, "tag": "direct" } ],

问题解决了
👍

@Cloudprogram
Copy link

你的系统有IPv6的地址吗?有的话你可以在freedom上配置一下sendThrough强制使用IPv4。

系统没有IPv6地址但开了IPv6
inet6 addr: ::1/128 Scope:Host inet6 addr: fe80::6853:b0dd:516e:12ba/64 Scope:Link
把IPv6禁掉
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1
或者加上"sendThrough": "0.0.0.0",
"outboundDetour": [{ "sendThrough": "0.0.0.0", "protocol": "freedom", "settings": { "domainStrategy": "UseIP" }, "tag": "direct" } ],

问题解决了

你是在vps禁止ipv6么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants