v2ray / v2ray-core

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

中国移动4G网络下使用v2ray无法打开被qiang网站 #1808

Closed a2232189 closed 4 years ago

a2232189 commented 5 years ago

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

1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) V2Ray 4.20.0 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 使用 Chrome 通过VMess 代理打开twitter.com/ facebook.com/ google.com 3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 我见到chrome提示ERR_CONNECTION_CLOSED, This site can’t be reached www.google.com unexpectedly closed the connection. 4) 你期待看到的正确表现是怎样的? 见到google.com的正常网页样式 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

服务器端配置:

{
 "log": {
    "loglevel": "debug",
    "access": "/var/log/v2ray/access.log", // 这是 Linux 的路径
    "error": "/var/log/v2ray/error.log"
  },
  "inbounds": [{
    "port": 443,
    "protocol": "vmess",
    "settings": {
      "clients": [
        {
          "id": "5a乱打61",
          "level": 1,
          "alterId": 64
        }
      ]
    }
  }],
  "outbounds": [{
    "protocol": "freedom",
    "settings": {}
  },{
    "protocol": "blackhole",
    "settings": {},
    "tag": "blocked"
  }],
  "routing": {
    "rules": [
      {
        "type": "field",
        "ip": ["geoip:private"],
        "outboundTag": "blocked"
      }
    ]
  }
}

客户端配置:

{
  "log": {
    "access": "C:\\Users\\guo\\Desktop\\portable software\\v2ray\\Vaccess.log",
    "error": "C:\\Users\\guo\\Desktop\\portable software\\v2ray\\Verror.log",
    "loglevel": "info"
  },
  "inbounds": [
    {
      "port": 10808,
      "listen": "127.0.0.1",
      "protocol": "socks",
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls"
        ]
      },
      "settings": {
        "auth": "noauth",
        "udp": true,
        "ip": null,
        "clients": null
      },
      "streamSettings": null
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "serverDomainName.tk",
            "port": 443,
            "users": [
              {
                "id": "5a乱打乱打ff61",
                "alterId": 64,
                "email": "t@t.tt",
                "security": "auto"
              }
            ]
          }
        ],
        "servers": null,
        "response": null
      },
      "streamSettings": {
        "network": "tcp",
        "security": "",
        "tlsSettings": null,
        "tcpSettings": null,
        "kcpSettings": null,
        "wsSettings": null,
        "httpSettings": null,
        "quicSettings": null
      },
      "mux": {
        "enabled": true
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
        "vnext": null,
        "servers": null,
        "response": null
      },
      "streamSettings": null,
      "mux": null
    },
    {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
        "vnext": null,
        "servers": null,
        "response": {
          "type": "http"
        }
      },
      "streamSettings": null,
      "mux": null
    }
  ],
  "dns": null,
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "port": null,
        "outboundTag": "proxy",
        "ip": null,
        "domain": [
          "domain:www.miui.com"
        ]
      },
      {
        "type": "field",
        "port": null,
        "outboundTag": "block",
        "ip": null,
        "domain": [
          "geosite:category-ads"
        ]
      },
      {
        "type": "field",
        "port": null,
        "outboundTag": "direct",
        "ip": [
          "geoip:private"
        ],
        "domain": null
      },
      {
        "type": "field",
        "port": null,
        "outboundTag": "direct",
        "ip": [
          "geoip:cn"
        ],
        "domain": null
      },
      {
        "type": "field",
        "port": null,
        "outboundTag": "direct",
        "ip": null,
        "domain": [
          "geosite:cn"
        ]
      }
    ]
  }
}

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

服务器端错误日志:

    // 在这里附上服务器端日志
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/common/mux: received request for tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/common/mux: received request for tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/common/mux: received request for tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/app/dispatcher: default route for tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/proxy/freedom: opening connection to tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/app/dispatcher: default route for tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/proxy/freedom: opening connection to tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/app/dispatcher: default route for tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/proxy/freedom: opening connection to tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [3640296350] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:twitter.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/common/mux: received request for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/common/mux: received request for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [712242418] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/common/mux: received request for tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/common/mux: received request for tcp:www.googleapis.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/common/mux: received request for tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/proxy/freedom: opening connection to tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/proxy/freedom: opening connection to tcp:www.googleapis.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.googleapis.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/proxy/freedom: opening connection to tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [85698831] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients4.google.com:443
2019/07/19 19:53:58 [Info] [2658406506] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 19:53:58 [Info] [2658406506] v2ray.com/core/common/mux: received request for tcp:edge-chat.facebook.com:443
2019/07/19 19:53:58 [Info] [2658406506] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 19:53:58 [Info] [2658406506] v2ray.com/core/proxy/freedom: opening connection to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:58 [Info] [2658406506] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:59 [Info] [2658406506] v2ray.com/core/common/mux: received request for tcp:twitter.com:443
2019/07/19 19:53:59 [Info] [2658406506] v2ray.com/core/app/dispatcher: default route for tcp:twitter.com:443
2019/07/19 19:53:59 [Info] [2658406506] v2ray.com/core/proxy/freedom: opening connection to tcp:twitter.com:443
2019/07/19 19:53:59 [Info] [2658406506] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:twitter.com:443
2019/07/19 19:53:59 [Info] [2658406506] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/07/19 19:53:59 [Info] [2658406506] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2019/07/19 19:54:01 [Info] [2658406506] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/07/19 19:54:01 [Info] [2658406506] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2019/07/19 19:54:22 [Info] [715766047] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 19:54:22 [Info] [715766047] v2ray.com/core/common/mux: received request for tcp:mtalk.google.com:443
2019/07/19 19:54:22 [Info] [715766047] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:443
2019/07/19 19:54:22 [Info] [715766047] v2ray.com/core/proxy/freedom: opening connection to tcp:mtalk.google.com:443
2019/07/19 19:54:22 [Info] [715766047] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:443
2019/07/19 19:54:22 [Info] [3152109503] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > v2ray.com/core/proxy/fr$
2019/07/19 19:54:22 [Info] [3152109503] v2ray.com/core/common/mux: session 11 ends. > io: read/write on closed pipe
2019/07/19 19:54:24 [Info] [2177381642] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0

客户端错误日志:

    // 在这里附上客户端日志
2019/07/19 19:53:23 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.99.162:8396->serverIp:443: wsarecv: A socket operation was attempted to an unreachable network.
2019/07/19 19:53:23 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 19:53:23 [Info] [2162084025] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > v2ray.com/core/proxy/freedom: failed to process response > read tcp 192.168.99.162:8421->203.208.40.87:443: wsarecv: A socket operation was attempted to an unreachable network.
2019/07/19 19:53:23 [Info] [2162084025] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > v2ray.com/core/proxy/socks: failed to transport all TCP response > io: read/write on closed pipe
2019/07/19 19:53:23 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.99.162:8287->serverIp:443: wsarecv: A socket operation was attempted to an unreachable network.
2019/07/19 19:53:23 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 19:53:23 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.99.162:8376->serverIp:443: wsarecv: A socket operation was attempted to an unreachable network.
2019/07/19 19:53:23 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 19:53:23 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.99.162:8354->serverIp:443: wsarecv: A socket operation was attempted to an unreachable network.
2019/07/19 19:53:23 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 19:53:24 [Info] [1216821266] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:24 [Info] [1785104870] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:24 [Info] [3361312541] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:24 [Info] [2983315848] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:24 [Info] [1216821266] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 19:53:24 [Info] [3361312541] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 19:53:24 [Info] [1785104870] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 19:53:24 [Info] [2983315848] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 19:53:24 [Info] [916346125] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.googleapis.com:443
2019/07/19 19:53:24 [Info] [916346125] v2ray.com/core/app/dispatcher: sniffed domain: www.googleapis.com
2019/07/19 19:53:24 [Info] [4084826333] v2ray.com/core/proxy/socks: TCP Connect request to tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:24 [Info] [4084826333] v2ray.com/core/app/dispatcher: sniffed domain: 4-edge-chat.facebook.com
2019/07/19 19:53:24 [Info] [702185159] v2ray.com/core/proxy/socks: TCP Connect request to tcp:mtalk.google.com:5228
2019/07/19 19:53:24 [Info] [702185159] v2ray.com/core/app/dispatcher: sniffed domain: mtalk.google.com
2019/07/19 19:53:24 [Info] [869788295] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.googleapis.com:443
2019/07/19 19:53:24 [Info] [869788295] v2ray.com/core/app/dispatcher: sniffed domain: www.googleapis.com
2019/07/19 19:53:25 [Info] [3706478889] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients4.google.com:443
2019/07/19 19:53:25 [Info] [3706478889] v2ray.com/core/app/dispatcher: sniffed domain: clients4.google.com
2019/07/19 19:53:25 [Info] v2ray.com/core/app/router: resolve ip for 4-edge-chat.facebook.com > lookup 4-edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:25 [Info] [3962146163] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients4.google.com:443
2019/07/19 19:53:25 [Info] [3962146163] v2ray.com/core/app/dispatcher: sniffed domain: clients4.google.com
2019/07/19 19:53:25 [Info] [654082863] v2ray.com/core/proxy/socks: TCP Connect request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:25 [Info] [654082863] v2ray.com/core/app/dispatcher: sniffed domain: sockets.leetcode.com
2019/07/19 19:53:25 [Info] [4250822096] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:25 [Info] [4250822096] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 19:53:26 [Info] [2156301053] v2ray.com/core/proxy/socks: TCP Connect request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:26 [Info] [772249463] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:26 [Info] [2156301053] v2ray.com/core/app/dispatcher: sniffed domain: sockets.leetcode.com
2019/07/19 19:53:26 [Info] [772249463] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 19:53:26 [Info] v2ray.com/core/app/router: resolve ip for 4-edge-chat.facebook.com > lookup 4-edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:26 [Info] [4084826333] v2ray.com/core/app/dispatcher: default route for tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:26 [Info] [4084826333] v2ray.com/core/common/mux: dispatching request to tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:26 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName:443
2019/07/19 19:53:30 [Info] [3924094874] v2ray.com/core/proxy/socks: TCP Connect request to tcp:twitter.com:443
2019/07/19 19:53:30 [Info] [3924094874] v2ray.com/core/app/dispatcher: sniffed domain: twitter.com
2019/07/19 19:53:30 [Info] [649359379] v2ray.com/core/proxy/socks: TCP Connect request to tcp:twitter.com:443
2019/07/19 19:53:30 [Info] [649359379] v2ray.com/core/app/dispatcher: sniffed domain: twitter.com
2019/07/19 19:53:34 [Info] [3976232067] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:34 [Info] [385483560] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:34 [Info] [385483560] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:34 [Info] [3976232067] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:34 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > lookup twitter.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:34 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > lookup twitter.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:34 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > lookup twitter.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:34 [Info] [3924094874] v2ray.com/core/app/dispatcher: default route for tcp:twitter.com:443
2019/07/19 19:53:34 [Info] [3924094874] v2ray.com/core/common/mux: dispatching request to tcp:twitter.com:443
2019/07/19 19:53:34 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > lookup twitter.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:34 [Info] [649359379] v2ray.com/core/app/dispatcher: default route for tcp:twitter.com:443
2019/07/19 19:53:34 [Info] [649359379] v2ray.com/core/common/mux: dispatching request to tcp:twitter.com:443
2019/07/19 19:53:34 [Info] [4087394096] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:34 [Info] [4087394096] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:34 [Info] [150836839] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:34 [Info] [150836839] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:34 [Info] [3461984614] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:34 [Info] [3461984614] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:35 [Info] [1123464033] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1123464033] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:35 [Info] [1124334804] v2ray.com/core/proxy/socks: TCP Connect request to tcp:fgsd:80
2019/07/19 19:53:35 [Info] [1124334804] v2ray.com/core/app/dispatcher: sniffed domain: fgsd
2019/07/19 19:53:35 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName:443
2019/07/19 19:53:35 [Info] [1772945048] v2ray.com/core/proxy/socks: TCP Connect request to tcp:fgsd:80
2019/07/19 19:53:35 [Info] [1645966799] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1645966799] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:35 [Info] [1036916376] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1036916376] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] [1645966799] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1036916376] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1645966799] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1036916376] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] [4087394096] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] [3461984614] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [4087394096] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [3461984614] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] [1123464033] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] v2ray.com/core/app/router: resolve ip for www.google.com > lookup www.google.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:35 [Info] [150836839] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [1123464033] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] [385483560] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName:443
2019/07/19 19:53:35 [Info] [3976232067] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 19:53:35 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName:443
2019/07/19 19:53:36 [Info] v2ray.com/core/app/router: resolve ip for www.googleapis.com > lookup www.googleapis.com: no such host
2019/07/19 19:53:36 [Info] v2ray.com/core/app/router: resolve ip for www.googleapis.com > lookup www.googleapis.com: no such host
2019/07/19 19:53:36 [Info] v2ray.com/core/app/router: resolve ip for mtalk.google.com > lookup mtalk.google.com: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for fgsd > lookup fgsd: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for fgsd > lookup fgsd: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for clients4.google.com > lookup clients4.google.com: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for clients4.google.com > lookup clients4.google.com: no such host
2019/07/19 19:53:37 [Info] [916346125] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 19:53:37 [Info] [869788295] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 19:53:37 [Info] [916346125] v2ray.com/core/common/mux: dispatching request to tcp:www.googleapis.com:443
2019/07/19 19:53:37 [Info] [869788295] v2ray.com/core/common/mux: dispatching request to tcp:www.googleapis.com:443
2019/07/19 19:53:37 [Info] [702185159] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:5228
2019/07/19 19:53:37 [Info] [702185159] v2ray.com/core/common/mux: dispatching request to tcp:mtalk.google.com:5228
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for sockets.leetcode.com > lookup sockets.leetcode.com: no such host
2019/07/19 19:53:37 [Info] v2ray.com/core/app/router: resolve ip for sockets.leetcode.com > lookup sockets.leetcode.com: no such host
2019/07/19 19:53:38 [Info] [3962146163] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 19:53:38 [Info] [3962146163] v2ray.com/core/common/mux: dispatching request to tcp:clients4.google.com:443
2019/07/19 19:53:38 [Info] [3706478889] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 19:53:38 [Info] [3706478889] v2ray.com/core/common/mux: dispatching request to tcp:clients4.google.com:443
2019/07/19 19:53:38 [Info] [4250822096] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:38 [Info] [654082863] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:38 [Info] [772249463] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:38 [Info] [2156301053] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:38 [Info] [1772945048] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:38 [Info] [1125324469] v2ray.com/core/proxy/socks: TCP Connect request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:38 [Info] [1125324469] v2ray.com/core/app/dispatcher: sniffed domain: sockets.leetcode.com
2019/07/19 19:53:38 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:38 [Info] [4250822096] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 19:53:38 [Info] [4250822096] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:38 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:38 [Info] [772249463] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 19:53:38 [Info] [772249463] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:39 [Info] [1125324469] v2ray.com/core/app/dispatcher: default route for tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [1125324469] v2ray.com/core/common/mux: dispatching request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [654082863] v2ray.com/core/app/dispatcher: default route for tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [654082863] v2ray.com/core/common/mux: dispatching request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [2156301053] v2ray.com/core/app/dispatcher: default route for tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [2156301053] v2ray.com/core/common/mux: dispatching request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [3328872896] v2ray.com/core/proxy/socks: TCP Connect request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [3328872896] v2ray.com/core/app/dispatcher: sniffed domain: sockets.leetcode.com
2019/07/19 19:53:39 [Info] [3328872896] v2ray.com/core/app/dispatcher: default route for tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] [3328872896] v2ray.com/core/common/mux: dispatching request to tcp:sockets.leetcode.com:443
2019/07/19 19:53:39 [Info] v2ray.com/core/app/router: resolve ip for fgsd > lookup fgsd: no such host
2019/07/19 19:53:39 [Info] v2ray.com/core/app/router: resolve ip for fgsd > lookup fgsd: no such host
2019/07/19 19:53:39 [Info] [1772945048] v2ray.com/core/app/dispatcher: default route for tcp:fgsd:80
2019/07/19 19:53:39 [Info] [1124334804] v2ray.com/core/app/dispatcher: default route for tcp:fgsd:80
2019/07/19 19:53:39 [Info] [1772945048] v2ray.com/core/common/mux: dispatching request to tcp:fgsd:80
2019/07/19 19:53:39 [Info] [1772945048] v2ray.com/core/common/mux: failed to write first payload > EOF
2019/07/19 19:53:39 [Info] [1124334804] v2ray.com/core/common/mux: dispatching request to tcp:fgsd:80
2019/07/19 19:53:40 [Info] [2933437820] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:40 [Info] [2933437820] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 19:53:40 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:41 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:41 [Info] [2933437820] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 19:53:41 [Info] [2933437820] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:41 [Info] [3652657680] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:41 [Info] [3652657680] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 19:53:41 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:41 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:41 [Info] [3652657680] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 19:53:41 [Info] [3652657680] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 19:53:46 [Info] [385483560] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:46 [Info] [385483560] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 19:53:46 [Info] [3976232067] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 19:53:46 [Info] [3976232067] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 19:53:46 [Info] [3849172617] v2ray.com/core/proxy/socks: TCP Connect request to tcp:twitter.com:443
2019/07/19 19:53:46 [Info] [3849172617] v2ray.com/core/app/dispatcher: sniffed domain: twitter.com
2019/07/19 19:53:47 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > lookup twitter.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:47 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > lookup twitter.com: getaddrinfow: A non-recoverable error occurred during a database lookup.
2019/07/19 19:53:47 [Info] [3849172617] v2ray.com/core/app/dispatcher: default route for tcp:twitter.com:443
2019/07/19 19:53:47 [Info] [3849172617] v2ray.com/core/common/mux: dispatching request to tcp:twitter.com:443
2019/07/19 19:53:47 [Info] [3289756673] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:47 [Info] [3289756673] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:47 [Info] [3756019414] v2ray.com/core/proxy/socks: TCP Connect request to tcp:fonts.gstatic.com:443
2019/07/19 19:53:47 [Info] [3756019414] v2ray.com/core/app/dispatcher: sniffed domain: fonts.gstatic.com
2019/07/19 19:53:47 [Info] [2282321604] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 19:53:47 [Info] [2282321604] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 19:53:47 [Info] [3756019414] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:fonts.gstatic.com:443]
2019/07/19 19:53:47 [Info] [3756019414] v2ray.com/core/proxy/freedom: opening connection to tcp:fonts.gstatic.com:443
2019/07/19 19:53:47 [Info] [3756019414] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:fonts.gstatic.com:443

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

    // 在这里附上服务器端日志
2019/07/19 19:53:35 tcp:223.104.63.159:30507 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:35 tcp:223.104.63.159:30507 accepted tcp:twitter.com:443
2019/07/19 19:53:35 tcp:223.104.63.159:30507 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:53:35 tcp:223.104.63.159:30507 accepted tcp:twitter.com:443
2019/07/19 19:53:35 tcp:223.104.63.159:30507 accepted tcp:twitter.com:443
2019/07/19 19:53:35 tcp:223.104.63.159:30508 accepted tcp:www.google.com:443
2019/07/19 19:53:35 tcp:223.104.63.159:30508 accepted tcp:www.google.com:443
2019/07/19 19:53:58 tcp:223.104.63.159:30512 accepted tcp:clients4.google.com:443
2019/07/19 19:53:58 tcp:223.104.63.159:30512 accepted tcp:www.googleapis.com:443
2019/07/19 19:53:58 tcp:223.104.63.159:30512 accepted tcp:clients4.google.com:443
2019/07/19 19:53:58 tcp:223.104.63.159:30513 accepted tcp:edge-chat.facebook.com:443
2019/07/19 19:53:59 tcp:223.104.63.159:30513 accepted tcp:twitter.com:443
2019/07/19 19:54:22 tcp:223.104.63.159:30514 accepted tcp:mtalk.google.com:443
2019/07/19 19:54:24 tcp:223.104.63.159:30515 accepted tcp:www.googleapis.com:443
2019/07/19 19:54:36 tcp:223.104.63.159:30516 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:54:36 tcp:223.104.63.159:30516 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:54:36 tcp:223.104.63.159:30516 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:54:36 tcp:223.104.63.159:30516 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:54:36 tcp:223.104.63.159:30516 accepted tcp:4-edge-chat.facebook.com:443
2019/07/19 19:54:55 tcp:223.104.63.159:30517 accepted tcp:www.googleapis.com:443
2019/07/19 19:54:55 tcp:223.104.63.159:30517 accepted tcp:www.google.com:443

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

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

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

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

通常的命令为 journalctl -u v2ray

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

a2232189 commented 5 years ago

控制变量测试:

  1. 使用中国移动4G网络,android 9 + v2rayNG,无法访问被q网站
  2. 使用中国移动4G网络,android 9 热点共享给笔记本电脑,使用 V2Ray 4.20.0 + v2rayN,无法访问被q网站.上面的日志就是通过这个方法得出。
  3. 使用中国移动光纤宽带+路由器+wifi,与2是同一台笔记本电脑,使用 V2Ray 4.20.0 + v2rayN,能正常访问被q网站。
  4. 使用中国移动光纤宽带+路由器+wifi,使用1的android 9手机+ v2rayNG,能正常访问被q网站。
kslr commented 5 years ago

DNS问题

a2232189 commented 5 years ago

DNS问题

请问是指v2ray client无法解析出v2ray server的ip吗?还是指v2ray client无法解析出我要访问的被q网站的ip(如google.com/Facebook.com)

kslr commented 5 years ago

v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.

第二个答案

a2232189 commented 5 years ago

DNS问题

不好意思可能是我不太懂,但我见到server的access log里头有

2019/07/19 19:54:36 tcp:223.104.63.159:30516 accepted tcp:4-edge-chat.facebook.com:443

这应该意味着server已经接收到了这个对Facebook的fq请求?至于你提到日志中有

v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > lookup edge-chat.facebook.com: getaddrinfow: A non-recoverable error occurred during a database lookup.

我觉得可能可以解释为,偶然一次dns查询失败? 您认为呢。

a2232189 commented 5 years ago

补充一下:

使用中国移动4G网络,android 9 热点共享给笔记本电脑,使用 V2Ray 4.20.0 + v2rayN,无法访问被q网站.上面的日志就是通过这个方法得出。

这个测试进行时,我手动指定了电脑的dns为8.8.8.8 + 8.8.4.4

kslr commented 5 years ago

你PING下不就知道了,中国移动最擅长的就是劫持搞防火墙

a2232189 commented 5 years ago

你PING下不就知道了,中国移动最擅长的就是劫持搞防火墙

刚才ping了一下,一开始因为android9 共享给电脑的热点同时支持ipv4 和ipv6,而ping默认的方式应该是ipv6,所以ping的时候提示找不到主机facebook.com,请稍后再试。然后我把电脑的adapter的ipv6的支持给关掉,只用ipv4,此时ping的话是能通过dns查询出一个被投毒的ip地址(one of ip in https://github.com/chengr28/Pcap_DNSProxy/issues/288

),然后ping的结果是timeout

a2232189 commented 5 years ago

我还是得不出任何结论,按照我的理解,v2ray的工作原理是:dns查询这个网址的ip,如果ip是非中国大陆的,就传输到v2ray server去代理访问。因此我这个情况下,虽然dns查询facebook.com出来的ip是被投毒的,但它仍然是一个美国的地址,因此v2ray client仍然会把facebook.com这个域名扔给v2ray server去处理。这样一来整个流程都是对的。我无法理解为什么打不开被q的网站。还请指点。

kslr commented 5 years ago

但你的配置并没有写路由啊https://v2ray.com/chapter_02/04_dns.html 不过我认为最简单的办法是打开 DNSCrypt

a2232189 commented 5 years ago

开启了远程dns解析也不行呀。 server log:

2019/07/19 20:42:33 [Info] [256221780] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2019/07/19 20:42:33 [Info] [256221780] v2ray.com/core/app/dispatcher: default route for tcp:gd:80
2019/07/19 20:42:33 [Info] [256221780] v2ray.com/core/proxy/freedom: opening connection to tcp:gd:80
2019/07/19 20:42:33 [Info] [256221780] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:gd:80
2019/07/19 20:42:33 [Info] [256221780] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:gd:80
2019/07/19 20:42:33 [Info] [256221780] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:gd:80
2019/07/19 20:42:34 [Info] [256221780] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:gd:80
2019/07/19 20:42:34 [Info] [3565411007] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: invalid request from 111.224.218.89:56966 > v2ray.com/c$
2019/07/19 20:42:34 [Info] [256221780] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:gd:80
2019/07/19 20:42:34 [Info] [1006170922] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:42:34 [Info] [1006170922] v2ray.com/core/common/mux: received request for tcp:clients4.google.com:443
2019/07/19 20:42:34 [Info] [1006170922] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 20:42:34 [Info] [1006170922] v2ray.com/core/proxy/freedom: opening connection to tcp:clients4.google.com:443
2019/07/19 20:42:34 [Info] [1006170922] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients4.google.com:443
2019/07/19 20:42:34 [Info] [256221780] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: failed to open connection to tcp:gd:80 > v$
2019/07/19 20:42:34 [Info] [256221780] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe
2019/07/19 20:42:36 [Info] [1006170922] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/07/19 20:42:36 [Info] [1006170922] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/common/mux: received request for udp:8.8.8.8:53
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/proxy/freedom: opening connection to udp:8.8.8.8:53
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/common/mux: received request for tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [1636700164] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2019/07/19 20:42:53 [Info] [3424228882] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > v2ray.com/core/proxy/fr$
2019/07/19 20:42:53 [Info] [3424228882] v2ray.com/core/common/mux: session 7 ends. > io: read/write on closed pipe
2019/07/19 20:43:08 [Info] [819317750] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:43:08 [Info] [819317750] v2ray.com/core/common/mux: received request for tcp:live.github.com:443
2019/07/19 20:43:08 [Info] [819317750] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443
2019/07/19 20:43:08 [Info] [819317750] v2ray.com/core/proxy/freedom: opening connection to tcp:live.github.com:443
2019/07/19 20:43:08 [Info] [819317750] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:live.github.com:443
2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/common/mux: received request for tcp:clients4.google.com:443
2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/proxy/freedom: opening connection to tcp:clients4.google.com:443

2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/proxy/freedom: opening connection to tcp:clients4.google.com:443
2019/07/19 20:43:11 [Info] [720514743] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients4.google.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/common/mux: received request for udp:8.8.8.8:53
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/proxy/freedom: opening connection to udp:8.8.8.8:53
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/common/mux: received request for tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/proxy/freedom: opening connection to tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/common/mux: received request for tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/proxy/freedom: opening connection to tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [3363567402] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.googleapis.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/common/mux: received request for udp:8.8.8.8:53
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/proxy/freedom: opening connection to udp:8.8.8.8:53
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/common/mux: received request for tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/common/mux: received request for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/proxy/freedom: opening connection to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1543034427] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/common/mux: received request for udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/proxy/freedom: opening connection to udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/common/mux: received request for tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/proxy/freedom: opening connection to tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [3182163254] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:edge-chat.facebook.com:443

v2ray client log:

2019/07/19 20:42:47 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain www.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:47 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:42:47 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:42:47 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:42:47 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:42:47 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:47 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 6-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:47 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain www.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:47 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 6-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:48 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain www.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:48 [Warning] v2ray.com/core: V2Ray 4.20.0 started
2019/07/19 20:42:48 [Info] [2216036062] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [2216036062] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:42:48 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:42:48 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:42:48 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:42:48 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName.tk:443
2019/07/19 20:42:48 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName.tk:443
2019/07/19 20:42:48 [Info] [2216036062] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [2216036062] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [3879277895] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [3879277895] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:42:48 [Info] [3879277895] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:48 [Info] [3879277895] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [3885197263] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [358766589] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [358766589] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:42:49 [Info] [358766589] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [358766589] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [3885197263] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:42:49 [Info] [3885197263] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [3885197263] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [3110583219] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [4013198689] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [3110583219] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:42:49 [Info] [3110583219] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [3110583219] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [4013198689] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:42:49 [Info] [4013198689] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:42:49 [Info] [4013198689] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:42:51 [Info] [210345438] v2ray.com/core/proxy/socks: TCP Connect request to tcp:live.github.com:443
2019/07/19 20:42:51 [Info] [210345438] v2ray.com/core/app/dispatcher: sniffed domain: live.github.com
2019/07/19 20:42:51 [Info] [1796753666] v2ray.com/core/proxy/socks: TCP Connect request to tcp:live.github.com:443
2019/07/19 20:42:51 [Info] [1796753666] v2ray.com/core/app/dispatcher: sniffed domain: live.github.com
2019/07/19 20:42:53 [Info] [85937662] v2ray.com/core/proxy/socks: TCP Connect request to tcp:0-edge-chat.facebook.com:443
2019/07/19 20:42:53 [Info] [85937662] v2ray.com/core/app/dispatcher: sniffed domain: 0-edge-chat.facebook.com
2019/07/19 20:42:54 [Info] [1061166830] v2ray.com/core/proxy/socks: TCP Connect request to tcp:0-edge-chat.facebook.com:443
2019/07/19 20:42:54 [Info] [1061166830] v2ray.com/core/app/dispatcher: sniffed domain: 0-edge-chat.facebook.com
2019/07/19 20:42:54 [Info] [2313002578] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients4.google.com:443
2019/07/19 20:42:54 [Info] [2313002578] v2ray.com/core/app/dispatcher: sniffed domain: clients4.google.com
2019/07/19 20:42:54 [Info] [2142414615] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients4.google.com:443
2019/07/19 20:42:54 [Info] [2142414615] v2ray.com/core/app/dispatcher: sniffed domain: clients4.google.com
2019/07/19 20:42:55 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:55 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:42:55 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:42:55 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:42:55 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:55 [Info] [3770795263] v2ray.com/core/proxy/socks: TCP Connect request to tcp:live.github.com:443
2019/07/19 20:42:55 [Info] [3770795263] v2ray.com/core/app/dispatcher: sniffed domain: live.github.com
2019/07/19 20:42:56 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:42:57 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:58 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:58 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:58 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:59 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:42:59 [Info] v2ray.com/core/app/router: resolve ip for live.github.com > v2ray.com/core/app/dns: returning nil for domain live.github.com > context deadline exceeded
2019/07/19 20:42:59 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:42:59 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:42:59 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:42:59 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:42:59 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:42:59 [Info] v2ray.com/core/app/router: resolve ip for live.github.com > v2ray.com/core/app/dns: returning nil for domain live.github.com > context deadline exceeded
2019/07/19 20:42:59 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:42:59 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:42:59 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:42:59 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:01 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:01 [Info] v2ray.com/core/app/router: resolve ip for 0-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 0-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:02 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:02 [Info] v2ray.com/core/app/router: resolve ip for 0-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 0-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:02 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:02 [Info] v2ray.com/core/app/router: resolve ip for clients4.google.com > v2ray.com/core/app/dns: returning nil for domain clients4.google.com > context deadline exceeded
2019/07/19 20:43:02 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:02 [Info] v2ray.com/core/app/router: resolve ip for clients4.google.com > v2ray.com/core/app/dns: returning nil for domain clients4.google.com > context deadline exceeded
2019/07/19 20:43:03 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:03 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:03 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:03 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:03 [Info] v2ray.com/core/app/router: resolve ip for live.github.com > v2ray.com/core/app/dns: returning nil for domain live.github.com > context deadline exceeded
2019/07/19 20:43:03 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:03 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:03 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:03 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:04 [Info] [612527946] v2ray.com/core/proxy/socks: TCP Connect request to tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:04 [Info] [612527946] v2ray.com/core/app/dispatcher: sniffed domain: 0-edge-chat.facebook.com
2019/07/19 20:43:05 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:05 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:05 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:05 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:06 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:06 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:06 [Info] [262166609] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:06 [Info] [262166609] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 20:43:06 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:07 [Info] [3147336506] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:07 [Info] [3147336506] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 20:43:07 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:07 [Info] v2ray.com/core/app/router: resolve ip for live.github.com > v2ray.com/core/app/dns: returning nil for domain live.github.com > context deadline exceeded
2019/07/19 20:43:07 [Info] [210345438] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443
2019/07/19 20:43:07 [Info] [210345438] v2ray.com/core/common/mux: dispatching request to tcp:live.github.com:443
2019/07/19 20:43:07 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:07 [Info] v2ray.com/core/app/router: resolve ip for live.github.com > v2ray.com/core/app/dns: returning nil for domain live.github.com > context deadline exceeded
2019/07/19 20:43:07 [Info] [1796753666] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443
2019/07/19 20:43:07 [Info] [1796753666] v2ray.com/core/common/mux: dispatching request to tcp:live.github.com:443
2019/07/19 20:43:07 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName.tk:443
2019/07/19 20:43:07 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:07 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:08 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName.tk:443
2019/07/19 20:43:08 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.43.49:11230->serverIP:443: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019/07/19 20:43:08 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 20:43:08 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:08 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:08 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:08 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:08 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:09 [Info] [4013198689] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:09 [Info] [3885197263] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:09 [Info] [358766589] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:09 [Info] [3879277895] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:09 [Info] [210345438] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:09 [Info] [3110583219] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:09 [Info] [4013198689] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:09 [Info] [3885197263] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:09 [Info] [210345438] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:09 [Info] [3110583219] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:09 [Info] [3879277895] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:09 [Info] [358766589] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:09 [Info] [3045229074] v2ray.com/core/proxy/socks: TCP Connect request to tcp:fonts.gstatic.com:443
2019/07/19 20:43:09 [Info] [3045229074] v2ray.com/core/app/dispatcher: sniffed domain: fonts.gstatic.com
2019/07/19 20:43:09 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:09 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:09 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:09 [Info] [225241849] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:09 [Info] [225241849] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:09 [Info] [225241849] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:09 [Info] [225241849] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:09 [Info] [3292272187] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:09 [Info] [3292272187] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:09 [Info] [3292272187] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:09 [Info] [3292272187] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:09 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:09 [Info] v2ray.com/core/app/router: resolve ip for 0-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 0-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:09 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:09 [Info] [85937662] v2ray.com/core/app/dispatcher: default route for tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:09 [Info] [85937662] v2ray.com/core/common/mux: dispatching request to tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:10 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:10 [Info] v2ray.com/core/app/router: resolve ip for 0-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 0-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:10 [Info] [1061166830] v2ray.com/core/app/dispatcher: default route for tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:10 [Info] [1061166830] v2ray.com/core/common/mux: dispatching request to tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:10 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:10 [Info] v2ray.com/core/app/router: resolve ip for clients4.google.com > v2ray.com/core/app/dns: returning nil for domain clients4.google.com > context deadline exceeded
2019/07/19 20:43:10 [Info] [2313002578] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 20:43:10 [Info] [2313002578] v2ray.com/core/common/mux: dispatching request to tcp:clients4.google.com:443
2019/07/19 20:43:10 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:10 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:10 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:10 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:10 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain clients4.google.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:10 [Info] v2ray.com/core/app/router: resolve ip for clients4.google.com > v2ray.com/core/app/dns: returning nil for domain clients4.google.com > context deadline exceeded
2019/07/19 20:43:10 [Info] [2142414615] v2ray.com/core/app/dispatcher: default route for tcp:clients4.google.com:443
2019/07/19 20:43:10 [Info] [2142414615] v2ray.com/core/common/mux: dispatching request to tcp:clients4.google.com:443
2019/07/19 20:43:10 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName.tk:443
2019/07/19 20:43:11 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName.tk:443
2019/07/19 20:43:11 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:11 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain live.github.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:11 [Info] v2ray.com/core/app/router: resolve ip for live.github.com > v2ray.com/core/app/dns: returning nil for domain live.github.com > context deadline exceeded
2019/07/19 20:43:11 [Info] [3770795263] v2ray.com/core/app/dispatcher: default route for tcp:live.github.com:443
2019/07/19 20:43:11 [Info] [3770795263] v2ray.com/core/common/mux: dispatching request to tcp:live.github.com:443
2019/07/19 20:43:12 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:12 [Info] v2ray.com/core/app/router: resolve ip for 0-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 0-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:12 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:13 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain fonts.gstatic.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:13 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:13 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:13 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:13 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:14 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:14 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:14 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:14 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:14 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:14 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:15 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:15 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:16 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:16 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:16 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:16 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:17 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain fonts.gstatic.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:17 [Info] v2ray.com/core/app/router: resolve ip for fonts.gstatic.com > v2ray.com/core/app/dns: returning nil for domain fonts.gstatic.com > context deadline exceeded
2019/07/19 20:43:17 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:18 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:18 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:18 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:18 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:18 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:19 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:20 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 0-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:20 [Info] v2ray.com/core/app/router: resolve ip for 0-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 0-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:20 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:20 [Info] [612527946] v2ray.com/core/app/dispatcher: default route for tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:20 [Info] [612527946] v2ray.com/core/common/mux: dispatching request to tcp:0-edge-chat.facebook.com:443
2019/07/19 20:43:21 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain fonts.gstatic.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:21 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:21 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:21 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:22 [Info] [2142414615] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:22 [Info] [2142414615] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:22 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:22 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:22 [Info] [262166609] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:43:22 [Info] [262166609] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:22 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:23 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:23 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:23 [Info] [3147336506] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:43:23 [Info] [3147336506] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:25 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain fonts.gstatic.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:25 [Info] v2ray.com/core/app/router: resolve ip for fonts.gstatic.com > v2ray.com/core/app/dns: returning nil for domain fonts.gstatic.com > context deadline exceeded
2019/07/19 20:43:25 [Info] [3045229074] v2ray.com/core/app/dispatcher: default route for tcp:fonts.gstatic.com:443
2019/07/19 20:43:25 [Info] [3045229074] v2ray.com/core/common/mux: dispatching request to tcp:fonts.gstatic.com:443
2019/07/19 20:43:28 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.43.49:11254->serverIP:443: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019/07/19 20:43:28 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 20:43:28 [Info] [1087637699] v2ray.com/core/proxy/socks: TCP Connect request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:28 [Info] [1087637699] v2ray.com/core/app/dispatcher: sniffed domain: 1-edge-chat.facebook.com
2019/07/19 20:43:28 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:28 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:28 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:29 [Info] [3292272187] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:29 [Info] [3292272187] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:29 [Info] [225241849] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:29 [Info] [225241849] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:29 [Info] [3147336506] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:29 [Info] [3147336506] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:29 [Info] [545482437] v2ray.com/core/proxy/socks: TCP Connect request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:29 [Info] [545482437] v2ray.com/core/app/dispatcher: sniffed domain: 1-edge-chat.facebook.com
2019/07/19 20:43:29 [Info] [1640043334] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:29 [Info] [124631777] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:29 [Info] [1640043334] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:29 [Info] [1640043334] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:29 [Info] [1640043334] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:29 [Info] [124631777] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 20:43:29 [Info] [441253253] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:29 [Info] [3536486614] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:29 [Info] [441253253] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:29 [Info] [441253253] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:29 [Info] [441253253] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:29 [Info] [3536486614] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 20:43:30 [Info] [417853457] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [417853457] v2ray.com/core/app/dispatcher: sniffed domain: www.googleapis.com
2019/07/19 20:43:30 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.43.49:11261->serverIP:443: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019/07/19 20:43:30 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 20:43:30 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:30 [Info] [2492883873] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [2492883873] v2ray.com/core/app/dispatcher: sniffed domain: www.googleapis.com
2019/07/19 20:43:30 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:30 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:30 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:30 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName.tk:443
2019/07/19 20:43:30 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName.tk:443
2019/07/19 20:43:30 [Info] [2492883873] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [2492883873] v2ray.com/core/common/mux: dispatching request to tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [417853457] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 20:43:30 [Info] [417853457] v2ray.com/core/common/mux: dispatching request to tcp:www.googleapis.com:443
2019/07/19 20:43:31 [Info] [3045229074] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:31 [Info] [1640043334] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:31 [Info] [441253253] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:31 [Info] [1640043334] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:31 [Info] [3045229074] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:31 [Info] [441253253] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:31 [Info] [612527946] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:31 [Info] [612527946] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:31 [Info] [262166609] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:31 [Info] [262166609] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:32 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:32 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:32 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:32 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:32 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:33 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:33 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:33 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:36 [Info] [2585714114] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:36 [Info] [2585714114] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:36 [Info] [2585714114] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:36 [Info] [2585714114] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:36 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:36 [Info] v2ray.com/core/app/router: resolve ip for 1-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 1-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:36 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:36 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:36 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:36 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:36 [Info] [2697134868] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:36 [Info] [2697134868] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:36 [Info] [2697134868] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:36 [Info] [2697134868] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:37 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:37 [Info] v2ray.com/core/app/router: resolve ip for 1-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 1-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:37 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:37 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:37 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:37 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:38 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:39 [Info] [186357584] v2ray.com/core/proxy/socks: TCP Connect request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:39 [Info] [186357584] v2ray.com/core/app/dispatcher: sniffed domain: 1-edge-chat.facebook.com
2019/07/19 20:43:39 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:39 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:39 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:40 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:40 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:40 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:40 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:40 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:41 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:41 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:41 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:43 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:44 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:44 [Info] v2ray.com/core/app/router: resolve ip for 1-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 1-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:44 [Info] [1087637699] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:44 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:44 [Info] [1087637699] v2ray.com/core/common/mux: dispatching request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:45 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:45 [Info] v2ray.com/core/app/router: resolve ip for 1-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 1-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:45 [Info] [545482437] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:45 [Info] [545482437] v2ray.com/core/common/mux: dispatching request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:45 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:45 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:45 [Info] [124631777] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:43:45 [Info] [124631777] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:45 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:45 [Info] v2ray.com/core/app/router: resolve ip for edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:45 [Info] [3536486614] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:43:45 [Info] [3536486614] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 20:43:47 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:47 [Info] v2ray.com/core/app/router: resolve ip for 1-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 1-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:47 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:47 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:47 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:51 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:43:51 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:51 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:43:51 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:43:51 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:43:53 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > raw-read tcp 192.168.43.49:11283->serverIP:443: An existing connection was forcibly closed by the remote host.
2019/07/19 20:43:53 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 20:43:53 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:43:54 [Info] [124631777] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [3536486614] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [124631777] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [3536486614] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [2585714114] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [2697134868] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [2585714114] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [2697134868] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [545482437] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [2492883873] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [545482437] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [2492883873] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [1087637699] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:43:54 [Info] [1087637699] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:43:54 [Info] [1588763506] v2ray.com/core/proxy/socks: TCP Connect request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1977204234] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [1588763506] v2ray.com/core/app/dispatcher: sniffed domain: 1-edge-chat.facebook.com
2019/07/19 20:43:54 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:43:54 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:43:54 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:43:54 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName.tk:443
2019/07/19 20:43:54 [Info] [1977204234] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:54 [Info] [1977204234] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [1977204234] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:54 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName.tk:443
2019/07/19 20:43:54 [Info] [1588763506] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1588763506] v2ray.com/core/common/mux: dispatching request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1601711468] v2ray.com/core/proxy/socks: TCP Connect request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1601711468] v2ray.com/core/app/dispatcher: sniffed domain: 1-edge-chat.facebook.com
2019/07/19 20:43:54 [Info] [1601711468] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [1601711468] v2ray.com/core/common/mux: dispatching request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [3740131805] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [3740131805] v2ray.com/core/app/dispatcher: sniffed domain: www.google.com
2019/07/19 20:43:54 [Info] [3740131805] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [3740131805] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/07/19 20:43:54 [Info] [2632879507] v2ray.com/core/proxy/socks: TCP Connect request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [2632879507] v2ray.com/core/app/dispatcher: sniffed domain: 1-edge-chat.facebook.com
2019/07/19 20:43:54 [Info] [2632879507] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:54 [Info] [2632879507] v2ray.com/core/common/mux: dispatching request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:55 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain 1-edge-chat.facebook.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:43:55 [Info] v2ray.com/core/app/router: resolve ip for 1-edge-chat.facebook.com > v2ray.com/core/app/dns: returning nil for domain 1-edge-chat.facebook.com > context deadline exceeded
2019/07/19 20:43:55 [Info] [186357584] v2ray.com/core/app/dispatcher: default route for tcp:1-edge-chat.facebook.com:443
2019/07/19 20:43:55 [Info] [186357584] v2ray.com/core/common/mux: dispatching request to tcp:1-edge-chat.facebook.com:443
2019/07/19 20:44:00 [Info] [2666510602] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.googleapis.com:443
2019/07/19 20:44:00 [Info] [2666510602] v2ray.com/core/app/dispatcher: sniffed domain: www.googleapis.com
2019/07/19 20:44:00 [Info] [2666510602] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 20:44:00 [Info] [2666510602] v2ray.com/core/common/mux: dispatching request to tcp:www.googleapis.com:443
2019/07/19 20:44:00 [Info] [3863192442] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.googleapis.com:443
2019/07/19 20:44:00 [Info] [3863192442] v2ray.com/core/app/dispatcher: sniffed domain: www.googleapis.com
2019/07/19 20:44:00 [Info] [3863192442] v2ray.com/core/app/dispatcher: default route for tcp:www.googleapis.com:443
2019/07/19 20:44:00 [Info] [3863192442] v2ray.com/core/common/mux: dispatching request to tcp:www.googleapis.com:443
2019/07/19 20:44:02 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:44:06 [Info] [3901384642] v2ray.com/core/proxy/socks: TCP Connect request to tcp:twitter.com:443
2019/07/19 20:44:06 [Info] [3901384642] v2ray.com/core/app/dispatcher: sniffed domain: twitter.com
2019/07/19 20:44:06 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:44:06 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:44:06 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:44:07 [Info] [1254604396] v2ray.com/core/proxy/socks: TCP Connect request to tcp:twitter.com:443
2019/07/19 20:44:07 [Info] [1254604396] v2ray.com/core/app/dispatcher: sniffed domain: twitter.com
2019/07/19 20:44:10 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain twitter.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:44:10 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:44:10 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/07/19 20:44:10 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/07/19 20:44:10 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.4.4:53
2019/07/19 20:44:11 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain twitter.com at server udp:8.8.8.8:53 > context deadline exceeded
2019/07/19 20:44:13 [Info] [2719179429] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 20:44:13 [Info] [2719179429] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 20:44:13 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:44:13 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:44:13 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > read tcp 192.168.43.49:11301->serverIP:443: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019/07/19 20:44:14 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/07/19 20:44:14 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:44:14 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
2019/07/19 20:44:14 [Info] [1129706727] v2ray.com/core/proxy/socks: TCP Connect request to tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [1129706727] v2ray.com/core/app/dispatcher: sniffed domain: edge-chat.facebook.com
2019/07/19 20:44:14 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] v2ray.com/core/common/mux: dispatching request to udp:8.8.8.8:53
2019/07/19 20:44:14 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:serverDomainName.tk:443
2019/07/19 20:44:14 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:serverDomainName.tk:443
2019/07/19 20:44:14 [Info] [1129706727] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [1129706727] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [2719179429] v2ray.com/core/app/dispatcher: default route for tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] [2719179429] v2ray.com/core/common/mux: dispatching request to tcp:edge-chat.facebook.com:443
2019/07/19 20:44:14 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain twitter.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:44:14 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > v2ray.com/core/app/dns: returning nil for domain twitter.com > context deadline exceeded
2019/07/19 20:44:15 [Info] [1601711468] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:44:15 [Info] [2632879507] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:44:15 [Info] [2666510602] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:44:15 [Info] [3863192442] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:44:15 [Info] [1601711468] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:44:15 [Info] [2632879507] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:44:15 [Info] [3740131805] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/07/19 20:44:15 [Info] [2666510602] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:44:15 [Info] [3863192442] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:44:15 [Info] [3740131805] v2ray.com/core/common/mux: failed to fetch all input > io: read/write on closed pipe
2019/07/19 20:44:15 [Info] v2ray.com/core/app/dns: failed to lookup ip for domain twitter.com at server udp:8.8.4.4:53 > context deadline exceeded
2019/07/19 20:44:15 [Info] v2ray.com/core/app/router: resolve ip for twitter.com > v2ray.com/core/app/dns: returning nil for domain twitter.com > context deadline exceeded
2019/07/19 20:44:17 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > EOF
a2232189 commented 5 years ago

再附加一个控制变量测试: 同一台android 9 手机 + 中国移动4g网络+ shadowsocks 是可以的!(端口不一样,v2ray 443, shadowsocks一个。。我忘了反正不是特殊数字)(shadowsocks和v2ray部署在同一台vps)

anonymousbone commented 5 years ago

你试试将vps和本地路由的dns换换,选个国内低延迟的dns把本地路由的dns换了,也把vps上v2ray的dns也换了,具体用你自己的vps去ping一下哪个dns延迟低丢包低的换上试试。 我用广东移动测试过能正常访问,没有出现楼主的问题。 如果有ipv6地址,也一并在本地跟vps上添加上一个能用的v6 dns,这里无法给你推荐,v6的dns目前不是全国都能用,相同的ip有些地方能用有些地方不能,具体以自己ping得通为准。

Undefined-User commented 5 years ago

据我最近的测试,v2ray的默认dns解析似乎依赖于本地dns(就是物理机使用的那个),而shadowsocks会默认将dns请求转发给服务器端/其它公共dns去解析。 至于我做出这个推测的原因嘛...因为我的本地dns会把twitter.com&facebook.com劫持到本地地址192.168.x.x,如果此时路由列表里没有配置这两个域名的路由规则或取消绕过局域网和大陆地址选项,这两个网站就无法访问了。但shadowsocks即使开着绕过局域网与大陆地址选项也不会有访问问题。 我认为这是v2ray设计时的一个疏忽,导致无法抵御某些来自本地dns的dns污染(而gfw的dns污染一般是随机返回一个国外的ip,由于不会触发绕过本地/国内ip的规则所以仍然会被代理)。

Xyncgas commented 5 years ago

...the guessing had been going for a while now, though the problem is still not solved because people in question don't understand how v2ray works. When you connect to a host you have to resolve the host name so the client knows where to connect, that is pretty basic sense for any other internet service that connects to a host too. China mobile might block the dns look ups even if you set the dns server to 8.8.8.8 since the government tends to return a fake ip address instead of a legit one with the widely deployed internet censorship infrastructure And yes the best thing you can do is use dnscrypt or remotely name solving ( but then you might want to add your server's dns record in your /windows/system32/drivers/etc/host file on windows for example for the initial connection to your server )

1265578519 commented 5 years ago

移动宽带复现此问题,修改服务端配置文件解决成功,所有请求会准守服务端DNS去查询,忽略本地指定DNS "dns": { "server": [ "8.8.8.8", "1.1.1.1", "localhost" ] },

1265578519 commented 5 years ago

我这移动主要问题还有tcp与kcp模式下,会出现断流几分钟现象,一会后会恢复。ws没问题,kcp改过微信视频,UTP等模式也没用

kslr commented 4 years ago

远离移动保平安 🐶

xiaoma001 commented 4 years ago

移动4g的情况下使用v2ray,亲试WebSocket+TLS+Web配置下可以成功科学上网

showgood163 commented 4 years ago

移动4G,VMESS+TLS可用,但是连接不稳定,容易connection closed。

zxq1002 commented 4 years ago

之前移动4G下TCP直连偶尔会连不上,但是切换到WebSocket+TLS+Web就可以,今天发现不管TCP直连还是WebSocket+TLS+Web都不行了。。切到电信4G一点问题也没有,移动是怎么做到的。。

mp1039447275 commented 4 years ago

记录一下解决方法,同样的现象我的解决了。 表层现象:用chrome打不开twitter.com, 提示HSTS异常导致无法访问.。 其它google/youtube等等网站都没有问题。

解决过程: step 1:Google一下 提示我在Chrome浏览器中输入:chrome://net-internals/#hsts: 找到相应的"delete domain security policies",输入访问有问题的网站域名,然后点击删除(delete) 然而并没有卵用。 顺便看到,明明白白的写着You cannot delete preloaded entries. 再次Google一下,twitter.com就是preload entries.

step 2: 查看证书 点击浏览器左上角。一看,哟,居然是vmware颁发的证书。再次Google一下,好像是什么由于VMware低版本有bug造成的。而我电脑刚好安装了VMware,那就根据提示关了对应的几个服务。 再次打开twitter.com ,这次不报HSTS error了,直接显示err_connection_closed。

step 3:其它终端试试 用手机打开twitter试试,显示是正常的。因为是Google的网址,所以看了看域名发现是mobile.twitter.com。电脑加个mobile试试,居然打开了。但直接输入twitter.com还是打不开。用ipad试试,输入twitter.com也可以打开。 此时,基本怀疑是Windows电脑上的v2ray客户端问题或者dns的问题(本地电脑一直用8.8.8.8,感觉不太可能)。

step 4: debug 更改客户端配置的log为debug,手动运行,并访问twitter.com。客户端的日志表现和上面的大致一样。同时看了下server的日志,没有访问记录。再次仔细观察, 打开YouTube时,dispatcher之后,直接就会交给websocket,将数据向server转发,但是 打开twitter时,dispatcher后,交给freedom,然后就卡住了,没有到websocket去。 显然是freedom模块出现了问题。

step 5: 尝试解决 先考虑到官方查一下文档,换一种协议。后来直接想先删了试试吧,说不定会有默认的呢。就把outbounds里的 { "protocol": "freedom", "settings": {}, "tag": "direct" }, 删除了。 重启客户端,打开twitter.com正常。感觉莫名奇妙的就好了

自此,我终于可以访问twitter.com了。 这个问题再我的电脑上存在很长时间了,有几个月了吧。偶尔Google搜资料到twitter的link打不开,开始时一直以为是网站抽风怎么的,没管它。

txdywy commented 4 years ago

看看ip,感觉还是dns污染

mp1039447275 notifications@github.com 于 2020年5月1日周五 下午11:14写道:

记录一下解决方法,同样的现象我的解决了。 表层现象:用chrome打不开twitter.com, 提示HSTS异常导致无法访问.。 其它google/youtube等等网站都没有问题。

解决过程: step 1:Google一下 提示我在Chrome浏览器中输入:chrome://net-internals/#hsts: 找到相应的"delete domain security policies",输入访问有问题的网站域名,然后点击删除(delete) 然而并没有卵用。 顺便看到,明明白白的写着You cannot delete preloaded entries. 再次Google一下,twitter.com就是preload entries.

step 2: 查看证书

点击浏览器左上角。一看,哟,居然是vmware颁发的证书。再次Google一下,好像是什么由于VMware低版本有bug造成的。而我电脑刚好安装了VMware,那就根据提示关了对应的几个服务。 再次打开twitter.com ,这次不报HSTS error了,直接显示err_connection_closed。

step 3:其它终端试试 用手机打开twitter试试,显示是正常的。因为是Google的网址,所以看了看域名发现是mobile.twitter.com 。电脑加个mobile试试,居然打开了。但直接输入twitter.com还是打不开。用ipad试试,输入twitter.com也可以打开。 此时,基本怀疑是Windows电脑上的v2ray客户端问题或者dns的问题(本地电脑一直用8.8.8.8,感觉不太可能)。

step 4: debug 更改客户端配置的log为debug,手动运行,并访问twitter.com 。客户端的日志表现和上面的大致一样。同时看了下server的日志,没有访问记录。再次仔细观察, 打开YouTube时,dispatcher之后,直接就会交给websocket,将数据向server转发,但是 打开twitter时,dispatcher后,交给freedom,然后就卡住了,没有到websocket去。 显然是freedom模块出现了问题。

step 5: 尝试解决 先考虑到官方查一下文档,换一种协议。后来直接想先删了试试吧,说不定会有默认的呢。就把outbounds里的 { "protocol": "freedom", "settings": {}, "tag": "direct" }, 删除了。 重启客户端,打开twitter.com正常。感觉莫名奇妙的就好了

自此,我终于可以访问twitter.com了。 这个问题再我的电脑上存在很长时间了,有几个月了吧。偶尔Google搜资料到twitter的link打不开,开始时一直以为是网站抽风怎么的,没管它。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/v2ray/v2ray-core/issues/1808#issuecomment-622428083, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG7EC3Z3INQBBVV6CK5EN3RPLRMFANCNFSM4IFFKR5Q .

mp1039447275 commented 4 years ago

看看ip,感觉还是dns污染 mp1039447275 notifications@github.com 于 2020年5月1日周五 下

不知你为何说是DNS污染?请给出理由。个人呢猜测是twitter开启HSTS,freedom不兼容导致的。 有兴趣可以提个issue或者自己用source code debug一下。我近期忙就没时间弄了。

QuoNada commented 4 years ago

DNSjumper一键最快,亲测有效

wg485733 commented 3 years ago

换运营商是最直接的解决办法

我在移动4G的网络下,不仅连不上v2ray、trojan,连ssh到服务器ip都不行……