Skip to content

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

Closed
@KyonLi

Description

@KyonLi
  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 日志。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions