v2ray / v2ray-core

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

可以使用ws+nginx+tls,但一起配置的shadowsocks无法使用 #2574

Closed BandageWorm closed 4 years ago

BandageWorm commented 4 years ago

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

1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 均为v4.24.2,客户端为v2rayN 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 使用Firefox,通过SwitchyOmega代理上YouTube 3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) www.youtube.com 的服务器响应时间过长。 4) 你期待看到的正确表现是怎样的? 可以正常连接 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

服务器端配置:

    {
    "log": {
        "access": "/var/log/v2ray/access.log",
        "error": "/var/log/v2ray/error.log",
        "loglevel": "warning"
    },
    "inbounds": [
        {
            "protocol": "shadowsocks",
            "port": 3636,
            "tag": "ss",
            "settings": {
                "method": "aes-128-gcm",
                "password": "kurtgao",
                "network": "tcp,udp"
            }
        },
        {
            "protocol": "vmess",
            "listen": "127.0.0.1",
            "port": 28000,
            "tag": "vmess-in",
            "settings": {
                "clients": [
                    {
                        "id": "511af286-11ea-4214-900a-ed1fba5ebf54",
                        "level": 1,
                        "alterId": 66
                    }
                ]
            },
            "streamSettings": {
                "network": "ws",
                "wsSettings": {
                    "path": "/v2ray"
                }
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "freedom",
            "settings": {},
            "tag": "direct"
        },
        {
            "protocol": "blackhole",
            "settings": {},
            "tag": "blocked"
        }
    ],
    "routing": {
        "domainStrategy": "AsIs",
        "rules": [
            {
                "type": "field",
                "inboundTag": [
                    "vmess-in",
                    "ss"
                ],
                "outboundTag": "direct"
            }
        ]
    }
}

客户端配置:

   {
  "policy": {
    "system": {
      "statsInboundUplink": true,
      "statsInboundDownlink": true
    }
  },
  "log": {
    "access": "",
    "error": "",
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "tag": "proxy",
      "port": 23333,
      "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
    },
    {
      "tag": "api",
      "port": 2099,
      "listen": "127.0.0.1",
      "protocol": "dokodemo-door",
      "sniffing": null,
      "settings": {
        "auth": null,
        "udp": false,
        "ip": null,
        "address": "127.0.0.1",
        "clients": null
      },
      "streamSettings": null
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "shadowsocks",
      "settings": {
        "vnext": null,
        "servers": [
          {
            "email": null,
            "address": "服务器IP",
            "method": "aes-128-gcm",
            "ota": false,
            "password": "kurtgao",
            "port": 3636,
            "level": 1,
            "users": null
          }
        ],
        "response": null
      },
      "streamSettings": {
        "network": "tcp",
        "security": null,
        "tlsSettings": null,
        "tcpSettings": null,
        "kcpSettings": null,
        "wsSettings": null,
        "httpSettings": null,
        "quicSettings": null
      },
      "mux": {
        "enabled": false,
        "concurrency": -1
      }
    },
    {
      "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": {},
  "api": {
    "tag": "api",
    "services": [
      "StatsService"
    ]
  },
  "dns": null,
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "port": null,
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "ip": null,
        "domain": null
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "proxy",
        "ip": null,
        "domain": [
          "geosite:google",
          "geosite:github",
          "geosite:netflix",
          "geosite:steam",
          "geosite:telegram",
          "geosite:tumblr",
          "geosite:speedtest",
          "geosite:bbc",
          "domain:gvt1.com",
          "domain:textnow.com",
          "domain:twitch.tv",
          "domain:wikileaks.org",
          "domain:naver.com"
        ]
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "proxy",
        "ip": [
          "91.108.4.0/22",
          "91.108.8.0/22",
          "91.108.12.0/22",
          "91.108.20.0/22",
          "91.108.36.0/23",
          "91.108.38.0/23",
          "91.108.56.0/22",
          "149.154.160.0/20",
          "149.154.164.0/22",
          "149.154.172.0/22",
          "74.125.0.0/16",
          "173.194.0.0/16",
          "172.217.0.0/16",
          "216.58.200.0/24",
          "216.58.220.0/24",
          "91.108.56.116",
          "91.108.56.0/24",
          "109.239.140.0/24",
          "149.154.167.0/24",
          "149.154.175.0/24"
        ],
        "domain": null
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "direct",
        "ip": null,
        "domain": [
          "domain:12306.com",
          "domain:51ym.me",
          "domain:52pojie.cn",
          "domain:8686c.com",
          "domain:abercrombie.com",
          "domain:adobesc.com",
          "domain:air-matters.com",
          "domain:air-matters.io",
          "domain:airtable.com",
          "domain:akadns.net",
          "domain:apache.org",
          "domain:api.crisp.chat",
          "domain:api.termius.com",
          "domain:appshike.com",
          "domain:appstore.com",
          "domain:aweme.snssdk.com",
          "domain:bababian.com",
          "domain:battle.net",
          "domain:beatsbydre.com",
          "domain:bet365.com",
          "domain:bilibili.cn",
          "domain:ccgslb.com",
          "domain:ccgslb.net",
          "domain:chunbo.com",
          "domain:chunboimg.com",
          "domain:clashroyaleapp.com",
          "domain:cloudsigma.com",
          "domain:cloudxns.net",
          "domain:cmfu.com",
          "domain:culturedcode.com",
          "domain:dct-cloud.com",
          "domain:didialift.com",
          "domain:douyutv.com",
          "domain:duokan.com",
          "domain:dytt8.net",
          "domain:easou.com",
          "domain:ecitic.net",
          "domain:eclipse.org",
          "domain:eudic.net",
          "domain:ewqcxz.com",
          "domain:fir.im",
          "domain:frdic.com",
          "domain:fresh-ideas.cc",
          "domain:godic.net",
          "domain:goodread.com",
          "domain:haibian.com",
          "domain:hdslb.net",
          "domain:hollisterco.com",
          "domain:hongxiu.com",
          "domain:hxcdn.net",
          "domain:images.unsplash.com",
          "domain:img4me.com",
          "domain:ipify.org",
          "domain:ixdzs.com",
          "domain:jd.hk",
          "domain:jianshuapi.com",
          "domain:jomodns.com",
          "domain:jsboxbbs.com",
          "domain:knewone.com",
          "domain:kuaidi100.com",
          "domain:lemicp.com",
          "domain:letvcloud.com",
          "domain:lizhi.io",
          "domain:localizecdn.com",
          "domain:lucifr.com",
          "domain:luoo.net",
          "domain:mai.tn",
          "domain:maven.org",
          "domain:miwifi.com",
          "domain:moji.com",
          "domain:moke.com",
          "domain:mtalk.google.com",
          "domain:mxhichina.com",
          "domain:myqcloud.com",
          "domain:myunlu.com",
          "domain:netease.com",
          "domain:nfoservers.com",
          "domain:nssurge.com",
          "domain:nuomi.com",
          "domain:ourdvs.com",
          "domain:overcast.fm",
          "domain:paypal.com",
          "domain:paypalobjects.com",
          "domain:pgyer.com",
          "domain:qdaily.com",
          "domain:qdmm.com",
          "domain:qin.io",
          "domain:qingmang.me",
          "domain:qingmang.mobi",
          "domain:qqurl.com",
          "domain:rarbg.to",
          "domain:rrmj.tv",
          "domain:ruguoapp.com",
          "domain:sm.ms",
          "domain:snwx.com",
          "domain:soku.com",
          "domain:startssl.com",
          "domain:store.steampowered.com",
          "domain:symcd.com",
          "domain:teamviewer.com",
          "domain:tmzvps.com",
          "domain:trello.com",
          "domain:trellocdn.com",
          "domain:ttmeiju.com",
          "domain:udache.com",
          "domain:uxengine.net",
          "domain:weather.bjango.com",
          "domain:weather.com",
          "domain:webqxs.com",
          "domain:weico.cc",
          "domain:wenku8.net",
          "domain:werewolf.53site.com",
          "domain:windowsupdate.com",
          "domain:wkcdn.com",
          "domain:workflowy.com",
          "domain:xdrig.com",
          "domain:xiaojukeji.com",
          "domain:xiaomi.net",
          "domain:xiaomicp.com",
          "domain:ximalaya.com",
          "domain:xitek.com",
          "domain:xmcdn.com",
          "domain:xslb.net",
          "domain:xteko.com",
          "domain:yach.me",
          "domain:yixia.com",
          "domain:yunjiasu-cdn.net",
          "domain:zealer.com",
          "domain:zgslb.net",
          "domain:zimuzu.tv",
          "domain:zmz002.com",
          "domain:samsungdm.com"
        ]
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "block",
        "ip": null,
        "domain": [
          "geosite:category-ads"
        ]
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "direct",
        "ip": [
          "geoip:private"
        ],
        "domain": null
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "direct",
        "ip": [
          "geoip:cn"
        ],
        "domain": null
      },
      {
        "type": "field",
        "port": null,
        "inboundTag": null,
        "outboundTag": "direct",
        "ip": null,
        "domain": [
          "geosite:cn"
        ]
      }
    ]
  }
}

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

服务器端错误日志:

    2020/06/14 11:02:33 [Warning] v2ray.com/core: V2Ray 4.24.2 started

客户端错误日志:

  2020/06/14 11:31:09 tcp:127.0.0.1:5342 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:10 [Warning] [2619824011] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:10 [Warning] [3489164491] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:10 tcp:127.0.0.1:5345 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:10 tcp:127.0.0.1:5346 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:11 [Warning] [1919865225] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:11 [Warning] [2999923651] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:11 [Warning] [2745258611] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:11 [Warning] [2080937064] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:12 tcp:127.0.0.1:5349 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:12 tcp:127.0.0.1:5351 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:12 [Warning] [1562789138] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:12 [Warning] [183550018] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:14 [Warning] [3113491341] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:14 [Warning] [4002920513] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:16 tcp:127.0.0.1:5353 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:16 tcp:127.0.0.1:5356 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:17 tcp:127.0.0.1:5359 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:17 tcp:127.0.0.1:5358 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:31:17 tcp:127.0.0.1:5360 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:17 tcp:127.0.0.1:5361 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:31:18 [Warning] [1736156463] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:18 [Warning] [1709952158] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:18 tcp:127.0.0.1:5368 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:31:18 tcp:127.0.0.1:5370 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:31:19 [Warning] [124072801] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:19 [Warning] [3579030864] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:19 [Warning] [1921471393] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:19 [Warning] [1209873926] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:20 tcp:127.0.0.1:5372 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:31:20 tcp:127.0.0.1:5373 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:31:20 [Warning] [1024413410] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:20 [Warning] [2162063343] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:22 [Warning] [4204318790] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:22 [Warning] [3447885057] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:24 tcp:127.0.0.1:5377 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:31:24 tcp:127.0.0.1:5376 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:31:25 tcp:127.0.0.1:5380 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:25 tcp:127.0.0.1:5381 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:25 tcp:127.0.0.1:5382 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:25 tcp:127.0.0.1:5385 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:26 [Warning] [758124169] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:26 [Warning] [315143949] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:26 tcp:127.0.0.1:5388 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:26 tcp:127.0.0.1:5390 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:27 [Warning] [3831989911] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:27 [Warning] [1060530834] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:27 [Warning] [1669147878] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:27 [Warning] [512891186] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:28 tcp:127.0.0.1:5394 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:28 tcp:127.0.0.1:5395 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:28 [Warning] [3337443981] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:28 [Warning] [3916331828] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:30 [Warning] [338100262] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:30 [Warning] [704895393] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:32 tcp:127.0.0.1:5398 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:32 tcp:127.0.0.1:5399 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:33 tcp:127.0.0.1:5402 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:31:33 tcp:127.0.0.1:5403 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:33 tcp:127.0.0.1:5404 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:31:33 tcp:127.0.0.1:5408 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:34 [Warning] [2680104011] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:34 [Warning] [1214254248] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:34 tcp:127.0.0.1:5413 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:31:34 tcp:127.0.0.1:5415 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:31:35 [Warning] [1755862944] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:35 [Warning] [656421118] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:35 [Warning] [2280881242] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:35 [Warning] [3362591680] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:36 tcp:127.0.0.1:5417 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:31:36 tcp:127.0.0.1:5419 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:31:36 [Warning] [1306602919] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:36 [Warning] [1418931482] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:38 [Warning] [4131077020] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:38 [Warning] [3857281713] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:40 tcp:127.0.0.1:5434 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:31:40 tcp:127.0.0.1:5436 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:31:41 tcp:127.0.0.1:5438 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:31:41 tcp:127.0.0.1:5440 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:31:41 tcp:127.0.0.1:5439 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:41 tcp:127.0.0.1:5444 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:42 [Warning] [3032616267] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:42 [Warning] [2647455613] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:42 tcp:127.0.0.1:5446 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:31:42 tcp:127.0.0.1:5447 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:31:43 [Warning] [333668382] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:43 [Warning] [1791400792] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:43 [Warning] [4125859046] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:43 [Warning] [3000388930] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:44 [Warning] [3496826981] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:44 [Warning] [3268396190] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:44 tcp:127.0.0.1:5452 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:31:44 tcp:127.0.0.1:5453 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:31:46 [Warning] [2649409624] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:46 [Warning] [1458544902] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:48 tcp:127.0.0.1:5458 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:31:48 tcp:127.0.0.1:5460 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:31:49 tcp:127.0.0.1:5463 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:49 tcp:127.0.0.1:5462 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:49 tcp:127.0.0.1:5464 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:49 tcp:127.0.0.1:5465 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:50 tcp:127.0.0.1:5470 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:50 [Warning] [1783702395] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:50 [Warning] [2576407969] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:50 tcp:127.0.0.1:5471 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:51 [Warning] [3030591917] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:51 [Warning] [1493950408] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:51 [Warning] [86069715] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:51 [Warning] [388120834] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:52 [Warning] [369734968] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:52 [Warning] [794923976] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:52 tcp:127.0.0.1:5474 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:52 tcp:127.0.0.1:5476 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:54 [Warning] [1305275048] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:54 [Warning] [1336301356] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:56 tcp:127.0.0.1:5479 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:31:56 tcp:127.0.0.1:5481 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:31:57 tcp:127.0.0.1:5484 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:31:57 tcp:127.0.0.1:5483 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:31:57 tcp:127.0.0.1:5488 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:31:57 tcp:127.0.0.1:5486 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:31:58 [Warning] [1627165922] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:58 [Warning] [1653218051] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:58 tcp:127.0.0.1:5491 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:31:58 tcp:127.0.0.1:5492 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:31:59 [Warning] [4154251396] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:59 [Warning] [4245363499] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:59 [Warning] [3186843472] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:31:59 [Warning] [1404964586] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:00 tcp:127.0.0.1:5495 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:32:00 tcp:127.0.0.1:5497 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:32:00 [Warning] [2154649387] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:00 [Warning] [2283749897] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:02 [Warning] [3795662048] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:02 [Warning] [2484216421] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:04 tcp:127.0.0.1:5501 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:32:04 tcp:127.0.0.1:5502 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:32:05 tcp:127.0.0.1:5506 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:05 tcp:127.0.0.1:5505 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:05 tcp:127.0.0.1:5507 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:05 tcp:127.0.0.1:5509 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:06 tcp:127.0.0.1:5513 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:06 [Warning] [1852429029] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:06 [Warning] [1911796265] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:06 tcp:127.0.0.1:5514 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:07 [Warning] [302708189] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:07 [Warning] [3827641504] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:07 [Warning] [3712270769] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:07 [Warning] [3061132117] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:08 [Warning] [3589485975] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:08 [Warning] [1005400274] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:08 tcp:127.0.0.1:5518 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:08 tcp:127.0.0.1:5519 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:10 [Warning] [3682522663] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:10 [Warning] [358588029] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:12 tcp:127.0.0.1:5529 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:12 tcp:127.0.0.1:5530 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:13 tcp:127.0.0.1:5538 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:13 tcp:127.0.0.1:5537 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:13 tcp:127.0.0.1:5539 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:13 tcp:127.0.0.1:5540 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:14 [Warning] [2028762289] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:14 [Warning] [3909869015] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:14 tcp:127.0.0.1:5545 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:14 tcp:127.0.0.1:5546 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:15 [Warning] [2724334701] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:15 [Warning] [679574167] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:15 [Warning] [2186165870] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:15 [Warning] [4154865380] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:16 tcp:127.0.0.1:5549 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:16 tcp:127.0.0.1:5550 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:16 [Warning] [1821745161] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:16 [Warning] [1394277306] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:18 [Warning] [625659171] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:18 [Warning] [3607162830] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:20 tcp:127.0.0.1:5555 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:20 tcp:127.0.0.1:5556 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:21 tcp:127.0.0.1:5560 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:21 tcp:127.0.0.1:5559 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:32:21 tcp:127.0.0.1:5561 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:32:21 tcp:127.0.0.1:5562 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:22 [Warning] [3454823778] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:22 [Warning] [1200939834] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:22 tcp:127.0.0.1:5567 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:32:22 tcp:127.0.0.1:5569 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:32:23 [Warning] [236088136] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:23 [Warning] [2931894504] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:23 [Warning] [2478992536] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:23 [Warning] [2688666463] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:24 [Warning] [3566182966] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:24 [Warning] [217138231] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:24 tcp:127.0.0.1:5571 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:32:24 tcp:127.0.0.1:5573 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:32:26 [Warning] [3345323072] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:26 [Warning] [1891803258] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:28 tcp:127.0.0.1:5575 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:32:28 tcp:127.0.0.1:5576 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:32:29 tcp:127.0.0.1:5580 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:29 tcp:127.0.0.1:5579 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:32:29 tcp:127.0.0.1:5582 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:29 tcp:127.0.0.1:5584 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:32:30 [Warning] [2856754848] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:30 [Warning] [230922776] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:30 tcp:127.0.0.1:5587 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:32:30 tcp:127.0.0.1:5588 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:32:31 [Warning] [3475992577] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:31 [Warning] [4034254435] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:31 [Warning] [344037074] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:31 [Warning] [1139170041] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:32 [Warning] [108336238] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:32 [Warning] [258146132] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:32 tcp:127.0.0.1:5591 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:32:32 tcp:127.0.0.1:5592 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:32:34 [Warning] [3202079410] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:34 [Warning] [2183436063] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:36 tcp:127.0.0.1:5596 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:32:36 tcp:127.0.0.1:5598 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:32:37 tcp:127.0.0.1:5602 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:37 tcp:127.0.0.1:5601 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:32:37 tcp:127.0.0.1:5603 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:37 tcp:127.0.0.1:5604 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:32:38 [Warning] [2154105094] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:38 [Warning] [4282607270] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:38 tcp:127.0.0.1:5610 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:32:38 tcp:127.0.0.1:5611 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:32:39 [Warning] [1009713136] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:39 [Warning] [2128213803] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:39 [Warning] [4214494593] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:39 [Warning] [402175668] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:40 tcp:127.0.0.1:5614 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:32:40 [Warning] [1884591114] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:40 [Warning] [1059188116] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:40 tcp:127.0.0.1:5616 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:32:42 [Warning] [365212426] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:42 [Warning] [636282240] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:44 tcp:127.0.0.1:5618 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:32:44 tcp:127.0.0.1:5620 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:32:45 tcp:127.0.0.1:5623 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:45 tcp:127.0.0.1:5622 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:45 tcp:127.0.0.1:5624 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:45 tcp:127.0.0.1:5625 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:46 [Warning] [1546576596] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:46 [Warning] [1660818227] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:46 tcp:127.0.0.1:5630 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:46 tcp:127.0.0.1:5632 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:47 [Warning] [865506496] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:47 [Warning] [3515547506] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:47 [Warning] [728840424] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:47 [Warning] [3291586192] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:48 tcp:127.0.0.1:5634 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:48 tcp:127.0.0.1:5636 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:48 [Warning] [2953646050] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:48 [Warning] [3990566749] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:50 [Warning] [1392260225] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:50 [Warning] [3875055138] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:52 tcp:127.0.0.1:5639 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:52 tcp:127.0.0.1:5641 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:53 tcp:127.0.0.1:5643 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:53 tcp:127.0.0.1:5644 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:32:53 tcp:127.0.0.1:5645 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:53 tcp:127.0.0.1:5649 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:32:54 [Warning] [2201199321] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:54 [Warning] [2400206983] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:54 tcp:127.0.0.1:5651 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:54 tcp:127.0.0.1:5653 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:55 [Warning] [3055629138] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:55 [Warning] [3261050401] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:55 [Warning] [232663531] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:55 [Warning] [624696219] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:56 tcp:127.0.0.1:5655 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:32:56 tcp:127.0.0.1:5656 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:32:56 [Warning] [3785760825] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:56 [Warning] [3159800261] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:58 [Warning] [3847701895] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:32:58 [Warning] [3613539959] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:00 tcp:127.0.0.1:5659 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:33:00 tcp:127.0.0.1:5661 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:33:01 tcp:127.0.0.1:5663 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:01 tcp:127.0.0.1:5664 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:01 tcp:127.0.0.1:5665 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:01 tcp:127.0.0.1:5667 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:02 [Warning] [3321794265] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:02 [Warning] [2561175540] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:02 tcp:127.0.0.1:5672 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:02 tcp:127.0.0.1:5673 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:03 [Warning] [2395296720] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:03 [Warning] [3201155878] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:03 [Warning] [487657400] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:03 [Warning] [2743186914] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:04 tcp:127.0.0.1:5677 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:04 [Warning] [621851118] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:04 [Warning] [2622267330] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:04 tcp:127.0.0.1:5679 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:06 [Warning] [4220039717] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:06 [Warning] [1947485907] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:08 tcp:127.0.0.1:5682 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:08 tcp:127.0.0.1:5683 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:09 tcp:127.0.0.1:5687 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:09 tcp:127.0.0.1:5686 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:09 tcp:127.0.0.1:5688 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:09 tcp:127.0.0.1:5690 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:10 [Warning] [4111469952] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:10 [Warning] [1088266078] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:10 tcp:127.0.0.1:5694 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:10 tcp:127.0.0.1:5696 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:11 [Warning] [1944284905] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:11 [Warning] [1942446973] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:11 [Warning] [647678604] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:11 [Warning] [2386081049] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:12 tcp:127.0.0.1:5699 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:12 [Warning] [455629409] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:12 [Warning] [2439445661] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:12 tcp:127.0.0.1:5701 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:14 [Warning] [256614687] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:14 [Warning] [2982194535] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:16 tcp:127.0.0.1:5704 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:16 tcp:127.0.0.1:5705 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:17 tcp:127.0.0.1:5711 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:33:17 tcp:127.0.0.1:5712 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:17 tcp:127.0.0.1:5714 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:33:17 tcp:127.0.0.1:5715 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:18 [Warning] [32306768] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:18 [Warning] [856339236] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:18 tcp:127.0.0.1:5719 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:33:18 tcp:127.0.0.1:5720 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:33:19 [Warning] [2276143454] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:19 [Warning] [3688647579] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:19 [Warning] [1645953749] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:19 [Warning] [906655919] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:20 tcp:127.0.0.1:5723 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:33:20 [Warning] [1734936872] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:20 [Warning] [2421276572] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:20 tcp:127.0.0.1:5724 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:33:22 [Warning] [1044831598] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:22 [Warning] [3656672022] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:24 tcp:127.0.0.1:5729 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:33:24 tcp:127.0.0.1:5731 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:33:25 tcp:127.0.0.1:5736 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:25 tcp:127.0.0.1:5735 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:25 tcp:127.0.0.1:5733 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:25 tcp:127.0.0.1:5734 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:26 [Warning] [2209962079] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:26 [Warning] [4091119265] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:26 tcp:127.0.0.1:5741 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:26 tcp:127.0.0.1:5742 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:27 [Warning] [2526868244] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:27 [Warning] [4104774607] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:27 [Warning] [3420226331] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:27 [Warning] [2866339335] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:28 tcp:127.0.0.1:5745 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:28 tcp:127.0.0.1:5747 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:28 [Warning] [632150576] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:28 [Warning] [835044093] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:30 [Warning] [890223125] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:30 [Warning] [2620602447] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:32 tcp:127.0.0.1:5751 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:32 tcp:127.0.0.1:5752 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:33 tcp:127.0.0.1:5756 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:33 tcp:127.0.0.1:5755 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:33:33 tcp:127.0.0.1:5758 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:33 tcp:127.0.0.1:5760 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:33:34 [Warning] [3966209782] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:34 [Warning] [2842029516] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:34 tcp:127.0.0.1:5763 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:33:34 tcp:127.0.0.1:5765 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:33:35 [Warning] [2422631468] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:35 [Warning] [2642928663] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:35 [Warning] [2378076787] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:35 [Warning] [809879979] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:36 tcp:127.0.0.1:5768 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:33:36 tcp:127.0.0.1:5770 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:33:36 [Warning] [1540430522] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:36 [Warning] [686927085] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:38 [Warning] [1807957662] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:38 [Warning] [2993264139] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:40 tcp:127.0.0.1:5772 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:33:40 tcp:127.0.0.1:5773 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:33:41 tcp:127.0.0.1:5777 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:41 tcp:127.0.0.1:5776 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:41 tcp:127.0.0.1:5778 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:41 tcp:127.0.0.1:5781 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:42 [Warning] [3594191186] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:42 [Warning] [133659559] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:42 tcp:127.0.0.1:5784 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:42 tcp:127.0.0.1:5786 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:43 [Warning] [2392242502] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:43 [Warning] [4071282154] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:43 [Warning] [35500551] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:43 [Warning] [2109833105] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:44 [Warning] [1543174540] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:44 [Warning] [2742441517] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:44 tcp:127.0.0.1:5788 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:44 tcp:127.0.0.1:5790 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:46 [Warning] [2323939464] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:46 [Warning] [979978568] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:48 tcp:127.0.0.1:5792 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:33:48 tcp:127.0.0.1:5794 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:33:49 tcp:127.0.0.1:5796 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:49 tcp:127.0.0.1:5797 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:49 tcp:127.0.0.1:5799 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:49 tcp:127.0.0.1:5801 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:50 tcp:127.0.0.1:5804 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:50 [Warning] [2466386069] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:50 [Warning] [2457060136] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:50 tcp:127.0.0.1:5805 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:51 [Warning] [3519964854] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:51 [Warning] [1587382262] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:51 [Warning] [2097124780] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:51 [Warning] [3336281586] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:52 tcp:127.0.0.1:5808 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:52 [Warning] [2222266357] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:52 [Warning] [272027548] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:52 tcp:127.0.0.1:5810 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:54 [Warning] [274124693] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:54 [Warning] [600059311] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:56 tcp:127.0.0.1:5812 accepted tcp:149.154.175.100:443 [proxy] 
2020/06/14 11:33:56 tcp:127.0.0.1:5814 accepted tcp:149.154.175.100:80 [proxy] 
2020/06/14 11:33:57 tcp:127.0.0.1:5819 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:33:57 tcp:127.0.0.1:5820 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:33:57 tcp:127.0.0.1:5821 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:33:57 tcp:127.0.0.1:5824 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:33:58 [Warning] [4168315706] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:58 [Warning] [1726161526] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:58 tcp:127.0.0.1:5827 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:33:58 tcp:127.0.0.1:5829 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:33:59 [Warning] [2619133335] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:59 [Warning] [2843804634] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:59 [Warning] [1553396162] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:33:59 [Warning] [924811454] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:00 tcp:127.0.0.1:5831 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:34:00 [Warning] [3653820387] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:00 tcp:127.0.0.1:5832 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:34:00 [Warning] [728927820] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:02 [Warning] [3786042217] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:02 [Warning] [619859962] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:04 tcp:127.0.0.1:5835 accepted tcp:149.154.167.91:443 [proxy] 
2020/06/14 11:34:04 tcp:127.0.0.1:5837 accepted tcp:149.154.167.91:80 [proxy] 
2020/06/14 11:34:05 tcp:127.0.0.1:5840 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:05 tcp:127.0.0.1:5839 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:05 tcp:127.0.0.1:5841 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:05 tcp:127.0.0.1:5842 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:06 tcp:127.0.0.1:5847 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:06 [Warning] [570626226] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:06 [Warning] [2070822727] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:06 tcp:127.0.0.1:5849 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:07 [Warning] [3294387898] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:07 [Warning] [3935842741] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:07 [Warning] [390663726] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:07 [Warning] [2481851344] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:08 tcp:127.0.0.1:5851 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:08 tcp:127.0.0.1:5853 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:08 [Warning] [4284136851] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:08 [Warning] [1163437416] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:10 [Warning] [1433450489] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:10 [Warning] [739813032] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:12 tcp:127.0.0.1:5855 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:12 tcp:127.0.0.1:5857 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:13 tcp:127.0.0.1:5859 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:34:13 tcp:127.0.0.1:5860 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:13 tcp:127.0.0.1:5861 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:34:13 tcp:127.0.0.1:5864 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:14 [Warning] [2735095007] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:14 [Warning] [3292748894] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:14 tcp:127.0.0.1:5868 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:34:14 tcp:127.0.0.1:5870 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:34:15 [Warning] [1620148860] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:15 [Warning] [36975197] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:15 [Warning] [3800954655] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:15 [Warning] [1576200743] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:16 tcp:127.0.0.1:5873 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:34:16 tcp:127.0.0.1:5875 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:34:16 [Warning] [3890998251] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:16 [Warning] [2625939906] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:18 [Warning] [3330201745] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:18 [Warning] [2277713119] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:20 tcp:127.0.0.1:5878 accepted tcp:149.154.175.50:443 [proxy] 
2020/06/14 11:34:20 tcp:127.0.0.1:5879 accepted tcp:149.154.175.50:80 [proxy] 
2020/06/14 11:34:21 tcp:127.0.0.1:5882 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:34:21 tcp:127.0.0.1:5883 accepted tcp:91.108.56.189:443 [proxy] 
2020/06/14 11:34:21 tcp:127.0.0.1:5884 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:34:21 tcp:127.0.0.1:5887 accepted tcp:91.108.56.189:80 [proxy] 
2020/06/14 11:34:22 [Warning] [214877119] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:22 [Warning] [1678895973] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:22 tcp:127.0.0.1:5894 accepted tcp:149.154.167.51:443 [proxy] 
2020/06/14 11:34:22 tcp:127.0.0.1:5896 accepted tcp:149.154.167.51:80 [proxy] 
2020/06/14 11:34:23 [Warning] [3730690944] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:23 [Warning] [1810340661] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:23 [Warning] [3232307564] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/06/14 11:34:23 [Warning] [3663424188] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 141.164.63.43:3636: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed

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

    2020/06/14 11:07:10 tcp:127.0.0.1:3050 accepted tcp:www.v2ray.com:443 
2020/06/14 11:11:17 tcp:127.0.0.1:3058 accepted tcp:www.v2ray.com:443 
2020/06/14 11:11:43 tcp:127.0.0.1:3058 accepted tcp:raw.githubusercontent.com:443 
2020/06/14 11:16:47 tcp:127.0.0.1:3064 accepted tcp:www.v2ray.com:443 
2020/06/14 11:18:46 tcp:127.0.0.1:3072 accepted tcp:www.v2ray.com:443 
2020/06/14 11:18:46 tcp:127.0.0.1:3072 accepted tcp:www.v2ray.com:443 
2020/06/14 11:19:05 tcp:127.0.0.1:3072 accepted tcp:ocsp.pki.goog:80 
2020/06/14 11:19:21 tcp:127.0.0.1:3072 accepted tcp:t.me:443 
2020/06/14 11:19:23 tcp:127.0.0.1:3072 accepted tcp:telegram.org:443 
2020/06/14 11:19:23 tcp:127.0.0.1:3072 accepted tcp:telegram.org:443 
2020/06/14 11:19:25 tcp:127.0.0.1:3072 accepted tcp:cdn4.telesco.pe:443 
2020/06/14 11:19:28 tcp:127.0.0.1:3072 accepted tcp:149.154.171.5:80 
2020/06/14 11:19:28 tcp:127.0.0.1:3072 accepted tcp:149.154.171.5:443 
2020/06/14 11:19:29 tcp:127.0.0.1:3072 accepted tcp:updates.tdesktop.com:443 
2020/06/14 11:19:31 tcp:127.0.0.1:3072 accepted tcp:149.154.167.91:443 
2020/06/14 11:19:31 tcp:127.0.0.1:3072 accepted tcp:149.154.167.91:80 
2020/06/14 11:19:32 tcp:127.0.0.1:3098 accepted tcp:91.108.56.189:443 
2020/06/14 11:19:32 tcp:127.0.0.1:3098 accepted tcp:149.154.175.50:443 
2020/06/14 11:19:32 tcp:127.0.0.1:3098 accepted tcp:91.108.56.189:80 
2020/06/14 11:19:32 tcp:127.0.0.1:3098 accepted tcp:149.154.175.50:80 
2020/06/14 11:19:32 tcp:127.0.0.1:3098 accepted tcp:updates.tdesktop.com:443 
2020/06/14 11:19:33 tcp:127.0.0.1:3072 accepted tcp:91.108.56.189:443 
2020/06/14 11:19:33 tcp:127.0.0.1:3098 accepted tcp:91.108.56.189:80 
2020/06/14 11:20:57 tcp:127.0.0.1:3072 accepted tcp:91.108.56.189:443 
2020/06/14 11:20:57 tcp:127.0.0.1:3072 accepted tcp:91.108.56.189:80 
2020/06/14 11:23:53 tcp:127.0.0.1:3072 accepted tcp:play.google.com:443 
2020/06/14 11:24:14 tcp:127.0.0.1:3072 accepted tcp:91.108.56.189:80 
2020/06/14 11:24:14 tcp:127.0.0.1:3072 accepted tcp:91.108.56.189:443 
2020/06/14 11:24:26 tcp:127.0.0.1:3072 accepted tcp:www.youtube.com:443 
2020/06/14 11:24:28 tcp:127.0.0.1:3072 accepted tcp:i.ytimg.com:443 
2020/06/14 11:24:28 tcp:127.0.0.1:3072 accepted tcp:i.ytimg.com:443 
2020/06/14 11:24:28 tcp:127.0.0.1:3072 accepted tcp:yt3.ggpht.com:443 
2020/06/14 11:24:28 tcp:127.0.0.1:3072 accepted tcp:i.ytimg.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:yt3.ggpht.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:yt3.ggpht.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:i.ytimg.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:i.ytimg.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:yt3.ggpht.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:yt3.ggpht.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:i.ytimg.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3134 accepted tcp:yt3.ggpht.com:443 
2020/06/14 11:24:29 tcp:127.0.0.1:3152 accepted tcp:ocsp.pki.goog:80 
2020/06/14 11:24:29 tcp:127.0.0.1:3152 accepted tcp:ocsp.pki.goog:80 
2020/06/14 11:24:29 tcp:127.0.0.1:3152 accepted tcp:ocsp.pki.goog:80 
2020/06/14 11:24:29 tcp:127.0.0.1:3152 accepted tcp:ocsp.pki.goog:80 
2020/06/14 11:24:29 tcp:127.0.0.1:3152 accepted tcp:ocsp.pki.goog:80 
2020/06/14 11:24:29 tcp:127.0.0.1:3152 accepted tcp:lh3.googleusercontent.com:443 
2020/06/14 11:24:30 tcp:127.0.0.1:3072 accepted tcp:r1---sn-n4v7knlk.googlevideo.com:443 
2020/06/14 11:24:30 tcp:127.0.0.1:3134 accepted tcp:r1---sn-n4v7knlk.googlevideo.com:443 

8) 其它相关的配置文件(如 Nginx)和相关日志。 ws可正常使用,无需附

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

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

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

通常的命令为 journalctl -u v2ray

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

BandageWorm commented 4 years ago

自测发现原因为防火墙未放行端口