v2ray / v2ray-core

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

v2ray Websocket+Vmess+TLS+Nginx BBR部署情况下速度缓慢 #2096

Closed Olympus-E closed 4 years ago

Olympus-E commented 4 years ago

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

1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 4.21.3 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 1GBPS CN2 VPS Gigsgigscloud 机房洛杉矶 Cloudlet V 本地100M电信光纤 Chrome 通过 VMESS 以 Websocket+TLS+Nginx 下载测试文件/观看Youtube视频 3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)

使用BBR拥塞控制的时候 任何网络情况下(电信/联通带宽 联通4G)速度都只有5000kbps 下载测试文件速度大概在700KB/s封顶

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

使用CUBIC拥塞算法 速度能提升到正常值 大概40Mbps 5MB/s的下载速度 在使用VMESS + BBR不通过Websocket系列协议的时候速度和使用CUBIC +Websocket系列在相同水平(5MB/s类似 不至于1MB/s都上不了)

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

服务器端配置:

{
  "inbounds": [
    {
      "port": xxxx,
      "listen": "127.0.0.1",
      "protocol": "vmess",
      "settings": {
              "clients": [
                {
                    "id": "*hidden*",
                    "level": 0,
                    "alterId": 4,
                    "email": "love@v2ray.com"
            }
          ],
        "default": {
                "level": 0,
                "alterId": 4
        },
        "disableInsecureEncryption": true
        },
      "streamSettings": {
        "network": "ws",
        "wsSettings": {
            "path": "*hidden*"
        }
      },
      "tag": "",
      "sniffing": {
        "enabled": false,
        "destOverride": ["http", "tls"]
      },
      "allocate": {
        "strategy": "always",
        "refresh": 5,
        "concurrency": 3
            }
        }
],
  "outbounds": [
    {
      "sendThrough": "0.0.0.0",
      "protocol": "freedom",
      "settings": {
          "domainStrategy": "AsIs",
          "userLevel": 0
    },
      "tag": "标识",
      "streamSettings": {},
      "mux": {}
    }
],
    "policy": {
        "levels": {
            "0": {
              "bufferSize": 20480 // 测试作用 去掉无变化 内存使用率正常
            }
        }
    }
}

客户端配置(V2RayN):

{
  "policy": null,
  "log": {
    "access": "C:\\v2rayN\\Vaccess.log",
    "error": "C:\\v2rayN\\Verror.log",
    "loglevel": "debug"
  },
  "inbounds": [
    {
      "tag": "proxy",
      "port": 10808,
      "listen": "127.0.0.1",
      "protocol": "socks",
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls"
        ]
      },
      "settings": {
        "auth": "noauth",
        "udp": true,
        "ip": null,
        "address": null,
        "clients": null
      },
      "streamSettings": null
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "*hidden*",
            "port": hidden,
            "users": [
              {
                "id": "hidden",
                "alterId": 4,
                "email": "t@t.tt",
                "security": "hidden"
              }
            ]
          }
        ],
        "servers": null,
        "response": null
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "tlsSettings": {
          "allowInsecure": false,
          "serverName": null
        },
        "tcpSettings": null,
        "kcpSettings": null,
        "wsSettings": {
          "connectionReuse": true,
          "path": "*hidden*",
          "headers": null
        },
        "httpSettings": null,
        "quicSettings": null
      },
      "mux": {
        "enabled": false
      }
    },
    {
      "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
    }
  ],
  "stats": null,
  "api": null,
  "dns": null,
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "port": null,
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "ip": null,
        "domain": null
      }
    ]
  }
}

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

服务器端错误日志:

无错误日志

客户端错误日志:

2019/12/09 18:27:18 [Debug] v2ray.com/core/app/log: Logger started
2019/12/09 18:27:18 [Warning] v2ray.com/core: V2Ray 4.21.3 started
2019/12/09 18:27:20 [Info] [3058801890] v2ray.com/core/proxy/socks: TCP Connect request to tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [3058801890] v2ray.com/core/app/dispatcher: sniffed domain: googleads.g.doubleclick.net
2019/12/09 18:27:20 [Info] [3058801890] v2ray.com/core/app/dispatcher: default route for tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [3058801890] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:20 [Info] [587796402] v2ray.com/core/proxy/socks: TCP Connect request to tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [587796402] v2ray.com/core/app/dispatcher: sniffed domain: googleads.g.doubleclick.net
2019/12/09 18:27:20 [Info] [587796402] v2ray.com/core/app/dispatcher: default route for tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [587796402] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:20 [Info] [1505973854] v2ray.com/core/proxy/socks: TCP Connect request to tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [1142320458] v2ray.com/core/proxy/socks: TCP Connect request to tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [1505973854] v2ray.com/core/app/dispatcher: sniffed domain: googleads.g.doubleclick.net
2019/12/09 18:27:20 [Info] [1505973854] v2ray.com/core/app/dispatcher: default route for tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [1505973854] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:20 [Info] [1142320458] v2ray.com/core/app/dispatcher: sniffed domain: googleads.g.doubleclick.net
2019/12/09 18:27:20 [Info] [1142320458] v2ray.com/core/app/dispatcher: default route for tcp:googleads.g.doubleclick.net:443
2019/12/09 18:27:20 [Info] [1142320458] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:20 [Info] [3058801890] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:googleads.g.doubleclick.net:443 via tcp:***:****
2019/12/09 18:27:21 [Info] [587796402] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:googleads.g.doubleclick.net:443 via tcp:***:****
2019/12/09 18:27:21 [Info] [1505973854] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:googleads.g.doubleclick.net:443 via tcp:***:****
2019/12/09 18:27:21 [Info] [1142320458] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:googleads.g.doubleclick.net:443 via tcp:***:****
2019/12/09 18:27:21 [Info] [1505973854] 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 > write tcp 127.0.0.1:10808->127.0.0.1:54466: wsasend: An established connection was aborted by the software in your host machine.
2019/12/09 18:27:21 [Info] [1505973854] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/12/09 18:27:21 [Info] [1142320458] 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 > write tcp 127.0.0.1:10808->127.0.0.1:54467: wsasend: An established connection was aborted by the software in your host machine.
2019/12/09 18:27:21 [Info] [1142320458] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/12/09 18:27:21 [Info] [90559015] v2ray.com/core/proxy/socks: TCP Connect request to tcp:lax-ca-us-ping.vultr.com:443
2019/12/09 18:27:21 [Info] [90559015] v2ray.com/core/app/dispatcher: sniffed domain: lax-ca-us-ping.vultr.com
2019/12/09 18:27:21 [Info] [90559015] v2ray.com/core/app/dispatcher: default route for tcp:lax-ca-us-ping.vultr.com:443
2019/12/09 18:27:21 [Info] [90559015] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:22 [Info] [90559015] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:lax-ca-us-ping.vultr.com:443 via tcp:***:****
2019/12/09 18:27:22 [Info] [587796402] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > websocket: close 1000 (normal)
2019/12/09 18:27:22 [Info] [587796402] 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/12/09 18:27:25 [Info] [1797279379] v2ray.com/core/proxy/socks: TCP Connect request to tcp:0.client-channel.google.com:443
2019/12/09 18:27:25 [Info] [1797279379] v2ray.com/core/app/dispatcher: sniffed domain: 0.client-channel.google.com
2019/12/09 18:27:25 [Info] [1797279379] v2ray.com/core/app/dispatcher: default route for tcp:0.client-channel.google.com:443
2019/12/09 18:27:25 [Info] [1797279379] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:25 [Info] [1797279379] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:0.client-channel.google.com:443 via tcp:***:****
2019/12/09 18:27:33 [Info] [4032262028] v2ray.com/core/proxy/socks: TCP Connect request to tcp:0.1.0.1:1001
2019/12/09 18:27:33 [Info] [4032262028] v2ray.com/core/app/dispatcher: sniffed domain: 0.1.0.1
2019/12/09 18:27:33 [Info] [4032262028] v2ray.com/core/app/dispatcher: default route for tcp:0.1.0.1:1001
2019/12/09 18:27:33 [Info] [4032262028] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:33 [Info] [4032262028] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:0.1.0.1:1001 via tcp:***:****
2019/12/09 18:27:34 [Info] [4032262028] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > websocket: close 1000 (normal)
2019/12/09 18:27:34 [Info] [4032262028] 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/12/09 18:27:39 [Info] [1125920518] v2ray.com/core/proxy/socks: TCP Connect request to tcp:mtalk.google.com:443
2019/12/09 18:27:39 [Info] [1125920518] v2ray.com/core/app/dispatcher: sniffed domain: mtalk.google.com
2019/12/09 18:27:39 [Info] [1125920518] v2ray.com/core/app/dispatcher: default route for tcp:mtalk.google.com:443
2019/12/09 18:27:39 [Info] [1125920518] v2ray.com/core/transport/internet/websocket: creating connection to tcp:***:****
2019/12/09 18:27:40 [Info] [1125920518] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:mtalk.google.com:443 via tcp:***:****

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

    2019/12/09 08:17:51 127.0.0.1:54166 accepted tcp:cuscochromeextension-pa.googleapis.com:443 [标识] email: *******
2019/12/09 08:17:52 127.0.0.1:54170 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:17:52 127.0.0.1:54172 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:17:52 127.0.0.1:54176 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:17:53 127.0.0.1:54182 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:17:53 127.0.0.1:54188 accepted tcp:ssl.gstatic.com:443 [标识] email: *******
2019/12/09 08:17:53 127.0.0.1:54186 accepted tcp:clients4.google.com:443 [标识] email: *******
2019/12/09 08:17:53 127.0.0.1:54190 accepted tcp:support.google.com:443 [标识] email: *******
2019/12/09 08:17:54 127.0.0.1:54196 accepted tcp:clients1.google.com:443 [标识] email: *******
2019/12/09 08:17:54 127.0.0.1:54200 accepted tcp:www.gstatic.com:443 [标识] email: *******
2019/12/09 08:17:54 127.0.0.1:54206 accepted tcp:clients1.google.com:443 [标识] email: *******
2019/12/09 08:17:56 127.0.0.1:54212 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:17:56 127.0.0.1:54210 accepted tcp:clients5.google.com:443 [标识] email: *******
2019/12/09 08:17:56 127.0.0.1:54214 accepted tcp:lax-ca-us-ping.vultr.com:443 [标识] email: *******
2019/12/09 08:17:59 127.0.0.1:54222 accepted tcp:adservice.google.com:443 [标识] email: *******
2019/12/09 08:18:00 127.0.0.1:54226 accepted tcp:accounts.google.com:443 [标识] email: *******
2019/12/09 08:18:01 127.0.0.1:54230 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:18:04 127.0.0.1:54234 accepted tcp:lp-push-server-572.lastpass.com:443 [标识] email: *******
2019/12/09 08:18:37 127.0.0.1:54238 accepted tcp:mtalk.google.com:5228 [标识] email: *******
2019/12/09 08:19:19 127.0.0.1:54242 accepted tcp:0.1.0.1:1001 [标识] email: *******
2019/12/09 08:20:27 127.0.0.1:54244 accepted tcp:github.com:443 [标识] email: *******
2019/12/09 08:20:28 127.0.0.1:54248 accepted tcp:www.googleadservices.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54254 accepted tcp:user-images.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54252 accepted tcp:avatars1.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54256 accepted tcp:user-images.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54262 accepted tcp:user-images.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54260 accepted tcp:avatars0.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54258 accepted tcp:avatars3.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54266 accepted tcp:avatars3.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54270 accepted tcp:avatars2.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54264 accepted tcp:avatars2.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54268 accepted tcp:avatars3.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54292 accepted tcp:www.google-analytics.com:443 [标识] email: *******
2019/12/09 08:20:29 127.0.0.1:54294 accepted tcp:collector.githubapp.com:443 [标识] email: *******
2019/12/09 08:20:30 127.0.0.1:54300 accepted tcp:www.google-analytics.com:443 [标识] email: *******
2019/12/09 08:20:30 127.0.0.1:54302 accepted tcp:avatars0.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:20:33 127.0.0.1:54308 accepted tcp:www.bandwh.com:443 [标识] email: *******
2019/12/09 08:20:34 127.0.0.1:54314 accepted tcp:pagead2.googlesyndication.com:443 [标识] email: *******
2019/12/09 08:20:34 127.0.0.1:54312 accepted tcp:www.googletagmanager.com:443 [标识] email: *******
2019/12/09 08:20:34 127.0.0.1:54320 accepted tcp:static.getclicky.com:443 [标识] email: *******
2019/12/09 08:20:35 127.0.0.1:54324 accepted tcp:stats.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:20:37 127.0.0.1:54328 accepted tcp:imasdk.googleapis.com:443 [标识] email: *******
2019/12/09 08:20:38 127.0.0.1:54332 accepted tcp:in.getclicky.com:443 [标识] email: *******
2019/12/09 08:20:38 127.0.0.1:54334 accepted tcp:tpc.googlesyndication.com:443 [标识] email: *******
2019/12/09 08:20:38 127.0.0.1:54340 accepted tcp:fonts.googleapis.com:443 [标识] email: *******
2019/12/09 08:20:39 127.0.0.1:54344 accepted tcp:cm.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:20:39 127.0.0.1:54346 accepted tcp:s0.2mdn.net:443 [标识] email: *******
2019/12/09 08:20:39 127.0.0.1:54348 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:20:39 127.0.0.1:54352 accepted tcp:cm.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:20:40 127.0.0.1:54360 accepted tcp:bid.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:20:40 127.0.0.1:54366 accepted tcp:us-u.openx.net:443 [标识] email: *******
2019/12/09 08:20:40 127.0.0.1:54364 accepted tcp:sync.teads.tv:443 [标识] email: *******
2019/12/09 08:20:40 127.0.0.1:54372 accepted tcp:googleads4.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:20:40 127.0.0.1:54374 accepted tcp:s0.2mdn.net:443 [标识] email: *******
2019/12/09 08:20:41 127.0.0.1:54380 accepted tcp:gcdn.2mdn.net:443 [标识] email: *******
2019/12/09 08:20:42 127.0.0.1:54384 accepted tcp:r1---sn-a5meknzs.c.2mdn.net:443 [标识] email: *******
2019/12/09 08:20:46 127.0.0.1:54388 accepted tcp:r1---sn-a5meknzs.c.2mdn.net:443 [标识] email: *******
2019/12/09 08:20:52 127.0.0.1:54392 accepted tcp:ade.googlesyndication.com:443 [标识] email: *******
2019/12/09 08:20:57 127.0.0.1:54396 accepted tcp:d.agkn.com:443 [标识] email: *******
2019/12/09 08:20:57 127.0.0.1:54400 accepted tcp:partners.tremorhub.com:443 [标识] email: *******
2019/12/09 08:20:58 127.0.0.1:54404 accepted tcp:r1---sn-a5meknzs.c.2mdn.net:443 [标识] email: *******
2019/12/09 08:21:03 127.0.0.1:54408 accepted tcp:www.googleadservices.com:443 [标识] email: *******
2019/12/09 08:22:41 127.0.0.1:54412 accepted tcp:aishangyou.tube:443 [标识] email: *******
2019/12/09 08:22:43 127.0.0.1:54416 accepted tcp:fonts.googleapis.com:443 [标识] email: *******
2019/12/09 08:22:43 127.0.0.1:54420 accepted tcp:ajax.cloudflare.com:443 [标识] email: *******
2019/12/09 08:22:43 127.0.0.1:54422 accepted tcp:secure.gravatar.com:443 [标识] email: *******
2019/12/09 08:22:44 127.0.0.1:54428 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:22:45 127.0.0.1:54434 accepted tcp:cdn.ampproject.org:443 [标识] email: *******
2019/12/09 08:22:45 127.0.0.1:54432 accepted tcp:translate.google.com:443 [标识] email: *******
2019/12/09 08:22:46 127.0.0.1:54440 accepted tcp:translate.googleapis.com:443 [标识] email: *******
2019/12/09 08:22:46 127.0.0.1:54442 accepted tcp:translate.googleapis.com:443 [标识] email: *******
2019/12/09 08:22:47 127.0.0.1:54448 accepted tcp:aishangyou.tube:443 [标识] email: *******
2019/12/09 08:22:47 127.0.0.1:54450 accepted tcp:adservice.google.com:443 [标识] email: *******
2019/12/09 08:22:48 127.0.0.1:54456 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:22:48 127.0.0.1:54458 accepted tcp:translate.google.com:443 [标识] email: *******
2019/12/09 08:22:48 127.0.0.1:54462 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:22:48 127.0.0.1:54466 accepted tcp:www.gstatic.com:443 [标识] email: *******
2019/12/09 08:22:49 127.0.0.1:54472 accepted tcp:www.gstatic.com:443 [标识] email: *******
2019/12/09 08:22:49 127.0.0.1:54474 accepted tcp:www.gstatic.com:443 [标识] email: *******
2019/12/09 08:22:49 127.0.0.1:54480 accepted tcp:fonts.googleapis.com:443 [标识] email: *******
2019/12/09 08:22:49 127.0.0.1:54484 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:22:49 127.0.0.1:54482 accepted tcp:ad.doubleclick.net:443 [标识] email: *******
2019/12/09 08:22:50 127.0.0.1:54492 accepted tcp:bs.serving-sys.com:443 [标识] email: *******
2019/12/09 08:22:50 127.0.0.1:54494 accepted tcp:pagead2.googlesyndication.com:443 [标识] email: *******
2019/12/09 08:22:50 127.0.0.1:54500 accepted tcp:ads.yahoo.com:443 [标识] email: *******
2019/12/09 08:22:50 127.0.0.1:54502 accepted tcp:cm.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:22:50 127.0.0.1:54506 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:22:50 127.0.0.1:54512 accepted tcp:securepubads.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:22:51 127.0.0.1:54516 accepted tcp:sync.search.spotxchange.com:443 [标识] email: *******
2019/12/09 08:22:51 127.0.0.1:54518 accepted tcp:secure-ds.serving-sys.com:443 [标识] email: *******
2019/12/09 08:22:51 127.0.0.1:54524 accepted tcp:pixel.advertising.com:443 [标识] email: *******
2019/12/09 08:22:51 127.0.0.1:54522 accepted tcp:ads.stickyadstv.com:443 [标识] email: *******
2019/12/09 08:22:51 127.0.0.1:54520 accepted tcp:googleads4.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:22:51 127.0.0.1:54536 accepted tcp:csi.gstatic.com:443 [标识] email: *******
2019/12/09 08:22:52 127.0.0.1:54540 accepted tcp:ups.analytics.yahoo.com:443 [标识] email: *******
2019/12/09 08:22:52 127.0.0.1:54542 accepted tcp:match.adsrvr.org:443 [标识] email: *******
2019/12/09 08:22:52 127.0.0.1:54548 accepted tcp:z.moatads.com:443 [标识] email: *******
2019/12/09 08:22:52 127.0.0.1:54552 accepted tcp:code.createjs.com:443 [标识] email: *******
2019/12/09 08:22:53 127.0.0.1:54556 accepted tcp:sync-tm.everesttech.net:443 [标识] email: *******
2019/12/09 08:22:54 127.0.0.1:54560 accepted tcp:geo.moatads.com:443 [标识] email: *******
2019/12/09 08:22:54 127.0.0.1:54564 accepted tcp:clients4.google.com:443 [标识] email: *******
2019/12/09 08:22:54 127.0.0.1:54562 accepted tcp:px.moatads.com:443 [标识] email: *******
2019/12/09 08:22:54 127.0.0.1:54572 accepted tcp:sync.mathtag.com:443 [标识] email: *******
2019/12/09 08:22:55 127.0.0.1:54576 accepted tcp:activisionblizzardsizmek478910558297.s.moatpixel.com:443 [标识] email: *******
2019/12/09 08:22:55 127.0.0.1:54578 accepted tcp:activisionblizzardsizmek478910558297.s.moatpixel.com:443 [标识] email: *******
2019/12/09 08:22:55 127.0.0.1:54580 accepted tcp:activisionblizzardsizmek478910558297.s.moatpixel.com:443 [标识] email: *******
2019/12/09 08:22:56 127.0.0.1:54588 accepted tcp:ads.stickyadstv.com:443 [标识] email: *******
2019/12/09 08:22:57 127.0.0.1:54594 accepted tcp:hm.baidu.com:443 [标识] email: *******
2019/12/09 08:22:57 127.0.0.1:54592 accepted tcp:ib.adnxs.com:443 [标识] email: *******
2019/12/09 08:22:57 127.0.0.1:54600 accepted tcp:hm.baidu.com:443 [标识] email: *******
2019/12/09 08:22:58 127.0.0.1:54604 accepted tcp:ad.turn.com:443 [标识] email: *******
2019/12/09 08:22:59 127.0.0.1:54608 accepted tcp:ads.stickyadstv.com:443 [标识] email: *******
2019/12/09 08:22:59 127.0.0.1:54612 accepted tcp:cuscochromeextension-pa.googleapis.com:443 [标识] email: *******
2019/12/09 08:23:00 127.0.0.1:54616 accepted tcp:pr-bh.ybp.yahoo.com:443 [标识] email: *******
2019/12/09 08:23:01 127.0.0.1:54620 accepted tcp:match.prod.bidr.io:443 [标识] email: *******
2019/12/09 08:23:02 127.0.0.1:54626 accepted tcp:activisionblizzardsizmek478910558297.s.moatpixel.com:443 [标识] email: *******
2019/12/09 08:23:02 127.0.0.1:54624 accepted tcp:www.v2ray.com:443 [标识] email: *******
2019/12/09 08:23:02 127.0.0.1:54628 accepted tcp:bs.serving-sys.com:443 [标识] email: *******
2019/12/09 08:23:03 127.0.0.1:54636 accepted tcp:ads.stickyadstv.com:443 [标识] email: *******
2019/12/09 08:23:03 127.0.0.1:54640 accepted tcp:ade.googlesyndication.com:443 [标识] email: *******
2019/12/09 08:23:04 127.0.0.1:54644 accepted tcp:www.google-analytics.com:443 [标识] email: *******
2019/12/09 08:23:05 127.0.0.1:54648 accepted tcp:stats.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:23:15 127.0.0.1:54652 accepted tcp:toutyrater.github.io:443 [标识] email: *******
2019/12/09 08:23:17 127.0.0.1:54656 accepted tcp:clients1.google.com:443 [标识] email: *******
2019/12/09 08:23:18 127.0.0.1:54660 accepted tcp:guide.v2fly.org:443 [标识] email: *******
2019/12/09 08:23:43 127.0.0.1:54664 accepted tcp:0.1.0.1:1001 [标识] email: *******
2019/12/09 08:26:52 127.0.0.1:54666 accepted tcp:pollserver.lastpass.com:443 [标识] email: *******
2019/12/09 08:26:53 127.0.0.1:54670 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:26:53 127.0.0.1:54672 accepted tcp:vlcplayers.com:80 [标识] email: *******
2019/12/09 08:26:54 127.0.0.1:54676 accepted tcp:www.google.com:443 [标识] email: *******
2019/12/09 08:26:54 127.0.0.1:54682 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:26:54 127.0.0.1:54686 accepted tcp:support.google.com:443 [标识] email: *******
2019/12/09 08:26:57 127.0.0.1:54690 accepted tcp:doubibackup.com:80 [标识] email: *******
2019/12/09 08:26:58 127.0.0.1:54694 accepted tcp:doubibackup.com:443 [标识] email: *******
2019/12/09 08:26:59 127.0.0.1:54698 accepted tcp:www.googletagmanager.com:443 [标识] email: *******
2019/12/09 08:26:59 127.0.0.1:54702 accepted tcp:adservice.google.com:443 [标识] email: *******
2019/12/09 08:26:59 127.0.0.1:54706 accepted tcp:steadfastsystem.com:443 [标识] email: *******
2019/12/09 08:27:00 127.0.0.1:54710 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:27:01 127.0.0.1:54714 accepted tcp:hm.baidu.com:443 [标识] email: *******
2019/12/09 08:27:01 127.0.0.1:54716 accepted tcp:ad.doubleclick.net:443 [标识] email: *******
2019/12/09 08:27:01 127.0.0.1:54718 accepted tcp:tpc.googlesyndication.com:443 [标识] email: *******
2019/12/09 08:27:03 127.0.0.1:54726 accepted tcp:cdn.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:03 127.0.0.1:54728 accepted tcp:cdn.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:03 127.0.0.1:54734 accepted tcp:cdn.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:03 127.0.0.1:54736 accepted tcp:cdn.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:03 127.0.0.1:54742 accepted tcp:cm.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:27:04 127.0.0.1:54746 accepted tcp:rtb-csync.smartadserver.com:443 [标识] email: *******
2019/12/09 08:27:05 127.0.0.1:54748 accepted tcp:cdn3.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:05 127.0.0.1:54752 accepted tcp:rtb0.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:05 127.0.0.1:54756 accepted tcp:rtb0.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:06 127.0.0.1:54762 accepted tcp:tps710.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:06 127.0.0.1:54764 accepted tcp:tps712.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:06 127.0.0.1:54766 accepted tcp:www.googletagservices.com:443 [标识] email: *******
2019/12/09 08:27:07 127.0.0.1:54774 accepted tcp:googleads4.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:27:07 127.0.0.1:54776 accepted tcp:cdn.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:07 127.0.0.1:54778 accepted tcp:s0.2mdn.net:443 [标识] email: *******
2019/12/09 08:27:08 127.0.0.1:54786 accepted tcp:googleads4.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:27:08 127.0.0.1:54788 accepted tcp:s0.2mdn.net:443 [标识] email: *******
2019/12/09 08:27:09 127.0.0.1:54794 accepted tcp:tps.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:09 127.0.0.1:54796 accepted tcp:cdn3.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:09 127.0.0.1:54798 accepted tcp:tps.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:10 127.0.0.1:54806 accepted tcp:tps11015.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:10 127.0.0.1:54808 accepted tcp:tps11021.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:11 127.0.0.1:54814 accepted tcp:steadfastsystem.com:443 [标识] email: *******
2019/12/09 08:27:11 127.0.0.1:54816 accepted tcp:hm.baidu.com:443 [标识] email: *******
2019/12/09 08:27:23 127.0.0.1:54822 accepted tcp:tps11015.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:23 127.0.0.1:54824 accepted tcp:tps11021.doubleverify.com:443 [标识] email: *******
2019/12/09 08:27:23 127.0.0.1:54830 accepted tcp:hm.baidu.com:443 [标识] email: *******
2019/12/09 08:27:27 127.0.0.1:54834 accepted tcp:www.googleadservices.com:443 [标识] email: *******
2019/12/09 08:27:40 127.0.0.1:54838 accepted tcp:cdn.ampproject.org:443 [标识] email: *******
2019/12/09 08:27:42 127.0.0.1:54842 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:27:42 127.0.0.1:54846 accepted tcp:bid.g.doubleclick.net:443 [标识] email: *******
2019/12/09 08:27:43 127.0.0.1:54850 accepted tcp:gcdn.2mdn.net:443 [标识] email: *******
2019/12/09 08:27:44 127.0.0.1:54854 accepted tcp:r1---sn-a5meknzs.c.2mdn.net:443 [标识] email: *******
2019/12/09 08:27:52 127.0.0.1:54858 accepted tcp:github.com:443 [标识] email: *******
2019/12/09 08:27:54 127.0.0.1:54862 accepted tcp:avatars2.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:27:55 127.0.0.1:54864 accepted tcp:camo.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:27:55 127.0.0.1:54866 accepted tcp:camo.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:27:55 127.0.0.1:54874 accepted tcp:camo.githubusercontent.com:443 [标识] email: *******
2019/12/09 08:27:57 127.0.0.1:54878 accepted tcp:hm.baidu.com:443 [标识] email: *******
2019/12/09 08:27:57 127.0.0.1:54882 accepted tcp:collector.githubapp.com:443 [标识] email: *******
2019/12/09 08:27:57 127.0.0.1:54884 accepted tcp:api.github.com:443 [标识] email: *******
2019/12/09 08:27:58 127.0.0.1:54890 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:27:59 127.0.0.1:54894 accepted tcp:fqtag.com:443 [标识] email: *******
2019/12/09 08:27:59 127.0.0.1:54898 accepted tcp:fonts.googleapis.com:443 [标识] email: *******
2019/12/09 08:28:00 127.0.0.1:54902 accepted tcp:www.gstatic.com:443 [标识] email: *******
2019/12/09 08:28:00 127.0.0.1:54904 accepted tcp:fonts.gstatic.com:443 [标识] email: *******
2019/12/09 08:28:12 127.0.0.1:54910 accepted tcp:0.1.0.1:1001 [标识] email: *******
2019/12/09 08:28:37 127.0.0.1:54912 accepted tcp:mtalk.google.com:5228 [标识] email: *******
2019/12/09 10:05:27 127.0.0.1:54916 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:05:29 127.0.0.1:54920 accepted tcp:id.google.com:443 [标识] email: ******* 
2019/12/09 10:05:29 127.0.0.1:54924 accepted tcp:adservice.google.com:443 [标识] email: ******* 
2019/12/09 10:05:33 127.0.0.1:54928 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:05:33 127.0.0.1:54930 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:05:33 127.0.0.1:54932 accepted tcp:clients1.google.com:443 [标识] email: ******* 
2019/12/09 10:05:36 127.0.0.1:54940 accepted tcp:www.googleapis.com:443 [标识] email: ******* 
2019/12/09 10:05:36 127.0.0.1:54944 accepted tcp:oauthaccountmanager.googleapis.com:443 [标识] email: ******* 
2019/12/09 10:05:42 127.0.0.1:54948 accepted tcp:clients4.google.com:443 [标识] email: ******* 
2019/12/09 10:06:00 127.0.0.1:54952 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:06:00 127.0.0.1:54956 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:06:00 127.0.0.1:54960 accepted tcp:lh3.googleusercontent.com:443 [标识] email: ******* 
2019/12/09 10:06:00 127.0.0.1:54962 accepted tcp:fonts.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:06:00 127.0.0.1:54968 accepted tcp:t0.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:06:00 127.0.0.1:54970 accepted tcp:s2.googleusercontent.com:443 [标识] email: ******* 
2019/12/09 10:06:01 127.0.0.1:54978 accepted tcp:www.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:06:01 127.0.0.1:54976 accepted tcp:support.google.com:443 [标识] email: ******* 
2019/12/09 10:06:02 127.0.0.1:54984 accepted tcp:ajax.googleapis.com:443 [标识] email: ******* 
2019/12/09 10:06:29 127.0.0.1:54988 accepted tcp:clients2.google.com:443 [标识] email: ******* 
2019/12/09 10:06:30 127.0.0.1:54992 accepted tcp:tanks.gg:443 [标识] email: ******* 
2019/12/09 10:06:31 127.0.0.1:54996 accepted tcp:google.com:443 [标识] email: ******* 
2019/12/09 10:06:32 127.0.0.1:55000 accepted tcp:c.jsrdn.com:443 [标识] email: ******* 
2019/12/09 10:06:33 127.0.0.1:55004 accepted tcp:ib.adnxs.com:443 [标识] email: ******* 
2019/12/09 10:06:33 127.0.0.1:55008 accepted tcp:as-sec.casalemedia.com:443 [标识] email: ******* 
2019/12/09 10:06:33 127.0.0.1:55006 accepted tcp:ib.adnxs.com:443 [标识] email: ******* 
2019/12/09 10:06:33 127.0.0.1:55010 accepted tcp:hbopenbid.pubmatic.com:443 [标识] email: ******* 
2019/12/09 10:06:33 127.0.0.1:55014 accepted tcp:ib.adnxs.com:443 [标识] email: ******* 
2019/12/09 10:06:33 127.0.0.1:55012 accepted tcp:fastlane.rubiconproject.com:443 [标识] email: ******* 
2019/12/09 10:06:34 127.0.0.1:55028 accepted tcp:s.jsrdn.com:443 [标识] email: ******* 
2019/12/09 10:06:35 127.0.0.1:55032 accepted tcp:use-tor.adsrvr.org:443 [标识] email: ******* 
2019/12/09 10:06:36 127.0.0.1:55036 accepted tcp:aktrack.pubmatic.com:443 [标识] email: ******* 
2019/12/09 10:06:36 127.0.0.1:55038 accepted tcp:image6.pubmatic.com:443 [标识] email: ******* 
2019/12/09 10:06:40 127.0.0.1:55044 accepted tcp:p.rfihub.com:443 [标识] email: ******* 
2019/12/09 10:06:40 127.0.0.1:55048 accepted tcp:contextual.media.net:443 [标识] email: ******* 
2019/12/09 10:06:41 127.0.0.1:55052 accepted tcp:secure.adnxs.com:443 [标识] email: ******* 
2019/12/09 10:06:41 127.0.0.1:55054 accepted tcp:bh.contextweb.com:443 [标识] email: ******* 
2019/12/09 10:06:43 127.0.0.1:55060 accepted tcp:tap.rubiconproject.com:443 [标识] email: ******* 
2019/12/09 10:06:43 127.0.0.1:55064 accepted tcp:pixel.rubiconproject.com:443 [标识] email: ******* 
2019/12/09 10:07:40 127.0.0.1:55068 accepted tcp:android.clients.google.com:443 [标识] email: ******* 
2019/12/09 10:07:51 127.0.0.1:55072 accepted tcp:accounts.google.com:443 [标识] email: ******* 
2019/12/09 10:08:14 127.0.0.1:55076 accepted tcp:mtalk.google.com:5228 [标识] email: ******* 
2019/12/09 10:08:19 127.0.0.1:55080 accepted tcp:www.googletagmanager.com:443 [标识] email: ******* 
2019/12/09 10:08:57 127.0.0.1:55084 accepted tcp:accounts.google.com:443 [标识] email: ******* 
2019/12/09 10:09:42 127.0.0.1:55088 accepted tcp:licensebuttons.net:443 [标识] email: ******* 
2019/12/09 10:10:03 127.0.0.1:55092 accepted tcp:www.v2ray.com:443 [标识] email: ******* 
2019/12/09 10:10:32 127.0.0.1:55096 accepted tcp:v2ray.com:443 [标识] email: ******* 
2019/12/09 10:13:47 127.0.0.1:55100 accepted tcp:gmail.com:443 [标识] email: ******* 
2019/12/09 10:13:48 127.0.0.1:55104 accepted tcp:mail.google.com:443 [标识] email: ******* 
2019/12/09 10:13:48 127.0.0.1:55108 accepted tcp:accounts.google.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55112 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55114 accepted tcp:www.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55118 accepted tcp:fonts.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55124 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55126 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55128 accepted tcp:www.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55132 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55130 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55134 accepted tcp:fonts.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55136 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55140 accepted tcp:www.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:13:53 127.0.0.1:55152 accepted tcp:clients2.google.com:443 [标识] email: ******* 
2019/12/09 10:13:54 127.0.0.1:55160 accepted tcp:apis.google.com:443 [标识] email: ******* 
2019/12/09 10:13:54 127.0.0.1:55162 accepted tcp:ogs.google.com:443 [标识] email: ******* 
2019/12/09 10:13:54 127.0.0.1:55164 accepted tcp:apis.google.com:443 [标识] email: ******* 
2019/12/09 10:13:54 127.0.0.1:55166 accepted tcp:lh3.googleusercontent.com:443 [标识] email: ******* 
2019/12/09 10:13:54 127.0.0.1:55176 accepted tcp:play.google.com:443 [标识] email: ******* 
2019/12/09 10:13:55 127.0.0.1:55180 accepted tcp:contacts.google.com:443 [标识] email: ******* 
2019/12/09 10:13:55 127.0.0.1:55182 accepted tcp:play.google.com:443 [标识] email: ******* 
2019/12/09 10:13:55 127.0.0.1:55188 accepted tcp:play.google.com:443 [标识] email: ******* 
2019/12/09 10:13:56 127.0.0.1:55192 accepted tcp:play.google.com:443 [标识] email: ******* 
2019/12/09 10:13:56 127.0.0.1:55196 accepted tcp:hangouts.google.com:443 [标识] email: ******* 
2019/12/09 10:13:57 127.0.0.1:55200 accepted tcp:hangouts.google.com:443 [标识] email: ******* 
2019/12/09 10:13:57 127.0.0.1:55202 accepted tcp:hangouts.google.com:443 [标识] email: ******* 
2019/12/09 10:13:58 127.0.0.1:55208 accepted tcp:mail-ads.google.com:443 [标识] email: ******* 
2019/12/09 10:13:58 127.0.0.1:55212 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:58 127.0.0.1:55214 accepted tcp:people-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55220 accepted tcp:mail-ads.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55222 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55226 accepted tcp:clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55232 accepted tcp:people-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55234 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55240 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:13:59 127.0.0.1:55242 accepted tcp:clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:08 127.0.0.1:55248 accepted tcp:hangouts.google.com:443 [标识] email: ******* 
2019/12/09 10:14:08 127.0.0.1:55250 accepted tcp:clients4.google.com:443 [标识] email: ******* 
2019/12/09 10:14:08 127.0.0.1:55252 accepted tcp:0.client-channel.google.com:443 [标识] email: ******* 
2019/12/09 10:14:10 127.0.0.1:55260 accepted tcp:play.google.com:443 [标识] email: ******* 
2019/12/09 10:14:11 127.0.0.1:55264 accepted tcp:clients1.google.com:443 [标识] email: ******* 
2019/12/09 10:14:17 127.0.0.1:55268 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:17 127.0.0.1:55272 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:17 127.0.0.1:55276 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:18 127.0.0.1:55280 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:18 127.0.0.1:55284 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:22 127.0.0.1:55288 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:14:22 127.0.0.1:55292 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:14:22 127.0.0.1:55294 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:14:22 127.0.0.1:55300 accepted tcp:clients4.google.com:443 [标识] email: ******* 
2019/12/09 10:14:23 127.0.0.1:55302 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:14:23 127.0.0.1:55304 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:14:23 127.0.0.1:55306 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:14:23 127.0.0.1:55310 accepted tcp:github.githubassets.com:443 [标识] email: ******* 
2019/12/09 10:14:26 127.0.0.1:55320 accepted tcp:signaler-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:26 127.0.0.1:55324 accepted tcp:signaler-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:14:59 127.0.0.1:55328 accepted tcp:google.com:443 [标识] email: ******* 
2019/12/09 10:15:24 127.0.0.1:55332 accepted tcp:mail.google.com:443 [标识] email: ******* 
2019/12/09 10:15:25 127.0.0.1:55336 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:17:20 127.0.0.1:55340 accepted tcp:clients2.google.com:443 [标识] email: ******* 
2019/12/09 10:18:14 127.0.0.1:55344 accepted tcp:mtalk.google.com:5228 [标识] email: ******* 
2019/12/09 10:21:45 127.0.0.1:55348 accepted tcp:clients4.google.com:443 [标识] email: ******* 
2019/12/09 10:24:50 127.0.0.1:55352 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:24:50 127.0.0.1:55354 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:24:50 127.0.0.1:55360 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:24:50 127.0.0.1:55364 accepted tcp:www.google.com:443 [标识] email: ******* 
2019/12/09 10:24:51 127.0.0.1:55368 accepted tcp:fonts.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:24:51 127.0.0.1:55372 accepted tcp:support.google.com:443 [标识] email: ******* 
2019/12/09 10:24:52 127.0.0.1:55376 accepted tcp:ajax.googleapis.com:443 [标识] email: ******* 
2019/12/09 10:24:58 127.0.0.1:55380 accepted tcp:static.ads-twitter.com:443 [标识] email: ******* 
2019/12/09 10:24:58 127.0.0.1:55382 accepted tcp:connect.facebook.net:443 [标识] email: ******* 
2019/12/09 10:24:59 127.0.0.1:55388 accepted tcp:t.co:443 [标识] email: ******* 
2019/12/09 10:24:59 127.0.0.1:55392 accepted tcp:www.facebook.com:443 [标识] email: ******* 
2019/12/09 10:25:00 127.0.0.1:55396 accepted tcp:www.facebook.com:443 [标识] email: ******* 
2019/12/09 10:25:00 127.0.0.1:55400 accepted tcp:analytics.twitter.com:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55404 accepted tcp:dsum-sec.casalemedia.com:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55406 accepted tcp:pixel.rubiconproject.com:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55408 accepted tcp:simage2.pubmatic.com:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55410 accepted tcp:ads.yahoo.com:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55412 accepted tcp:ib.adnxs.com:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55414 accepted tcp:x.bidswitch.net:443 [标识] email: ******* 
2019/12/09 10:25:01 127.0.0.1:55428 accepted tcp:ups.analytics.yahoo.com:443 [标识] email: ******* 
2019/12/09 10:25:22 127.0.0.1:55432 accepted tcp:t0.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:25:22 127.0.0.1:55436 accepted tcp:t0.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:25:22 127.0.0.1:55438 accepted tcp:t0.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:25:22 127.0.0.1:55440 accepted tcp:t0.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:25:29 127.0.0.1:55448 accepted tcp:lax-ca-us-ping.vultr.com:443 [标识] email: ******* 
2019/12/09 10:25:29 127.0.0.1:55450 accepted tcp:0.1.0.1:1001 [标识] email: ******* 
2019/12/09 10:25:37 127.0.0.1:55454 accepted tcp:d.adroll.com:443 [标识] email: ******* 
2019/12/09 10:25:37 127.0.0.1:55458 accepted tcp:pagead2.googlesyndication.com:443 [标识] email: ******* 
2019/12/09 10:25:37 127.0.0.1:55460 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:25:38 127.0.0.1:55466 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:25:38 127.0.0.1:55468 accepted tcp:d.adroll.com:443 [标识] email: ******* 
2019/12/09 10:25:38 127.0.0.1:55472 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:25:38 127.0.0.1:55470 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:26:02 127.0.0.1:55482 accepted tcp:mail.google.com:443 [标识] email: ******* 
2019/12/09 10:26:03 127.0.0.1:55486 accepted tcp:beacons.gcp.gvt2.com:443 [标识] email: ******* 
2019/12/09 10:27:19 127.0.0.1:55490 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:27:19 127.0.0.1:55494 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:27:19 127.0.0.1:55496 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:27:19 127.0.0.1:55498 accepted tcp:googleads.g.doubleclick.net:443 [标识] email: ******* 
2019/12/09 10:27:20 127.0.0.1:55506 accepted tcp:lax-ca-us-ping.vultr.com:443 [标识] email: ******* 
2019/12/09 10:27:24 127.0.0.1:55510 accepted tcp:0.client-channel.google.com:443 [标识] email: ******* 
2019/12/09 10:27:32 127.0.0.1:55514 accepted tcp:0.1.0.1:1001 [标识] email: ******* 
2019/12/09 10:27:38 127.0.0.1:55516 accepted tcp:mtalk.google.com:443 [标识] email: ******* 
2019/12/09 10:28:16 127.0.0.1:55520 accepted tcp:play.google.com:443 [标识] email: ******* 
2019/12/09 10:28:46 127.0.0.1:55524 accepted tcp:ssl.gstatic.com:443 [标识] email: ******* 
2019/12/09 10:28:56 127.0.0.1:55528 accepted tcp:d.adroll.com:443 [标识] email: ******* 
2019/12/09 10:29:03 127.0.0.1:55532 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 
2019/12/09 10:29:03 127.0.0.1:55536 accepted tcp:chat-pa.clients6.google.com:443 [标识] email: ******* 

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

2019/12/09 07:18:00 [error] 783#783: *783 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: 171.34.178.37, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 07:18:01 [error] 783#783: *787 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: 58.246.146.127, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 07:18:12 [error] 783#783: *814 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: 123.163.114.11, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 07:26:11 [notice] 2081#2081: signal process started
2019/12/09 07:28:36 [error] 2082#2082: *916 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 07:28:56 [error] 2082#2082: *913 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 07:28:57 [error] 2082#2082: *951 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 07:48:58 [emerg] 2221#2221: invalid number of arguments in "use" directive in /etc/nginx/nginx.conf:9 // 配置文件错误 已修正
2019/12/09 07:50:22 [notice] 2235#2235: signal process started
2019/12/09 07:52:19 [error] 2236#2236: *1312 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 07:52:23 [error] 2236#2236: *1356 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:10 [error] 2236#2236: *1694 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:10 [error] 2236#2236: *1696 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:11 [error] 2236#2236: *1698 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:12 [error] 2236#2236: *1700 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:13 [error] 2236#2236: *1702 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:29 [error] 2236#2236: *1704 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:30 [error] 2236#2236: *1706 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:31 [error] 2236#2236: *1708 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:31 [error] 2236#2236: *1710 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:33 [error] 2236#2236: *1712 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:34 [error] 2236#2236: *1714 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:34 [error] 2236#2236: *1715 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:34 [error] 2236#2236: *1718 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:34 [error] 2236#2236: *1719 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:35 [error] 2236#2236: *1722 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:35 [error] 2236#2236: *1723 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:35 [error] 2236#2236: *1726 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:36 [error] 2236#2236: *1728 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:36 [error] 2236#2236: *1730 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:36 [error] 2236#2236: *1731 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:37 [error] 2236#2236: *1734 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:37 [error] 2236#2236: *1736 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:37 [error] 2236#2236: *1737 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:38 [error] 2236#2236: *1740 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:17:39 [error] 2236#2236: *1742 connect() failed (111: Connection refused) while connecting to upstream, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:20:27 [error] 2236#2236: *1744 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:20:40 [error] 2236#2236: *1813 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:22:57 [error] 2236#2236: *1952 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: *****, server:*****, request: "GET /*** HTTP/1.1", upstream: "http://****/****", host: "*****"
2019/12/09 08:26:53 [error] 2236#2236: *2009 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: *****, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 08:26:54 [error] 2236#2236: *2029 open() "/var/www/v2ray/1" failed (2: No such file or directory), client:*****, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 08:26:55 [error] 2236#2236: *2032 open() "/var/www/v2ray/favicon.ico" failed (2: No such file or directory), client: *****, server:*****, request: "GET /favicon.ico HTTP/1.1", host: "*****"
2019/12/09 08:27:04 [error] 2236#2236: *2060 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: *****, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 08:27:06 [error] 2236#2236: *2079 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: *****, server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 10:05:29 [error] 2236#2236: *2182 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: , server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 10:05:30 [error] 2236#2236: *2192 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: , server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 10:05:31 [error] 2236#2236: *2200 open() "/var/www/v2ray/favicon.ico" failed (2: No such file or directory), client: *****, server:*****, request: "GET /favicon.ico HTTP/1.1", host: "*****"
2019/12/09 10:05:36 [error] 2236#2236: *2220 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: , server:*****, request: "GET /1 HTTP/1.1", host: "*****"
2019/12/09 10:05:53 [error] 2236#2236: *2227 open() "/var/www/v2ray/1" failed (2: No such file or directory), client: , server:*****, request: "GET /1 HTTP/1.1", host: "*****"

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

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

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

通常的命令为 journalctl -u v2ray

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

Olympus-E commented 4 years ago

附上Nginx配置:

server {
    # SSL configuration
    listen 443 ssl;
    listen [::]:443 ssl;
    ssl_certificate /etc/letsencrypt/live/*domain_name*/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/*domain_name*/privkey.pem;

    root /var/www/v2ray;

    # Add index.php to the list if you are using PHP
    index index.html index.htm index.nginx-debian.html;

    server_name us.jcej.gq;

    location /*** {
        proxy_redirect off;
        proxy_pass http://127.0.0.1:10000;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
        proxy_set_header Host $http_host;
        proxy_read_timeout 600s;
    }

    location ^~ /.well-known/acme-challenge/ {
        default_type "text/plain";
        root /var/www/v2ray;
    }

    location = /.well-known/acme-challenge/ {
        return 404;
    }
}

server {
    listen 80;
    server_name ***;
    return 301 https://$server_name$request_uri;
}
kslr commented 4 years ago

救不了烂线路

Olympus-E commented 4 years ago

救不了烂线路

线路不烂呀 用Cubic算法能跑上5MB/s 的速度 不算烂了吧 走的CN2 GIA

kslr commented 4 years ago

我看不懂你的描述,是说原来可以跑5现在上了bbr反倒降低了吗?那么就要解释下bbr优点和缺点了

Olympus-E commented 4 years ago

我看不懂你的描述,是说原来可以跑5现在上了bbr反倒降低了吗?那么就要解释下bbr优点和缺点了

我的意思是 上BBR 通过v2ray VMESS直连 和通过websocket TLS NGINX 两者速度相差巨大 具体测试下来 qdisc=fq congestion_control=bbr 的情况下 Shadowsocks-libev 和 v2ray Vmess两者最快速度能到7MB/s

同样的 v2ray websocket TLS nginx 在 qdisc=pfifo_fast congestion_control=cubic 的情况下 也能跑出来6-7MB/s

但是 websocket TLS nginx 方案 在qdisc=fq congestion_control=bbr 就只能跑出最快700KB/s的速度(皆为Vultr LA机房测试文件下载速度)

我疑惑的是 为什么v2ray websocket tls 和 nginx方式下速率损失这么高?是不是v2ray的问题?还是Nginx的问题? 或者是bbr 在 处理本地本地到本地回环链接时候有某些问题

Olympus-E commented 4 years ago

在nginx error.log里发现有大量类似日志 2019/12/10 03:32:42 [error] 787#787: *1634 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: xxx.xxx.xxx.xxx, server: xxx.xxx.xxx, request: "GET /jcej HTTP/1.1", upstream: "http://127.0.0.1:10000/jcej", host: "xxx.xxx.xxx

Olympus-E commented 4 years ago

似乎是TLS的原因 在环境不变的情况下 Websocket+Nginx 方式的下载速度正常 加上TLS就减少了近70%-80% 具体问题还在研究中

Lightmani commented 4 years ago

这个我怀疑是你本地ISP的问题,我的多台服务器在联通网络下不论是否加上TLS都能跑到7mb-10mb且速度稳定。

Olympus-E commented 4 years ago

这个我怀疑是你本地ISP的问题,我的多台服务器在联通网络下不论是否加上TLS都能跑到7mb-10mb且速度稳定。

是的 我刚刚的测试也证实了 是ISP的问题 我通过HTTPS协议从服务器上下载测试文件的速度和v2ray的速度相似 不过我也好奇什么可能原因为导致我这样的情况呢?

Olympus-E commented 4 years ago

VPS配置太低 性能不达标 Close了

PiPi-happy commented 4 years ago

楼主有解决吗?我也遇到了相同的问题。怎么调整都无法超过5000Kbps,加软路由、换网络、换VPS,都没用。。