v2ray / v2ray-core

A platform for building proxies to bypass network restrictions.
https://www.v2ray.com/
MIT License
45.37k stars 8.94k forks source link

反向代理连接不稳定 断开连接后流量会持续几分钟 #1782

Closed andychen27 closed 4 years ago

andychen27 commented 5 years ago

提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。 如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用Discussion进行讨论。

1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 4.19.1 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 内网穿透+反向翻墙, 国内没有IP地址的服务器(A)通过国外服务器(B)反向代理实现反向翻墙, 手机(C)通过shadowrocket连接B 3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 启动A和B的v2ray, C连接B后可以成功反向翻墙, 用speedtest.net测试网速也可以正常连接, 速度大约4MB/s, 但是网速测试结束后会出现连接不稳定的情况, 即使在断开C和B的连接后, A和B之间的传输不会立刻终止, A的入站和出站速度会保值4MB/s, B只有入站速度4MB/s, A和B之间的传输会保持2-3分钟左右, 之后速度就会恢复正常 4) 你期待看到的正确表现是怎样的? 反相翻墙连接稳定, C和B的连接断开后, A和B之间的传输立即终止 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

A的配置(bridge):

{
  "log": {
    "loglevel": "debug",
    "access": "/var/log/v2ray/access2.log",
    "error": "/var/log/v2ray/error2.log"
  },
  "reverse": {
    "bridges": [
      {
        "tag": "bridge",
        "domain": "google.com"
      }
    ]
  },
  "outbounds": [
    {
      "tag": "bridgeout",
      "protocol": "freedom"
    },
    {
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "xxx.com",
            "port": 65105,
            "users": [
              {
                "id": "439dfa9a-73f0-424e-a426-0d6cad9dc89c",
                "alterId": 64
              }
            ]
          }
        ]
      },
      "tag": "interconn"
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "inboundTag": [
          "bridge"
        ],
        "domain": [
          "full:google.com"
        ],
        "outboundTag": "interconn"
      },
      {
        "type": "field",
        "inboundTag": [
          "bridge"
        ],
        "outboundTag": "bridgeout"
      }
    ]
  }
}

B的配置(portal):

{
  "log": {
    "loglevel": "debug",
    "access": "/var/log/v2ray/access2.log",
    "error": "/var/log/v2ray/error2.log"
  },
  "reverse": {
    "portals": [
      {
        "tag": "portal",
        "domain": "google.com"
      }
    ]
  },
  "inbounds": [
    {
      "tag": "portalin",
      "port": 65106,
      "protocol": "vmess",
      "settings": {
        "clients": [
          {
            "id": "198f5623-7ead-4327-ae63-4a804c005c01",
            "alterId": 64
          }
        ]
      }
    },
    {
      "port": 65105,
      "tag": "interconn",
      "protocol": "vmess",
      "settings": {
        "clients": [
          {
            "id": "439dfa9a-73f0-424e-a426-0d6cad9dc89c",
            "alterId": 64
          }
        ]
      }
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "inboundTag": [
          "portalin"
        ],
        "outboundTag": "portal"
      },
      {
        "type": "field",
        "inboundTag": [
          "interconn"
        ],
        "outboundTag": "portal"
      }
    ]
  }
}

C的配置(shadowrocket)

{
  "obfsParam" : "",
  "weight" : 1561493124,
  "allowInsecure" : false,
  "title" : "",
  "host" : "xxx.com",
  "ota" : false,
  "file" : "",
  "uuid" : "DB223E5D-7737-4DB8-AB26-5847D28267E7",
  "method" : "chacha20-poly1305",
  "flag" : "US",
  "obfs" : "none",
  "type" : "Vmess",
  "plugin" : "none",
  "user" : "",
  "protoParam" : "",
  "tls" : false,
  "port" : 65106,
  "proto" : "",
  "peer" : "",
  "password" : "198f5623-7ead-4327-ae63-4a804c005c01",
  "data" : "",
  "ping" : 102
}

6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。

A的错误日志:

2019/06/28 12:39:17 [Debug] v2ray.com/core/app/log: Logger started
2019/06/28 12:39:17 [Warning] v2ray.com/core: V2Ray 4.19.1 started
2019/06/28 12:39:17 [Info] v2ray.com/core/app/dispatcher: taking detour [interconn] for [tcp:google.com:0]
2019/06/28 12:39:17 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:17 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:17 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:18 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:19 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:20 [Warning] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 216.24.191.102:65105: connect: connection refused] > v2ray.com/core/common/retry: all retry attempts failed
2019/06/28 12:39:20 [Info] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/06/28 12:39:21 [Info] v2ray.com/core/app/dispatcher: taking detour [interconn] for [tcp:google.com:0]
2019/06/28 12:39:21 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:21 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:21 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:22 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 12:39:23 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:google.com:0 via tcp:xxx.com:65105
2019/06/28 12:39:23 [Info] v2ray.com/core/common/mux: received request for udp:reverse.internal.v2ray.com:0
2019/06/28 14:09:15 [Info] v2ray.com/core/common/mux: received request for tcp:gateway-carry.icloud.com:443
2019/06/28 14:09:15 [Info] v2ray.com/core/common/mux: received request for tcp:init-p01st.push.apple.com:80
2019/06/28 14:09:15 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:gateway-carry.icloud.com:443]
2019/06/28 14:09:15 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:gateway-carry.icloud.com:443
2019/06/28 14:09:15 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:gateway-carry.icloud.com:443
2019/06/28 14:09:15 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:init-p01st.push.apple.com:80]
2019/06/28 14:09:15 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:init-p01st.push.apple.com:80
2019/06/28 14:09:15 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:init-p01st.push.apple.com:80
2019/06/28 14:09:17 [Info] v2ray.com/core/common/mux: received request for tcp:limneos.net:80
2019/06/28 14:09:17 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:limneos.net:80]
2019/06/28 14:09:17 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:limneos.net:80
2019/06/28 14:09:17 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:limneos.net:80
2019/06/28 14:09:17 [Info] v2ray.com/core/common/mux: received request for tcp:3-courier.push.apple.com:5223
2019/06/28 14:09:17 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:3-courier.push.apple.com:5223]
2019/06/28 14:09:17 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:3-courier.push.apple.com:5223
2019/06/28 14:09:17 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:3-courier.push.apple.com:5223
2019/06/28 14:09:17 [Info] v2ray.com/core/common/mux: received request for tcp:limneos.net:80
2019/06/28 14:09:17 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:limneos.net:80]
2019/06/28 14:09:17 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:limneos.net:80
2019/06/28 14:09:17 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:limneos.net:80
2019/06/28 14:09:20 [Info] v2ray.com/core/common/mux: received request for tcp:itunes.apple.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:itunes.apple.com:443]
2019/06/28 14:09:20 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:itunes.apple.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:itunes.apple.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/common/mux: received request for tcp:p21-buy.itunes.apple.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:p21-buy.itunes.apple.com:443]
2019/06/28 14:09:20 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:p21-buy.itunes.apple.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:p21-buy.itunes.apple.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/common/mux: received request for tcp:m.optout.ziffdavis.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:m.optout.ziffdavis.com:443]
2019/06/28 14:09:20 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:m.optout.ziffdavis.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:m.optout.ziffdavis.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/common/mux: received request for tcp:www.googletagmanager.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:www.googletagmanager.com:443]
2019/06/28 14:09:20 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:www.googletagmanager.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.googletagmanager.com:443
2019/06/28 14:09:20 [Info] v2ray.com/core/common/mux: received request for tcp:www.speedtest.net:443
2019/06/28 14:09:20 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:www.speedtest.net:443]
2019/06/28 14:09:20 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:www.speedtest.net:443
2019/06/28 14:09:20 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.speedtest.net:443
2019/06/28 14:09:21 [Info] v2ray.com/core/common/mux: received request for tcp:zdbb.net:443
2019/06/28 14:09:21 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:zdbb.net:443]
2019/06/28 14:09:21 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:zdbb.net:443
2019/06/28 14:09:21 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:zdbb.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:ookla.speedtest.yhm01.as36472.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:sp1.mornington.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:sp1.mornington.ca:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:sp1.mornington.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:sp1.mornington.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ookla.speedtest.yhm01.as36472.net:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ookla.speedtest.yhm01.as36472.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ookla.speedtest.yhm01.as36472.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:neu-speedtest1.neustylesoftware.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:neu-speedtest1.neustylesoftware.ca:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:neu-speedtest1.neustylesoftware.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:neu-speedtest1.neustylesoftware.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest.netflash.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest.ezlink.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest.packetworks.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:spd1.standardbroadband.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest.netflash.net:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest.netflash.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest.netflash.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest.ezlink.ca:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest.packetworks.net:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest.ezlink.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest.ezlink.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest.packetworks.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest.packetworks.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:spd1.standardbroadband.ca:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:spd1.standardbroadband.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:spd1.standardbroadband.ca:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest.quadro.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:sp1.hcetelecom.com:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:sp1.hcetelecom.com:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest.quadro.net:8080]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:sp1.hcetelecom.com:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest.quadro.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:sp1.hcetelecom.com:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest.quadro.net:8080
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:mapi.speedtest.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:mapi.speedtest.net:443]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:mapi.speedtest.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mapi.speedtest.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.88-f.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.88-f.net:443]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.88-f.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.88-f.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/common/mux: received request for tcp:config.88-f.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:config.88-f.net:443]
2019/06/28 14:09:23 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:config.88-f.net:443
2019/06/28 14:09:23 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:config.88-f.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 13 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 22 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 16 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 18 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 17 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 15 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 21 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 20 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 19 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 14 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:srv.dc-1.net:443]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:srv.dc-1.net:443]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:ib.adnxs.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ib.adnxs.com:443]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ib.adnxs.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ib.adnxs.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:fastlane.rubiconproject.com:443]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ad-tag.inner-active.mobi:80]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: received request for tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ad-tag.inner-active.mobi:80]
2019/06/28 14:09:24 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:25 [Info] v2ray.com/core/common/mux: received request for tcp:eus.rubiconproject.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:eus.rubiconproject.com:443]
2019/06/28 14:09:25 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:eus.rubiconproject.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:eus.rubiconproject.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/common/mux: received request for tcp:ib.adnxs.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ib.adnxs.com:443]
2019/06/28 14:09:25 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ib.adnxs.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ib.adnxs.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/common/mux: received request for tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:fastlane.rubiconproject.com:443]
2019/06/28 14:09:25 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/common/mux: received request for tcp:sb.scorecardresearch.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:sb.scorecardresearch.com:443]
2019/06/28 14:09:25 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:sb.scorecardresearch.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:sb.scorecardresearch.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:25 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:25 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:26 [Info] v2ray.com/core/common/mux: received request for tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:26 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:googleads.g.doubleclick.net:443]
2019/06/28 14:09:26 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:26 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:26 [Info] v2ray.com/core/app/dispatcher: taking detour [interconn] for [tcp:google.com:0]
2019/06/28 14:09:26 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 14:09:26 [Info] v2ray.com/core/common/mux: received request for tcp:ssl.google-analytics.com:443
2019/06/28 14:09:26 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ssl.google-analytics.com:443]
2019/06/28 14:09:26 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ssl.google-analytics.com:443
2019/06/28 14:09:26 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ssl.google-analytics.com:443
2019/06/28 14:09:26 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:google.com:0 via tcp:xxx.com:65105
2019/06/28 14:09:26 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:26 [Info] v2ray.com/core/common/mux: session 27 ends. > io: read/write on closed pipe
2019/06/28 14:09:26 [Info] v2ray.com/core/common/mux: received request for udp:reverse.internal.v2ray.com:0
2019/06/28 14:09:27 [Info] v2ray.com/core/common/mux: received request for tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:googleads.g.doubleclick.net:443]
2019/06/28 14:09:27 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] v2ray.com/core/common/mux: received request for tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:pubads.g.doubleclick.net:443]
2019/06/28 14:09:27 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:27 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:27 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:27 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:28 [Info] v2ray.com/core/common/mux: received request for tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:28 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:c.amazon-adsystem.com:443]
2019/06/28 14:09:28 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:28 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:30 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:30 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:30 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:30 [Info] v2ray.com/core/common/mux: session 4 ends. > io: read/write on closed pipe
2019/06/28 14:09:32 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:32 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:32 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:32 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:39 [Info] v2ray.com/core/common/mux: received request for tcp:securepubads.g.doubleclick.net:443
2019/06/28 14:09:39 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:securepubads.g.doubleclick.net:443]
2019/06/28 14:09:39 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:securepubads.g.doubleclick.net:443
2019/06/28 14:09:39 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:securepubads.g.doubleclick.net:443
2019/06/28 14:09:39 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:39 [Info] v2ray.com/core/common/mux: received request for tcp:impression-east.liftoff.io:443
2019/06/28 14:09:39 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:39 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.liftoff.io:443
2019/06/28 14:09:39 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.liftoff.io:443
2019/06/28 14:09:39 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:impression-east.liftoff.io:443]
2019/06/28 14:09:39 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:impression-east.liftoff.io:443
2019/06/28 14:09:39 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:impression-east.liftoff.io:443
2019/06/28 14:09:39 [Info] v2ray.com/core/common/mux: received request for tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:39 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:c.amazon-adsystem.com:443]
2019/06/28 14:09:39 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:39 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:40 [Info] v2ray.com/core/common/mux: received request for tcp:pagead2.googlesyndication.com:443
2019/06/28 14:09:40 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:pagead2.googlesyndication.com:443]
2019/06/28 14:09:40 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:pagead2.googlesyndication.com:443
2019/06/28 14:09:40 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:pagead2.googlesyndication.com:443
2019/06/28 14:09:40 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/common/mux: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:cdn.liftoff.io:443
2019/06/28 14:09:42 [Info] v2ray.com/core/app/dispatcher: taking detour [interconn] for [tcp:google.com:0]
2019/06/28 14:09:42 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:xxx.com:65105
2019/06/28 14:09:42 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:google.com:0 via tcp:xxx.com:65105
2019/06/28 14:09:42 [Info] v2ray.com/core/common/mux: received request for udp:reverse.internal.v2ray.com:0
2019/06/28 14:09:42 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:42 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:42 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:45 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:45 [Info] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe
2019/06/28 14:09:46 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:46 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:46 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:47 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:47 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:48 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:48 [Info] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2019/06/28 14:09:49 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:49 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:49 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:49 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:49 [Info] v2ray.com/core/common/mux: received request for tcp:srv.dc-1.net:443
2019/06/28 14:09:49 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:srv.dc-1.net:443]
2019/06/28 14:09:49 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:srv.dc-1.net:443
2019/06/28 14:09:49 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:srv.dc-1.net:443
2019/06/28 14:09:50 [Info] v2ray.com/core/common/mux: received request for tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:50 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:fastlane.rubiconproject.com:443]
2019/06/28 14:09:50 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:50 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:51 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:51 [Info] v2ray.com/core/common/mux: received request for tcp:www.speedtest.net:443
2019/06/28 14:09:51 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:51 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:www.speedtest.net:443]
2019/06/28 14:09:51 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:51 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:51 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:www.speedtest.net:443
2019/06/28 14:09:51 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.speedtest.net:443
2019/06/28 14:09:52 [Info] v2ray.com/core/common/mux: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:52 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:52 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:52 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:52 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:52 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:52 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:52 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:52 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:52 [Info] v2ray.com/core/common/mux: session 8 ends. > io: read/write on closed pipe
2019/06/28 14:09:53 [Info] v2ray.com/core/common/mux: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:53 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:53 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:53 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:53 [Info] v2ray.com/core/common/mux: received request for tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:53 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:pubads.g.doubleclick.net:443]
2019/06/28 14:09:53 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:53 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:55 [Info] v2ray.com/core/common/mux: received request for tcp:fonts.googleapis.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:fonts.googleapis.com:443]
2019/06/28 14:09:55 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:fonts.googleapis.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:fonts.googleapis.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/common/mux: received request for tcp:lh3.googleusercontent.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:lh3.googleusercontent.com:443]
2019/06/28 14:09:55 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:lh3.googleusercontent.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:lh3.googleusercontent.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:55 [Info] v2ray.com/core/common/mux: session 8 ends. > io: read/write on closed pipe
2019/06/28 14:09:55 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:55 [Info] v2ray.com/core/common/mux: session 19 ends. > io: read/write on closed pipe
2019/06/28 14:09:55 [Info] v2ray.com/core/common/mux: received request for tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:tpc.googlesyndication.com:443]
2019/06/28 14:09:55 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/common/mux: received request for tcp:ib.adnxs.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ib.adnxs.com:443]
2019/06/28 14:09:55 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ib.adnxs.com:443
2019/06/28 14:09:55 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ib.adnxs.com:443
2019/06/28 14:09:56 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:56 [Info] v2ray.com/core/common/mux: session 34 ends. > io: read/write on closed pipe
2019/06/28 14:09:56 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:56 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:56 [Info] v2ray.com/core/common/mux: session 31 ends. > io: read/write on closed pipe
2019/06/28 14:09:56 [Info] v2ray.com/core/common/mux: session 32 ends. > io: read/write on closed pipe
2019/06/28 14:09:56 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:56 [Info] v2ray.com/core/common/mux: session 33 ends. > io: read/write on closed pipe
2019/06/28 14:09:57 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:57 [Info] v2ray.com/core/common/mux: session 11 ends. > io: read/write on closed pipe
2019/06/28 14:09:57 [Info] v2ray.com/core/common/mux: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:57 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] v2ray.com/core/common/mux: received request for tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:57 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:tpc.googlesyndication.com:443]
2019/06/28 14:09:57 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:57 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:57 [Info] v2ray.com/core/common/mux: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:57 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] v2ray.com/core/common/mux: received request for tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:57 [Info] v2ray.com/core/app/dispatcher: taking detour [bridgeout] for [tcp:ad-tag.inner-active.mobi:80]
2019/06/28 14:09:57 [Info] v2ray.com/core/proxy/freedom: opening connection to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:57 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 5 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 10 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 11 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 16 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 18 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 21 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 9 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 12 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 14 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 43 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 5 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 12 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 8 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 11 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 4 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 14 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 13 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 17 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 16 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 13 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 12 ends. > io: read/write on closed pipe
2019/06/28 14:10:00 [Info] v2ray.com/core/common/mux: session 15 ends. > io: read/write on closed pipe
2019/06/28 14:10:01 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:01 [Info] v2ray.com/core/common/mux: session 44 ends. > io: read/write on closed pipe
2019/06/28 14:10:02 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:02 [Info] v2ray.com/core/common/mux: session 15 ends. > io: read/write on closed pipe
2019/06/28 14:10:03 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:03 [Info] v2ray.com/core/common/mux: session 42 ends. > io: read/write on closed pipe
2019/06/28 14:10:04 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:04 [Info] v2ray.com/core/common/mux: session 45 ends. > io: read/write on closed pipe
2019/06/28 14:10:04 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:04 [Info] v2ray.com/core/common/mux: session 46 ends. > io: read/write on closed pipe
2019/06/28 14:10:04 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:04 [Info] v2ray.com/core/common/mux: session 10 ends. > io: read/write on closed pipe
2019/06/28 14:13:17 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:13:17 [Info] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe

B的错误日志:

2019/06/28 12:39:22 [Debug] v2ray.com/core/app/log: Logger started
2019/06/28 12:39:22 [Warning] v2ray.com/core: V2Ray 4.19.1 started
2019/06/28 12:39:23 [Info] [1836015482] v2ray.com/core/proxy/vmess/inbound: received request for tcp:google.com:0
2019/06/28 12:39:23 [Info] [1836015482] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:google.com:0]
2019/06/28 12:39:23 [Info] v2ray.com/core/common/mux: dispatching request to udp:reverse.internal.v2ray.com:0
2019/06/28 14:09:15 [Info] [2317920787] v2ray.com/core/proxy/vmess/inbound: received request for tcp:init-p01st.push.apple.com:80
2019/06/28 14:09:15 [Info] [2317920787] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:init-p01st.push.apple.com:80]
2019/06/28 14:09:15 [Info] [2317920787] v2ray.com/core/common/mux: dispatching request to tcp:init-p01st.push.apple.com:80
2019/06/28 14:09:15 [Info] [3436793809] v2ray.com/core/proxy/vmess/inbound: received request for tcp:gateway-carry.icloud.com:443
2019/06/28 14:09:15 [Info] [3436793809] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:gateway-carry.icloud.com:443]
2019/06/28 14:09:15 [Info] [3436793809] v2ray.com/core/common/mux: dispatching request to tcp:gateway-carry.icloud.com:443
2019/06/28 14:09:17 [Info] [1235478526] v2ray.com/core/proxy/vmess/inbound: received request for tcp:limneos.net:80
2019/06/28 14:09:17 [Info] [1235478526] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:limneos.net:80]
2019/06/28 14:09:17 [Info] [1235478526] v2ray.com/core/common/mux: dispatching request to tcp:limneos.net:80
2019/06/28 14:09:17 [Info] [320655482] v2ray.com/core/proxy/vmess/inbound: received request for tcp:3-courier.push.apple.com:5223
2019/06/28 14:09:17 [Info] [320655482] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:3-courier.push.apple.com:5223]
2019/06/28 14:09:17 [Info] [320655482] v2ray.com/core/common/mux: dispatching request to tcp:3-courier.push.apple.com:5223
2019/06/28 14:09:17 [Info] [4058756944] v2ray.com/core/proxy/vmess/inbound: received request for tcp:limneos.net:80
2019/06/28 14:09:17 [Info] [4058756944] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:limneos.net:80]
2019/06/28 14:09:17 [Info] [4058756944] v2ray.com/core/common/mux: dispatching request to tcp:limneos.net:80
2019/06/28 14:09:20 [Info] [621803383] v2ray.com/core/proxy/vmess/inbound: received request for tcp:itunes.apple.com:443
2019/06/28 14:09:20 [Info] [621803383] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:itunes.apple.com:443]
2019/06/28 14:09:20 [Info] [621803383] v2ray.com/core/common/mux: dispatching request to tcp:itunes.apple.com:443
2019/06/28 14:09:20 [Info] [2756486957] v2ray.com/core/proxy/vmess/inbound: received request for tcp:p21-buy.itunes.apple.com:443
2019/06/28 14:09:20 [Info] [2756486957] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:p21-buy.itunes.apple.com:443]
2019/06/28 14:09:20 [Info] [2756486957] v2ray.com/core/common/mux: dispatching request to tcp:p21-buy.itunes.apple.com:443
2019/06/28 14:09:20 [Info] [1664412694] v2ray.com/core/proxy/vmess/inbound: received request for tcp:m.optout.ziffdavis.com:443
2019/06/28 14:09:20 [Info] [1664412694] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:m.optout.ziffdavis.com:443]
2019/06/28 14:09:20 [Info] [1664412694] v2ray.com/core/common/mux: dispatching request to tcp:m.optout.ziffdavis.com:443
2019/06/28 14:09:20 [Info] [4027742799] v2ray.com/core/proxy/vmess/inbound: received request for tcp:www.googletagmanager.com:443
2019/06/28 14:09:20 [Info] [4027742799] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:www.googletagmanager.com:443]
2019/06/28 14:09:20 [Info] [4027742799] v2ray.com/core/common/mux: dispatching request to tcp:www.googletagmanager.com:443
2019/06/28 14:09:20 [Info] [4069161272] v2ray.com/core/proxy/vmess/inbound: received request for tcp:www.speedtest.net:443
2019/06/28 14:09:20 [Info] [4069161272] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:www.speedtest.net:443]
2019/06/28 14:09:20 [Info] [4069161272] v2ray.com/core/common/mux: dispatching request to tcp:www.speedtest.net:443
2019/06/28 14:09:21 [Info] [939704319] v2ray.com/core/proxy/vmess/inbound: received request for tcp:zdbb.net:443
2019/06/28 14:09:21 [Info] [939704319] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:zdbb.net:443]
2019/06/28 14:09:21 [Info] [939704319] v2ray.com/core/common/mux: dispatching request to tcp:zdbb.net:443
2019/06/28 14:09:23 [Info] [1806133776] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ookla.speedtest.yhm01.as36472.net:8080
2019/06/28 14:09:23 [Info] [3889616589] v2ray.com/core/proxy/vmess/inbound: received request for tcp:sp1.mornington.ca:8080
2019/06/28 14:09:23 [Info] [774205433] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:23 [Info] [3395938894] v2ray.com/core/proxy/vmess/inbound: received request for tcp:neu-speedtest1.neustylesoftware.ca:8080
2019/06/28 14:09:23 [Info] [1806133776] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ookla.speedtest.yhm01.as36472.net:8080]
2019/06/28 14:09:23 [Info] [1806133776] v2ray.com/core/common/mux: dispatching request to tcp:ookla.speedtest.yhm01.as36472.net:8080
2019/06/28 14:09:23 [Info] [3889616589] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:sp1.mornington.ca:8080]
2019/06/28 14:09:23 [Info] [3889616589] v2ray.com/core/common/mux: dispatching request to tcp:sp1.mornington.ca:8080
2019/06/28 14:09:23 [Info] [774205433] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:23 [Info] [774205433] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:23 [Info] [3395938894] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:neu-speedtest1.neustylesoftware.ca:8080]
2019/06/28 14:09:23 [Info] [3395938894] v2ray.com/core/common/mux: dispatching request to tcp:neu-speedtest1.neustylesoftware.ca:8080
2019/06/28 14:09:23 [Info] [2209732220] v2ray.com/core/proxy/vmess/inbound: received request for tcp:sp1.hcetelecom.com:8080
2019/06/28 14:09:23 [Info] [2209732220] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:sp1.hcetelecom.com:8080]
2019/06/28 14:09:23 [Info] [2209732220] v2ray.com/core/common/mux: dispatching request to tcp:sp1.hcetelecom.com:8080
2019/06/28 14:09:23 [Info] [171861574] v2ray.com/core/proxy/vmess/inbound: received request for tcp:spd1.standardbroadband.ca:8080
2019/06/28 14:09:23 [Info] [3877899460] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest.quadro.net:8080
2019/06/28 14:09:23 [Info] [1950318375] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest.netflash.net:8080
2019/06/28 14:09:23 [Info] [3844496829] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest.ezlink.ca:8080
2019/06/28 14:09:23 [Info] [1910003939] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest.packetworks.net:8080
2019/06/28 14:09:23 [Info] [171861574] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:spd1.standardbroadband.ca:8080]
2019/06/28 14:09:23 [Info] [171861574] v2ray.com/core/common/mux: dispatching request to tcp:spd1.standardbroadband.ca:8080
2019/06/28 14:09:23 [Info] [3877899460] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest.quadro.net:8080]
2019/06/28 14:09:23 [Info] [3877899460] v2ray.com/core/common/mux: dispatching request to tcp:speedtest.quadro.net:8080
2019/06/28 14:09:23 [Info] [1950318375] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest.netflash.net:8080]
2019/06/28 14:09:23 [Info] [1950318375] v2ray.com/core/common/mux: dispatching request to tcp:speedtest.netflash.net:8080
2019/06/28 14:09:23 [Info] [3844496829] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest.ezlink.ca:8080]
2019/06/28 14:09:23 [Info] [3844496829] v2ray.com/core/common/mux: dispatching request to tcp:speedtest.ezlink.ca:8080
2019/06/28 14:09:23 [Info] [1910003939] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest.packetworks.net:8080]
2019/06/28 14:09:23 [Info] [1910003939] v2ray.com/core/common/mux: dispatching request to tcp:speedtest.packetworks.net:8080
2019/06/28 14:09:23 [Info] [3100311655] v2ray.com/core/proxy/vmess/inbound: received request for tcp:mapi.speedtest.net:443
2019/06/28 14:09:23 [Info] [3100311655] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:mapi.speedtest.net:443]
2019/06/28 14:09:23 [Info] [3100311655] v2ray.com/core/common/mux: dispatching request to tcp:mapi.speedtest.net:443
2019/06/28 14:09:23 [Info] [3239469707] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.88-f.net:443
2019/06/28 14:09:23 [Info] [3239469707] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.88-f.net:443]
2019/06/28 14:09:23 [Info] [3239469707] v2ray.com/core/common/mux: dispatching request to tcp:cdn.88-f.net:443
2019/06/28 14:09:23 [Info] [1589114756] v2ray.com/core/proxy/vmess/inbound: received request for tcp:config.88-f.net:443
2019/06/28 14:09:23 [Info] [1589114756] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:config.88-f.net:443]
2019/06/28 14:09:23 [Info] [1589114756] v2ray.com/core/common/mux: dispatching request to tcp:config.88-f.net:443
2019/06/28 14:09:24 [Info] [4040045339] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:24 [Info] [4040045339] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:24 [Info] [4040045339] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:24 [Info] [4177430349] v2ray.com/core/proxy/vmess/inbound: received request for tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] [4177430349] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:srv.dc-1.net:443]
2019/06/28 14:09:24 [Info] [4177430349] v2ray.com/core/common/mux: dispatching request to tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] [2350848824] v2ray.com/core/proxy/vmess/inbound: received request for tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] [2350848824] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:srv.dc-1.net:443]
2019/06/28 14:09:24 [Info] [2350848824] v2ray.com/core/common/mux: dispatching request to tcp:srv.dc-1.net:443
2019/06/28 14:09:24 [Info] [4208267392] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ib.adnxs.com:443
2019/06/28 14:09:24 [Info] [122872855] v2ray.com/core/proxy/vmess/inbound: received request for tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:24 [Info] [1244388901] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] [4157498255] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] [4208267392] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ib.adnxs.com:443]
2019/06/28 14:09:24 [Info] [4208267392] v2ray.com/core/common/mux: dispatching request to tcp:ib.adnxs.com:443
2019/06/28 14:09:24 [Info] [122872855] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:fastlane.rubiconproject.com:443]
2019/06/28 14:09:24 [Info] [122872855] v2ray.com/core/common/mux: dispatching request to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:24 [Info] [1244388901] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:24 [Info] [1244388901] v2ray.com/core/common/mux: dispatching request to tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] [4157498255] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:24 [Info] [4157498255] v2ray.com/core/common/mux: dispatching request to tcp:ookla-d.openx.net:80
2019/06/28 14:09:24 [Info] [3070059470] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] [3070059470] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ad-tag.inner-active.mobi:80]
2019/06/28 14:09:24 [Info] [3070059470] v2ray.com/core/common/mux: dispatching request to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] [3393018950] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] [3393018950] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ad-tag.inner-active.mobi:80]
2019/06/28 14:09:24 [Info] [3393018950] v2ray.com/core/common/mux: dispatching request to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:24 [Info] [4053425163] v2ray.com/core/proxy/vmess/inbound: received request for tcp:eus.rubiconproject.com:443
2019/06/28 14:09:24 [Info] [4053425163] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:eus.rubiconproject.com:443]
2019/06/28 14:09:24 [Info] [4053425163] v2ray.com/core/common/mux: dispatching request to tcp:eus.rubiconproject.com:443
2019/06/28 14:09:25 [Info] [2896166759] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ib.adnxs.com:443
2019/06/28 14:09:25 [Info] [2896166759] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ib.adnxs.com:443]
2019/06/28 14:09:25 [Info] [2896166759] v2ray.com/core/common/mux: dispatching request to tcp:ib.adnxs.com:443
2019/06/28 14:09:25 [Info] [3016515966] v2ray.com/core/proxy/vmess/inbound: received request for tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:25 [Info] [3016515966] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:fastlane.rubiconproject.com:443]
2019/06/28 14:09:25 [Info] [3016515966] v2ray.com/core/common/mux: dispatching request to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:25 [Info] [3329205272] v2ray.com/core/proxy/vmess/inbound: received request for tcp:sb.scorecardresearch.com:443
2019/06/28 14:09:25 [Info] [3329205272] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:sb.scorecardresearch.com:443]
2019/06/28 14:09:25 [Info] [3329205272] v2ray.com/core/common/mux: dispatching request to tcp:sb.scorecardresearch.com:443
2019/06/28 14:09:25 [Info] [1388202715] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:25 [Info] [1388202715] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:25 [Info] [1388202715] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:25 [Info] [3888644877] v2ray.com/core/proxy/vmess/inbound: received request for tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:25 [Info] [3888644877] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:googleads.g.doubleclick.net:443]
2019/06/28 14:09:25 [Info] [3888644877] v2ray.com/core/common/mux: dispatching request to tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:26 [Info] [3959422778] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ssl.google-analytics.com:443
2019/06/28 14:09:26 [Info] [3959422778] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ssl.google-analytics.com:443]
2019/06/28 14:09:26 [Info] [3959422778] v2ray.com/core/common/mux: dispatching request to tcp:ssl.google-analytics.com:443
2019/06/28 14:09:26 [Info] [2958946781] v2ray.com/core/proxy/vmess/inbound: received request for tcp:google.com:0
2019/06/28 14:09:26 [Info] [2958946781] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:google.com:0]
2019/06/28 14:09:26 [Info] v2ray.com/core/common/mux: dispatching request to udp:reverse.internal.v2ray.com:0
2019/06/28 14:09:27 [Info] [1168127031] v2ray.com/core/proxy/vmess/inbound: received request for tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] [1168127031] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:googleads.g.doubleclick.net:443]
2019/06/28 14:09:27 [Info] [1168127031] v2ray.com/core/common/mux: dispatching request to tcp:googleads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] [3208982930] v2ray.com/core/proxy/vmess/inbound: received request for tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] [3208982930] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:pubads.g.doubleclick.net:443]
2019/06/28 14:09:27 [Info] [3208982930] v2ray.com/core/common/mux: dispatching request to tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:27 [Info] [1403044545] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:27 [Info] [1403044545] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:27 [Info] [1403044545] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:28 [Info] [610651140] v2ray.com/core/proxy/vmess/inbound: received request for tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:28 [Info] [610651140] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:c.amazon-adsystem.com:443]
2019/06/28 14:09:28 [Info] [610651140] v2ray.com/core/common/mux: dispatching request to tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:30 [Info] [2109782914] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] [697484539] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] [2109782914] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:30 [Info] [2109782914] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:30 [Info] [697484539] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:30 [Info] [697484539] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:31 [Info] [3309114652] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:31 [Info] [3309114652] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:31 [Info] [3309114652] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:38 [Info] [122872855] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/06/28 14:09:38 [Info] [122872855] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/06/28 14:09:39 [Info] [654996772] v2ray.com/core/proxy/vmess/inbound: received request for tcp:securepubads.g.doubleclick.net:443
2019/06/28 14:09:39 [Info] [654996772] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:securepubads.g.doubleclick.net:443]
2019/06/28 14:09:39 [Info] [654996772] v2ray.com/core/common/mux: dispatching request to tcp:securepubads.g.doubleclick.net:443
2019/06/28 14:09:39 [Info] [778799654] v2ray.com/core/proxy/vmess/inbound: received request for tcp:impression-east.liftoff.io:443
2019/06/28 14:09:39 [Info] [778799654] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:impression-east.liftoff.io:443]
2019/06/28 14:09:39 [Info] [778799654] v2ray.com/core/common/mux: dispatching request to tcp:impression-east.liftoff.io:443
2019/06/28 14:09:39 [Info] [1968545546] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:39 [Info] [1968545546] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:39 [Info] [1968545546] v2ray.com/core/common/mux: dispatching request to tcp:cdn.liftoff.io:443
2019/06/28 14:09:39 [Info] [2283394065] v2ray.com/core/proxy/vmess/inbound: received request for tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:39 [Info] [2283394065] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:c.amazon-adsystem.com:443]
2019/06/28 14:09:39 [Info] [2283394065] v2ray.com/core/common/mux: dispatching request to tcp:c.amazon-adsystem.com:443
2019/06/28 14:09:40 [Info] [1112858716] v2ray.com/core/proxy/vmess/inbound: received request for tcp:pagead2.googlesyndication.com:443
2019/06/28 14:09:40 [Info] [1112858716] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:pagead2.googlesyndication.com:443]
2019/06/28 14:09:40 [Info] [1112858716] v2ray.com/core/common/mux: dispatching request to tcp:pagead2.googlesyndication.com:443
2019/06/28 14:09:40 [Info] [301467416] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [301467416] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] [301467416] v2ray.com/core/common/mux: dispatching request to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [905608448] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [1050944747] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [2375146273] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [3753947644] v2ray.com/core/proxy/vmess/inbound: received request for tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [905608448] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] [905608448] v2ray.com/core/common/mux: dispatching request to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [1050944747] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] [1050944747] v2ray.com/core/common/mux: dispatching request to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [2375146273] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] [2375146273] v2ray.com/core/common/mux: dispatching request to tcp:cdn.liftoff.io:443
2019/06/28 14:09:40 [Info] [3753947644] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:cdn.liftoff.io:443]
2019/06/28 14:09:40 [Info] [3753947644] v2ray.com/core/common/mux: dispatching request to tcp:cdn.liftoff.io:443
2019/06/28 14:09:42 [Info] [282300209] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] [2740421626] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] [282300209] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:42 [Info] [282300209] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] [2740421626] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:42 [Info] [2740421626] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:42 [Info] [719117038] v2ray.com/core/proxy/vmess/inbound: received request for tcp:google.com:0
2019/06/28 14:09:42 [Info] [719117038] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:google.com:0]
2019/06/28 14:09:42 [Info] v2ray.com/core/common/mux: dispatching request to udp:reverse.internal.v2ray.com:0
2019/06/28 14:09:46 [Info] [2915775313] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] [2915775313] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:46 [Info] [2915775313] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] [738193513] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:46 [Info] [738193513] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:46 [Info] [738193513] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] [1848112983] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] [1848112983] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:47 [Info] [1848112983] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] [254535447] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:47 [Info] [254535447] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:47 [Info] [254535447] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:49 [Info] [1374968352] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:49 [Info] [1374968352] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:49 [Info] [1374968352] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:49 [Info] [2800562206] v2ray.com/core/proxy/vmess/inbound: received request for tcp:srv.dc-1.net:443
2019/06/28 14:09:49 [Info] [2800562206] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:srv.dc-1.net:443]
2019/06/28 14:09:49 [Info] [2800562206] v2ray.com/core/common/mux: dispatching request to tcp:srv.dc-1.net:443
2019/06/28 14:09:50 [Info] [1432105959] v2ray.com/core/proxy/vmess/inbound: received request for tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:50 [Info] [1432105959] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:fastlane.rubiconproject.com:443]
2019/06/28 14:09:50 [Info] [1432105959] v2ray.com/core/common/mux: dispatching request to tcp:fastlane.rubiconproject.com:443
2019/06/28 14:09:51 [Info] [2570748691] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:51 [Info] [2570748691] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:51 [Info] [2570748691] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:51 [Info] [1004679860] v2ray.com/core/proxy/vmess/inbound: received request for tcp:www.speedtest.net:443
2019/06/28 14:09:51 [Info] [1004679860] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:www.speedtest.net:443]
2019/06/28 14:09:51 [Info] [1004679860] v2ray.com/core/common/mux: dispatching request to tcp:www.speedtest.net:443
2019/06/28 14:09:52 [Info] [2692879483] v2ray.com/core/proxy/vmess/inbound: received request for tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:52 [Info] [2692879483] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:speedtest1.datacity.ca:8080]
2019/06/28 14:09:52 [Info] [2692879483] v2ray.com/core/common/mux: dispatching request to tcp:speedtest1.datacity.ca:8080
2019/06/28 14:09:52 [Info] [830209588] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:52 [Info] [830209588] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:52 [Info] [830209588] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:52 [Info] [682837083] v2ray.com/core/proxy/vmess/inbound: received request for tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:52 [Info] [682837083] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:aax-us-east.amazon-adsystem.com:443]
2019/06/28 14:09:52 [Info] [682837083] v2ray.com/core/common/mux: dispatching request to tcp:aax-us-east.amazon-adsystem.com:443
2019/06/28 14:09:53 [Info] [1989469487] v2ray.com/core/proxy/vmess/inbound: received request for tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:53 [Info] [1989469487] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:pubads.g.doubleclick.net:443]
2019/06/28 14:09:53 [Info] [1989469487] v2ray.com/core/common/mux: dispatching request to tcp:pubads.g.doubleclick.net:443
2019/06/28 14:09:55 [Info] [3147207363] v2ray.com/core/proxy/vmess/inbound: received request for tcp:fonts.googleapis.com:443
2019/06/28 14:09:55 [Info] [3147207363] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:fonts.googleapis.com:443]
2019/06/28 14:09:55 [Info] [3147207363] v2ray.com/core/common/mux: dispatching request to tcp:fonts.googleapis.com:443
2019/06/28 14:09:55 [Info] [2789486201] v2ray.com/core/proxy/vmess/inbound: received request for tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:55 [Info] [2789486201] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:tpc.googlesyndication.com:443]
2019/06/28 14:09:55 [Info] [2789486201] v2ray.com/core/common/mux: dispatching request to tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:55 [Info] [2873294433] v2ray.com/core/proxy/vmess/inbound: received request for tcp:lh3.googleusercontent.com:443
2019/06/28 14:09:55 [Info] [2873294433] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:lh3.googleusercontent.com:443]
2019/06/28 14:09:55 [Info] [2873294433] v2ray.com/core/common/mux: dispatching request to tcp:lh3.googleusercontent.com:443
2019/06/28 14:09:55 [Info] [2678008044] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ib.adnxs.com:443
2019/06/28 14:09:55 [Info] [2678008044] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ib.adnxs.com:443]
2019/06/28 14:09:55 [Info] [2678008044] v2ray.com/core/common/mux: dispatching request to tcp:ib.adnxs.com:443
2019/06/28 14:09:57 [Info] [1772642010] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] [1772642010] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:57 [Info] [1772642010] v2ray.com/core/common/mux: dispatching request to tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] [2549649961] v2ray.com/core/proxy/vmess/inbound: received request for tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:57 [Info] [2549649961] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:tpc.googlesyndication.com:443]
2019/06/28 14:09:57 [Info] [2549649961] v2ray.com/core/common/mux: dispatching request to tcp:tpc.googlesyndication.com:443
2019/06/28 14:09:57 [Info] [2402925896] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] [2402925896] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ookla-d.openx.net:80]
2019/06/28 14:09:57 [Info] [2402925896] v2ray.com/core/common/mux: dispatching request to tcp:ookla-d.openx.net:80
2019/06/28 14:09:57 [Info] [676795408] v2ray.com/core/proxy/vmess/inbound: received request for tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:57 [Info] [676795408] v2ray.com/core/app/dispatcher: taking detour [portal] for [tcp:ad-tag.inner-active.mobi:80]
2019/06/28 14:09:57 [Info] [676795408] v2ray.com/core/common/mux: dispatching request to tcp:ad-tag.inner-active.mobi:80
2019/06/28 14:09:59 [Info] [1004679860] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > EOF
2019/06/28 14:09:59 [Info] [2678008044] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > EOF
2019/06/28 14:09:59 [Info] [676795408] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > EOF
2019/06/28 14:09:59 [Info] [3147207363] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > EOF
2019/06/28 14:09:59 [Info] [2402925896] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > EOF

7) 请附上访问日志。在 Linux 中,日志通常在 /var/log/v2ray/access.log 文件中。

A的access log

2019/06/28 12:39:23   accepted udp:reverse.internal.v2ray.com:0 
2019/06/28 14:09:15   accepted tcp:gateway-carry.icloud.com:443 
2019/06/28 14:09:15   accepted tcp:init-p01st.push.apple.com:80 
2019/06/28 14:09:17   accepted tcp:limneos.net:80 
2019/06/28 14:09:17   accepted tcp:3-courier.push.apple.com:5223 
2019/06/28 14:09:17   accepted tcp:limneos.net:80 
2019/06/28 14:09:20   accepted tcp:itunes.apple.com:443 
2019/06/28 14:09:20   accepted tcp:p21-buy.itunes.apple.com:443 
2019/06/28 14:09:20   accepted tcp:m.optout.ziffdavis.com:443 
2019/06/28 14:09:20   accepted tcp:www.googletagmanager.com:443 
2019/06/28 14:09:20   accepted tcp:www.speedtest.net:443 
2019/06/28 14:09:21   accepted tcp:zdbb.net:443 
2019/06/28 14:09:23   accepted tcp:ookla.speedtest.yhm01.as36472.net:8080 
2019/06/28 14:09:23   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:23   accepted tcp:sp1.mornington.ca:8080 
2019/06/28 14:09:23   accepted tcp:neu-speedtest1.neustylesoftware.ca:8080 
2019/06/28 14:09:23   accepted tcp:speedtest.netflash.net:8080 
2019/06/28 14:09:23   accepted tcp:speedtest.ezlink.ca:8080 
2019/06/28 14:09:23   accepted tcp:speedtest.packetworks.net:8080 
2019/06/28 14:09:23   accepted tcp:spd1.standardbroadband.ca:8080 
2019/06/28 14:09:23   accepted tcp:speedtest.quadro.net:8080 
2019/06/28 14:09:23   accepted tcp:sp1.hcetelecom.com:8080 
2019/06/28 14:09:23   accepted tcp:mapi.speedtest.net:443 
2019/06/28 14:09:23   accepted tcp:cdn.88-f.net:443 
2019/06/28 14:09:23   accepted tcp:config.88-f.net:443 
2019/06/28 14:09:24   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:24   accepted tcp:srv.dc-1.net:443 
2019/06/28 14:09:24   accepted tcp:srv.dc-1.net:443 
2019/06/28 14:09:24   accepted tcp:ib.adnxs.com:443 
2019/06/28 14:09:24   accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:24   accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:24   accepted tcp:fastlane.rubiconproject.com:443 
2019/06/28 14:09:24   accepted tcp:ad-tag.inner-active.mobi:80 
2019/06/28 14:09:24   accepted tcp:ad-tag.inner-active.mobi:80 
2019/06/28 14:09:25   accepted tcp:eus.rubiconproject.com:443 
2019/06/28 14:09:25   accepted tcp:ib.adnxs.com:443 
2019/06/28 14:09:25   accepted tcp:fastlane.rubiconproject.com:443 
2019/06/28 14:09:25   accepted tcp:sb.scorecardresearch.com:443 
2019/06/28 14:09:25   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:26   accepted tcp:googleads.g.doubleclick.net:443 
2019/06/28 14:09:26   accepted tcp:ssl.google-analytics.com:443 
2019/06/28 14:09:26   accepted udp:reverse.internal.v2ray.com:0 
2019/06/28 14:09:27   accepted tcp:googleads.g.doubleclick.net:443 
2019/06/28 14:09:27   accepted tcp:pubads.g.doubleclick.net:443 
2019/06/28 14:09:27   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:28   accepted tcp:c.amazon-adsystem.com:443 
2019/06/28 14:09:30   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:30   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:32   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:39   accepted tcp:securepubads.g.doubleclick.net:443 
2019/06/28 14:09:39   accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:39   accepted tcp:impression-east.liftoff.io:443 
2019/06/28 14:09:39   accepted tcp:c.amazon-adsystem.com:443 
2019/06/28 14:09:40   accepted tcp:pagead2.googlesyndication.com:443 
2019/06/28 14:09:40   accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40   accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40   accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40   accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40   accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:42   accepted udp:reverse.internal.v2ray.com:0 
2019/06/28 14:09:42   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:42   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:46   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:46   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:47   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:47   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:49   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:49   accepted tcp:srv.dc-1.net:443 
2019/06/28 14:09:50   accepted tcp:fastlane.rubiconproject.com:443 
2019/06/28 14:09:51   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:51   accepted tcp:www.speedtest.net:443 
2019/06/28 14:09:52   accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:52   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:53   accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:53   accepted tcp:pubads.g.doubleclick.net:443 
2019/06/28 14:09:55   accepted tcp:fonts.googleapis.com:443 
2019/06/28 14:09:55   accepted tcp:lh3.googleusercontent.com:443 
2019/06/28 14:09:55   accepted tcp:tpc.googlesyndication.com:443 
2019/06/28 14:09:55   accepted tcp:ib.adnxs.com:443 
2019/06/28 14:09:57   accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:57   accepted tcp:tpc.googlesyndication.com:443 
2019/06/28 14:09:57   accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:57   accepted tcp:ad-tag.inner-active.mobi:80 

B的access log

2019/06/28 12:39:23 xxx.xxx.xxx.xxx:56160 accepted tcp:google.com:0 
2019/06/28 14:09:15 165.91.12.7:31887 accepted tcp:init-p01st.push.apple.com:80 
2019/06/28 14:09:15 165.91.12.7:16198 accepted tcp:gateway-carry.icloud.com:443 
2019/06/28 14:09:17 165.91.12.7:5484 accepted tcp:limneos.net:80 
2019/06/28 14:09:17 165.91.12.7:16753 accepted tcp:3-courier.push.apple.com:5223 
2019/06/28 14:09:17 165.91.12.7:29869 accepted tcp:limneos.net:80 
2019/06/28 14:09:20 165.91.12.7:5655 accepted tcp:itunes.apple.com:443 
2019/06/28 14:09:20 165.91.12.7:29104 accepted tcp:p21-buy.itunes.apple.com:443 
2019/06/28 14:09:20 165.91.12.7:7418 accepted tcp:m.optout.ziffdavis.com:443 
2019/06/28 14:09:20 165.91.12.7:4376 accepted tcp:www.googletagmanager.com:443 
2019/06/28 14:09:20 165.91.12.7:6634 accepted tcp:www.speedtest.net:443 
2019/06/28 14:09:21 165.91.12.7:3701 accepted tcp:zdbb.net:443 
2019/06/28 14:09:23 165.91.12.7:29988 accepted tcp:ookla.speedtest.yhm01.as36472.net:8080 
2019/06/28 14:09:23 165.91.12.7:18582 accepted tcp:sp1.mornington.ca:8080 
2019/06/28 14:09:23 165.91.12.7:9883 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:23 165.91.12.7:30377 accepted tcp:neu-speedtest1.neustylesoftware.ca:8080 
2019/06/28 14:09:23 165.91.12.7:26798 accepted tcp:sp1.hcetelecom.com:8080 
2019/06/28 14:09:23 165.91.12.7:30328 accepted tcp:spd1.standardbroadband.ca:8080 
2019/06/28 14:09:23 165.91.12.7:31074 accepted tcp:speedtest.quadro.net:8080 
2019/06/28 14:09:23 165.91.12.7:15922 accepted tcp:speedtest.netflash.net:8080 
2019/06/28 14:09:23 165.91.12.7:21565 accepted tcp:speedtest.ezlink.ca:8080 
2019/06/28 14:09:23 165.91.12.7:13255 accepted tcp:speedtest.packetworks.net:8080 
2019/06/28 14:09:23 165.91.12.7:8502 accepted tcp:mapi.speedtest.net:443 
2019/06/28 14:09:23 165.91.12.7:19679 accepted tcp:cdn.88-f.net:443 
2019/06/28 14:09:23 165.91.12.7:2217 accepted tcp:config.88-f.net:443 
2019/06/28 14:09:24 165.91.12.7:3905 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:24 165.91.12.7:24518 accepted tcp:srv.dc-1.net:443 
2019/06/28 14:09:24 165.91.12.7:12419 accepted tcp:srv.dc-1.net:443 
2019/06/28 14:09:24 165.91.12.7:10130 accepted tcp:ib.adnxs.com:443 
2019/06/28 14:09:24 165.91.12.7:20697 accepted tcp:fastlane.rubiconproject.com:443 
2019/06/28 14:09:24 165.91.12.7:27030 accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:24 165.91.12.7:1746 accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:24 165.91.12.7:24308 accepted tcp:ad-tag.inner-active.mobi:80 
2019/06/28 14:09:24 165.91.12.7:3144 accepted tcp:ad-tag.inner-active.mobi:80 
2019/06/28 14:09:24 165.91.12.7:5409 accepted tcp:eus.rubiconproject.com:443 
2019/06/28 14:09:25 165.91.12.7:12163 accepted tcp:ib.adnxs.com:443 
2019/06/28 14:09:25 165.91.12.7:3624 accepted tcp:fastlane.rubiconproject.com:443 
2019/06/28 14:09:25 165.91.12.7:8825 accepted tcp:sb.scorecardresearch.com:443 
2019/06/28 14:09:25 165.91.12.7:30341 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:25 165.91.12.7:1042 accepted tcp:googleads.g.doubleclick.net:443 
2019/06/28 14:09:26 165.91.12.7:32202 accepted tcp:ssl.google-analytics.com:443 
2019/06/28 14:09:26 xxx.xxx.xxx.xxx:56478 accepted tcp:google.com:0 
2019/06/28 14:09:27 165.91.12.7:16883 accepted tcp:googleads.g.doubleclick.net:443 
2019/06/28 14:09:27 165.91.12.7:15873 accepted tcp:pubads.g.doubleclick.net:443 
2019/06/28 14:09:27 165.91.12.7:18082 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:28 165.91.12.7:6894 accepted tcp:c.amazon-adsystem.com:443 
2019/06/28 14:09:30 165.91.12.7:20108 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:30 165.91.12.7:23275 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:31 165.91.12.7:23289 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:39 165.91.12.7:27180 accepted tcp:securepubads.g.doubleclick.net:443 
2019/06/28 14:09:39 165.91.12.7:31794 accepted tcp:impression-east.liftoff.io:443 
2019/06/28 14:09:39 165.91.12.7:32243 accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:39 165.91.12.7:23858 accepted tcp:c.amazon-adsystem.com:443 
2019/06/28 14:09:40 165.91.12.7:22023 accepted tcp:pagead2.googlesyndication.com:443 
2019/06/28 14:09:40 165.91.12.7:12978 accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40 165.91.12.7:2949 accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40 165.91.12.7:9079 accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40 165.91.12.7:11399 accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:40 165.91.12.7:32016 accepted tcp:cdn.liftoff.io:443 
2019/06/28 14:09:42 165.91.12.7:7233 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:42 165.91.12.7:18075 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:42 xxx.xxx.xxx.xxx:56514 accepted tcp:google.com:0 
2019/06/28 14:09:46 165.91.12.7:20716 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:46 165.91.12.7:27071 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:47 165.91.12.7:21367 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:47 165.91.12.7:19529 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:49 165.91.12.7:11392 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:49 165.91.12.7:7430 accepted tcp:srv.dc-1.net:443 
2019/06/28 14:09:50 165.91.12.7:5807 accepted tcp:fastlane.rubiconproject.com:443 
2019/06/28 14:09:51 165.91.12.7:6862 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:51 165.91.12.7:14089 accepted tcp:www.speedtest.net:443 
2019/06/28 14:09:52 165.91.12.7:13021 accepted tcp:speedtest1.datacity.ca:8080 
2019/06/28 14:09:52 165.91.12.7:2106 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:52 165.91.12.7:31497 accepted tcp:aax-us-east.amazon-adsystem.com:443 
2019/06/28 14:09:53 165.91.12.7:18215 accepted tcp:pubads.g.doubleclick.net:443 
2019/06/28 14:09:55 165.91.12.7:5279 accepted tcp:fonts.googleapis.com:443 
2019/06/28 14:09:55 165.91.12.7:28651 accepted tcp:tpc.googlesyndication.com:443 
2019/06/28 14:09:55 165.91.12.7:9674 accepted tcp:lh3.googleusercontent.com:443 
2019/06/28 14:09:55 165.91.12.7:15550 accepted tcp:ib.adnxs.com:443 
2019/06/28 14:09:57 165.91.12.7:23849 accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:57 165.91.12.7:2489 accepted tcp:tpc.googlesyndication.com:443 
2019/06/28 14:09:57 165.91.12.7:32169 accepted tcp:ookla-d.openx.net:80 
2019/06/28 14:09:57 165.91.12.7:13199 accepted tcp:ad-tag.inner-active.mobi:80 

8) 其它相关的配置文件(如 Nginx)和相关日志。

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

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

10) 如果 V2Ray 服务运行不正常,请附上 journal 日志。

通常的命令为 journalctl -u v2ray

请预览一下你填的内容再提交。

andychen27 commented 5 years ago

感觉问题主要出在A的freedom outbound. 下面的日志(A的error log)开始后就开始出现A和B之间的异常流量(4MB/s)并且导致连接不稳定

2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 13 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 22 ends. > io: read/write on closed pipe
2019/06/28 14:09:24 [Info] v2ray.com/core/common/mux: session 16 ends. > io: read/write on closed pipe

A的error log最后一条 mux session end后, 异常流量就会恢复正常

2019/06/28 14:10:04 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:10:04 [Info] v2ray.com/core/common/mux: session 10 ends. > io: read/write on closed pipe
2019/06/28 14:13:17 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/06/28 14:13:17 [Info] v2ray.com/core/common/mux: session 6 ends. > io: read/write on closed pipe

个人猜测会不会是因为A的outbound断开后, A和B不断重试连接, 直到session reset为止

andychen27 commented 5 years ago

目前测试好像跟iOS有关, 试了Shadowrocket, Kitsunebi 和 i2Ray 都有同样的问题, 但是用mac和win客户端没有出现同样的问题

update: iOS只有用app是才会有网络不稳定的问题, 用safari一切正常

update:

A和B都设置了本地策略后问题解决了

  "policy": {
    "levels": {
      "0": {
        "handshake": 4,
        "connIdle": 300,
        "uplinkOnly": 0,
        "downlinkOnly": 0,
        "bufferSize": 0,
        "statsUserUplink": false,
        "statsUserDownlink": false
      }
    }
  }

测试了一下应该是 uplinkOnly 和 downlinkOnly 设置导致的

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days