v2ray / v2ray-core

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

dokodemo tproxy模式下代理游戏的UDP包,游戏必然掉线 #2158

Closed ghost closed 4 years ago

ghost commented 4 years ago

Please read the instruction and answer the following questions before submitting your issue. Thank you. Please answer all the questions with enough information. All issues not following this template will be closed immediately. If you are not sure if your question is truely a bug in V2Ray, please discuss it here first.

1) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)? 4.22.1

2) What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. 路由器透明代理加速PS4游戏(战地5)

3) What did you see? (Please describe in detail, such as timeout, fake TLS certificate etc) 大部分时候根本无法进入游戏服务器。偶尔能进入,但很快就掉线。

4) What's your expectation? 正常加速游戏。 已知客户端使用shadowsocks-libev,服务端使用shadowsocks-libev或v2ray的ss入站都无此问题。 也就是说v2ray的ss实现没有问题,但dokodemo无法替代ss-redir。 补充:服务端使用v2ray的ss入站可以正常游戏,但延迟比shadowsocks-libev高。

5) Please attach your configuration file (Mask IP addresses before submit this issue).

Server configuration:

{
    "log": {
        "error": "/var/log/v2ray/error.txt",
        "access": "/var/log/v2ray/access.txt"
    },
    "inbounds": [
        {
            "port": 8000,
            "protocol": "shadowsocks",
            "settings": {
                "method": "chacha20",
                "password": "**********",
                "network": "tcp,udp"
            }
        }
    ],
    "outbounds": [
        {
            "tag": "direct",
            "protocol": "freedom"
        },
        {
            "tag": "reject",
            "protocol": "blackhole"
        }
    ],
    "routing": {
        "rules": [
            {
                "type": "field",
                "outboundTag": "reject",
                "domain": [
                    "geosite:cn",
                    "geosite:category-ads-all"
                ]
            },
            {
                "type": "field",
                "outboundTag": "reject",
                "ip": [
                    "geoip:cn",
                    "geoip:private"
                ]
            }
        ]
    }
}

Client configuration:

{ 
   "log":{ 
      "loglevel":"debug"
   },
   "inbounds":[ 
      { 
         "tag":"dokodemo",
         "port":12345,
         "protocol":"dokodemo-door",
         "settings":{ 
            "network":"tcp",
            "followRedirect":true
         },
         "sniffing":{ 
            "enabled":true,
            "destOverride":[ 
               "http",
               "tls"
            ]
         }
      },
      { 
         "tag":"udp-in",
         "port":22222,
         "protocol":"dokodemo-door",
         "settings":{ 
            "network":"udp",
            "followRedirect":true
         },
         "streamSettings": {
            "sockopt": {
                "tproxy": "tproxy"
            }
        }
      }
   ],
   "outbounds":[ 
      { 
         "protocol":"freedom",
         "tag":"direct"
      },
      { 
         "protocol":"shadowsocks",
         "tag":"ss",
         "settings":{ 
            "servers":[ 
               { 
                  "address":"***.***.109.151",
                  "method":"chacha20",
                  "password":"**********",
                  "port":8000
               }
            ]
         }
      }
   },
   "routing":{ 
      "rules":[ 
         {
             "type":"field",
             "outboundTag":"ss",
             "inboundTag":[
                 "udp-in"
             ]
         },
         { 
            "type":"field",
            "outboundTag":"direct",
            "domain":[ 
               "geosite:apple",
               "geosite:microsoft",
               "domain:playstation.net",
               "domain:playstation.com",
               "geosite:cn"
            ]
         },
         {
             "type":"field",
             "outboundTag":"ss",
             "network":"tcp"
         }
      ]
   }
}

6) Please attach error logs, especially the bottom lines if the file is large. Error log file is usually at /var/log/v2ray/error.log on Linux.

Server error log:

nothing

Client error log:

V2Ray 4.22.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.13.5 linux/mipsle)
A unified platform for anti-censorship.
2020/01/04 04:22:52 [Debug] v2ray.com/core/app/log: Logger started
2020/01/04 04:22:52 [Info] v2ray.com/core/app/dns: DNS: created localhost client
2020/01/04 04:22:52 [Debug] v2ray.com/core/app/proxyman/inbound: creating stream worker on 0.0.0.0:12345
2020/01/04 04:22:52 [Debug] v2ray.com/core/app/proxyman/inbound: creating stream worker on 0.0.0.0:5300
2020/01/04 04:22:52 [Info] v2ray.com/core/transport/internet/tcp: listening TCP on 0.0.0.0:12345
2020/01/04 04:22:52 [Info] v2ray.com/core/transport/internet/udp: listening UDP on 0.0.0.0:22222
2020/01/04 04:22:52 [Warning] v2ray.com/core: V2Ray 4.22.1 started
2020/01/04 04:22:52 [Debug] [464947564] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61132
2020/01/04 04:22:52 [Info] [464947564] v2ray.com/core/app/dispatcher: sniffed domain: activity.windows.com
2020/01/04 04:22:52 [Info] [464947564] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:activity.windows.com:443]
2020/01/04 04:22:52 [Info] [464947564] v2ray.com/core/proxy/freedom: opening connection to tcp:activity.windows.com:443
2020/01/04 04:22:52 [Info] [464947564] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:activity.windows.com:443
2020/01/04 04:22:52 [Debug] [4207570934] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61128
2020/01/04 04:22:52 [Debug] [3733290472] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61130
2020/01/04 04:22:52 [Info] [4207570934] v2ray.com/core/app/dispatcher: sniffed domain: beacons2.gvt2.com
2020/01/04 04:22:52 [Info] [3733290472] v2ray.com/core/app/dispatcher: sniffed domain: beacons3.gvt2.com
2020/01/04 04:22:52 [Info] [3733290472] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:beacons3.gvt2.com:443]
2020/01/04 04:22:52 [Info] [3733290472] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:22:52 [Info] [4207570934] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:beacons2.gvt2.com:443]
2020/01/04 04:22:52 [Info] [4207570934] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:22:52 [Info] [4207570934] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:beacons2.gvt2.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:22:52 [Info] [3733290472] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:beacons3.gvt2.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:22:52 [Debug] [2214588503] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61129
2020/01/04 04:22:52 [Info] [2214588503] v2ray.com/core/app/dispatcher: sniffed domain: beacons3.gvt2.com
2020/01/04 04:22:52 [Info] [2214588503] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:beacons3.gvt2.com:443]
2020/01/04 04:22:52 [Info] [2214588503] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:22:53 [Info] [2214588503] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:beacons3.gvt2.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:22:53 [Debug] [3027334983] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61131
2020/01/04 04:22:53 [Info] [3027334983] v2ray.com/core/app/dispatcher: sniffed domain: beacons3.gvt2.com
2020/01/04 04:22:53 [Info] [3027334983] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:beacons3.gvt2.com:443]
2020/01/04 04:22:53 [Info] [3027334983] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:22:53 [Info] [3027334983] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:beacons3.gvt2.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:22:54 [Info] [3733290472] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:22:54 [Info] [3733290472] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:02 [Debug] [4042903165] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:58820
2020/01/04 04:23:02 [Info] [4042903165] v2ray.com/core/app/dispatcher: sniffed domain: pin-river.data.ea.com
2020/01/04 04:23:02 [Info] [4042903165] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:pin-river.data.ea.com:443]
2020/01/04 04:23:02 [Info] [4042903165] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:23:02 [Info] [4042903165] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:pin-river.data.ea.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:23:20 [Debug] [476122340] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:54696
2020/01/04 04:23:20 [Info] [476122340] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:23:20 [Info] [476122340] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:23:20 [Info] [476122340] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:23:21 [Info] [476122340] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:23:23 [Debug] [2154198091] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:61465
2020/01/04 04:23:23 [Info] [2154198091] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:23:23 [Info] [2154198091] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:23:23 [Info] [2154198091] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:23:23 [Info] [2154198091] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:23:24 [Info] [476122340] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:23:24 [Info] [476122340] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:24 [Debug] [3926416440] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:62855
2020/01/04 04:23:24 [Info] [3926416440] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:23:24 [Info] [3926416440] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:23:24 [Info] [3926416440] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:23:24 [Info] [3926416440] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:23:25 [Info] [2154198091] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:23:25 [Info] [2154198091] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:26 [Info] [3926416440] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:23:26 [Info] [3926416440] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:28 [Debug] [2486951301] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:58981
2020/01/04 04:23:28 [Info] [2486951301] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:23:28 [Info] [2486951301] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:23:28 [Info] [2486951301] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:23:28 [Info] [2486951301] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:23:30 [Info] [2486951301] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:23:30 [Info] [2486951301] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:37 [Info] [4207570934] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:23:37 [Info] [3027334983] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:37 [Info] [4207570934] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:23:37 [Info] [3027334983] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:23:42 [Debug] [1644361207] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61133
2020/01/04 04:23:42 [Info] [1644361207] v2ray.com/core/app/dispatcher: sniffed domain: client.wns.windows.com
2020/01/04 04:23:42 [Info] [1644361207] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:client.wns.windows.com:443]
2020/01/04 04:23:42 [Info] [1644361207] v2ray.com/core/proxy/freedom: opening connection to tcp:client.wns.windows.com:443
2020/01/04 04:23:42 [Info] [1644361207] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:client.wns.windows.com:443
2020/01/04 04:25:02 [Debug] [2632092102] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61141
2020/01/04 04:25:02 [Info] [2632092102] v2ray.com/core/app/dispatcher: sniffed domain: activity.windows.com
2020/01/04 04:25:02 [Info] [2632092102] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:activity.windows.com:443]
2020/01/04 04:25:02 [Info] [2632092102] v2ray.com/core/proxy/freedom: opening connection to tcp:activity.windows.com:443
2020/01/04 04:25:02 [Info] [2632092102] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:activity.windows.com:443
2020/01/04 04:25:03 [Info] [464947564] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:25:03 [Info] [464947564] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/01/04 04:25:10 [Debug] [149700128] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61143
2020/01/04 04:25:10 [Info] [149700128] v2ray.com/core/app/dispatcher: sniffed domain: fonts.googleapis.com
2020/01/04 04:25:10 [Info] v2ray.com/core/app/dns: returning 1 IPs for domain fonts.googleapis.com
2020/01/04 04:25:10 [Info] [149700128] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:fonts.googleapis.com:443]
2020/01/04 04:25:10 [Info] [149700128] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:10 [Debug] [1491892378] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61144
2020/01/04 04:25:10 [Info] [1491892378] v2ray.com/core/app/dispatcher: sniffed domain: fonts.gstatic.com
2020/01/04 04:25:10 [Info] v2ray.com/core/app/dns: returning 1 IPs for domain fonts.gstatic.com
2020/01/04 04:25:10 [Info] [1491892378] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:fonts.gstatic.com:443]
2020/01/04 04:25:10 [Info] [1491892378] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:10 [Info] [149700128] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:fonts.googleapis.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:10 [Info] [1491892378] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:fonts.gstatic.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:11 [Debug] [916093186] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61147
2020/01/04 04:25:11 [Info] [916093186] v2ray.com/core/app/dispatcher: sniffed domain: fonts.gstatic.com
2020/01/04 04:25:11 [Info] v2ray.com/core/app/dns: returning 1 IPs for domain fonts.gstatic.com
2020/01/04 04:25:11 [Info] [916093186] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:fonts.gstatic.com:443]
2020/01/04 04:25:11 [Info] [916093186] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:11 [Info] [916093186] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:fonts.gstatic.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:17 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:25:17 [Debug] [1750927164] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:25:17 [Info] [1750927164] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:25:17 [Info] [1750927164] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:25:17 [Debug] [2169028035] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:56487
2020/01/04 04:25:17 [Debug] [2588199279] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:54657
2020/01/04 04:25:17 [Info] [2588199279] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:25:17 [Info] [2169028035] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:25:17 [Info] [2588199279] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:25:17 [Info] [2588199279] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:17 [Info] [2169028035] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:25:17 [Info] [2169028035] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:17 [Info] [2588199279] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:17 [Info] [2169028035] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:20 [Info] [2588199279] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:25:20 [Info] [2588199279] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:25:20 [Info] [2169028035] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:25:20 [Info] [2169028035] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:25:24 [Debug] [1770906169] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61153
2020/01/04 04:25:24 [Info] [1770906169] v2ray.com/core/app/dispatcher: sniffed domain: login.live.com
2020/01/04 04:25:24 [Info] [1770906169] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:login.live.com:443]
2020/01/04 04:25:24 [Info] [1770906169] v2ray.com/core/proxy/freedom: opening connection to tcp:login.live.com:443
2020/01/04 04:25:24 [Info] [1770906169] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:login.live.com:443
2020/01/04 04:25:33 [Info] [1750927164] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:25:33 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:25:33 [Debug] [1488524096] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:25:33 [Info] [1488524096] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:25:33 [Info] [1488524096] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:25:33 [Info] [1750927164] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:25:33 [Debug] [1562787562] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:57796
2020/01/04 04:25:33 [Info] [1562787562] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:25:33 [Info] [1562787562] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:25:33 [Info] [1562787562] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:33 [Info] [1562787562] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:33 [Debug] [759623610] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:65094
2020/01/04 04:25:33 [Debug] [3486474950] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55331
2020/01/04 04:25:33 [Info] [759623610] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:25:33 [Info] [3486474950] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:25:33 [Info] [3486474950] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:25:33 [Info] [3486474950] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:33 [Info] [759623610] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:25:33 [Info] [759623610] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:33 [Info] [3486474950] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:33 [Info] [759623610] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:36 [Info] [3486474950] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:25:36 [Info] [3486474950] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:25:37 [Info] [1562787562] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:25:37 [Info] [1562787562] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:25:38 [Info] [759623610] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:25:38 [Info] [759623610] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:25:49 [Info] [1488524096] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:25:49 [Info] [1488524096] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:25:49 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:25:49 [Debug] [2621843755] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:25:49 [Info] [2621843755] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:25:49 [Info] [2621843755] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:25:53 [Debug] [135502828] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55089
2020/01/04 04:25:53 [Info] [135502828] v2ray.com/core/app/dispatcher: sniffed domain: jp-push.np.communication.playstation.net
2020/01/04 04:25:53 [Info] [135502828] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:jp-push.np.communication.playstation.net:443]
2020/01/04 04:25:53 [Info] [135502828] v2ray.com/core/proxy/freedom: opening connection to tcp:jp-push.np.communication.playstation.net:443
2020/01/04 04:25:53 [Info] [135502828] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:jp-push.np.communication.playstation.net:443
2020/01/04 04:25:55 [Debug] [390261561] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:63336
2020/01/04 04:25:55 [Info] [390261561] v2ray.com/core/app/dispatcher: sniffed domain: 34-208-159-112-push.np.communication.playstation.net
2020/01/04 04:25:55 [Info] [390261561] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:34-208-159-112-push.np.communication.playstation.net:443]
2020/01/04 04:25:55 [Info] [390261561] v2ray.com/core/proxy/freedom: opening connection to tcp:34-208-159-112-push.np.communication.playstation.net:443
2020/01/04 04:25:55 [Info] [390261561] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:34-208-159-112-push.np.communication.playstation.net:443
2020/01/04 04:25:56 [Debug] [1303873004] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:58000
2020/01/04 04:25:56 [Info] [1303873004] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:25:56 [Info] [1303873004] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:25:56 [Info] [1303873004] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:56 [Debug] [1589267785] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:51584
2020/01/04 04:25:56 [Info] [1589267785] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:25:56 [Info] [1303873004] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:56 [Info] [1589267785] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:25:56 [Info] [1589267785] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:56 [Info] [1589267785] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:58 [Debug] [3273675263] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:51768
2020/01/04 04:25:58 [Info] [3273675263] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:25:58 [Info] [3273675263] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:25:58 [Info] [3273675263] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:25:58 [Info] [3273675263] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:25:58 [Info] [1589267785] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:25:58 [Info] [1589267785] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:00 [Info] [3273675263] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:00 [Info] [3273675263] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:05 [Info] [2621843755] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:26:05 [Info] [2621843755] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:26:05 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:26:05 [Debug] [698657076] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:05 [Info] [698657076] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:26:05 [Info] [698657076] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:26:12 [Debug] [2016343535] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:61355
2020/01/04 04:26:12 [Info] [2016343535] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:12 [Info] [2016343535] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:12 [Info] [2016343535] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:12 [Info] [2016343535] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:13 [Debug] [80928778] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:59880
2020/01/04 04:26:13 [Info] [80928778] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:13 [Info] [80928778] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:13 [Info] [80928778] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:13 [Info] [80928778] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:14 [Debug] [88697466] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:57050
2020/01/04 04:26:14 [Info] [88697466] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:14 [Info] [88697466] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:14 [Info] [88697466] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:14 [Info] [2016343535] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:14 [Info] [2016343535] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:14 [Info] [88697466] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:14 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:60.86.229.69:3659
2020/01/04 04:26:14 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:114.160.116.125:3659
2020/01/04 04:26:14 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:182.166.26.181:3659
2020/01/04 04:26:14 [Debug] [1747342762] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:14 [Debug] [3873720286] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:14 [Info] [1747342762] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:182.166.26.181:3659]
2020/01/04 04:26:14 [Debug] [461439527] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:14 [Info] [1747342762] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:182.166.26.181:3659 via tcp:***.***.109.151:8000
2020/01/04 04:26:14 [Info] [461439527] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:114.160.116.125:3659]
2020/01/04 04:26:14 [Info] [3873720286] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:60.86.229.69:3659]
2020/01/04 04:26:14 [Info] [461439527] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:114.160.116.125:3659 via tcp:***.***.109.151:8000
2020/01/04 04:26:14 [Info] [3873720286] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:60.86.229.69:3659 via tcp:***.***.109.151:8000

/**** 大约在此处进入游戏 ****/

2020/01/04 04:26:15 [Debug] [3593173749] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:59570
2020/01/04 04:26:15 [Info] [3593173749] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:15 [Info] [3593173749] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:15 [Info] [3593173749] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:15 [Info] [80928778] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:15 [Info] [80928778] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:15 [Info] [3593173749] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:16 [Info] [88697466] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:16 [Info] [88697466] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:16 [Debug] [608318165] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:63599
2020/01/04 04:26:16 [Info] [608318165] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:16 [Info] [608318165] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:16 [Info] [608318165] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:16 [Info] [608318165] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:17 [Debug] [972692050] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:64939
2020/01/04 04:26:17 [Info] [3593173749] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:17 [Info] [3593173749] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:17 [Info] [972692050] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:17 [Info] [972692050] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:17 [Info] [972692050] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:17 [Info] [972692050] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:17 [Info] [608318165] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:17 [Info] [608318165] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:18 [Debug] [4164454885] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55840
2020/01/04 04:26:18 [Info] [4164454885] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:18 [Info] [4164454885] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:18 [Info] [4164454885] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:18 [Info] [4164454885] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:19 [Debug] [3784661860] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:57477
2020/01/04 04:26:19 [Info] [3784661860] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:19 [Info] [3784661860] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:19 [Info] [3784661860] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:19 [Info] [972692050] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:19 [Info] [972692050] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:19 [Info] [3784661860] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:20 [Debug] [2583933423] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:64047
2020/01/04 04:26:20 [Info] [4164454885] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:20 [Info] [4164454885] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:20 [Info] [2583933423] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:20 [Info] [2583933423] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:20 [Info] [2583933423] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:20 [Info] [2583933423] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:21 [Info] [698657076] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:26:21 [Info] [698657076] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:26:21 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:26:21 [Debug] [3786195702] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:21 [Info] [3786195702] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:26:21 [Info] [3786195702] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:26:21 [Info] [3784661860] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:21 [Info] [3784661860] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:23 [Info] [2583933423] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:23 [Debug] [3480976182] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:60707
2020/01/04 04:26:23 [Info] [3480976182] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:23 [Info] [3480976182] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:23 [Info] [3480976182] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:23 [Info] [3480976182] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:24 [Debug] [3444069329] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:56507
2020/01/04 04:26:24 [Info] [3444069329] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:24 [Info] [3444069329] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:24 [Info] [3444069329] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:24 [Info] [3444069329] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:25 [Debug] [3723984788] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55550
2020/01/04 04:26:25 [Info] [3480976182] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:25 [Info] [3480976182] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:25 [Info] [3723984788] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:25 [Info] [3723984788] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:25 [Info] [3723984788] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:25 [Info] [3723984788] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:25 [Debug] [1674650501] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.209:61162
2020/01/04 04:26:25 [Info] [1674650501] v2ray.com/core/app/dispatcher: sniffed domain: activity.windows.com
2020/01/04 04:26:25 [Info] [1674650501] v2ray.com/core/app/dispatcher: taking detour [direct] for [tcp:activity.windows.com:443]
2020/01/04 04:26:25 [Info] [1674650501] v2ray.com/core/proxy/freedom: opening connection to tcp:activity.windows.com:443
2020/01/04 04:26:25 [Info] [1674650501] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:activity.windows.com:443
2020/01/04 04:26:26 [Info] [3444069329] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:26 [Info] [3444069329] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:26 [Debug] [1612249679] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:61527
2020/01/04 04:26:26 [Info] [1612249679] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:26 [Info] [1612249679] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:26 [Info] [1612249679] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:26 [Info] [1612249679] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:26 [Info] [2632092102] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:26 [Info] [2632092102] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/01/04 04:26:27 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:3.113.245.44:21456
2020/01/04 04:26:27 [Debug] [2791273225] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:27 [Info] [2791273225] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:3.113.245.44:21456]
2020/01/04 04:26:27 [Info] [2791273225] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:3.113.245.44:21456 via tcp:***.***.109.151:8000
2020/01/04 04:26:27 [Info] [3723984788] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:27 [Info] [3723984788] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:27 [Debug] [1391557603] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:61407
2020/01/04 04:26:27 [Info] [1391557603] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:27 [Info] [1391557603] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:27 [Info] [1391557603] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:27 [Info] [1391557603] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:28 [Debug] [3457634135] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:63760
2020/01/04 04:26:28 [Info] [3457634135] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:28 [Info] [3457634135] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:28 [Info] [3457634135] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:28 [Info] [1612249679] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:28 [Info] [1612249679] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:28 [Info] [3457634135] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:29 [Debug] [3173085816] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:56962
2020/01/04 04:26:29 [Info] [3173085816] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:29 [Info] [3173085816] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:29 [Info] [3173085816] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:29 [Info] [1391557603] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:29 [Info] [1391557603] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:29 [Info] [3173085816] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:29 [Debug] [8000842678] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:56963
2020/01/04 04:26:30 [Info] [3457634135] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:30 [Info] [3457634135] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:30 [Info] [8000842678] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:30 [Info] [8000842678] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:30 [Info] [8000842678] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:30 [Info] [8000842678] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:30 [Info] [3173085816] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:30 [Info] [3173085816] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:31 [Debug] [2214491959] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:51183
2020/01/04 04:26:31 [Info] [2214491959] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:31 [Info] [2214491959] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:31 [Info] [2214491959] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:31 [Info] [2214491959] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:31 [Debug] [941345663] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55874
2020/01/04 04:26:31 [Info] [941345663] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:31 [Info] [941345663] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:31 [Info] [941345663] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:31 [Info] [8000842678] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:31 [Info] [8000842678] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:32 [Info] [941345663] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:32 [Info] [2214491959] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:32 [Info] [2214491959] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:33 [Debug] [74687342] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:60182
2020/01/04 04:26:33 [Info] [74687342] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:33 [Info] [74687342] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:33 [Info] [74687342] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:33 [Info] [74687342] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:34 [Debug] [1787064253] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:63034
2020/01/04 04:26:34 [Info] [1787064253] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:34 [Info] [1787064253] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:34 [Info] [1787064253] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:34 [Info] [1787064253] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:35 [Info] [74687342] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:35 [Info] [74687342] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:35 [Debug] [1921599294] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:49274
2020/01/04 04:26:35 [Info] [1921599294] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:35 [Info] [1921599294] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:35 [Info] [1921599294] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:35 [Info] [1921599294] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:36 [Info] [1787064253] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:36 [Info] [1787064253] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:36 [Debug] [2196591723] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:54551
2020/01/04 04:26:36 [Info] [2196591723] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:36 [Info] [2196591723] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:36 [Info] [2196591723] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:36 [Info] [2196591723] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:37 [Info] [3786195702] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:26:37 [Info] [3786195702] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:26:37 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:26:37 [Debug] [345219181] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:37 [Info] [345219181] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:26:37 [Info] [345219181] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:26:37 [Info] [3873720286] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:26:37 [Info] [1921599294] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:37 [Info] [1921599294] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:37 [Info] [2791273225] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:26:37 [Info] [3873720286] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:26:37 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:3.113.245.44:21456
2020/01/04 04:26:37 [Debug] [1159542367] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:37 [Info] [1159542367] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:3.113.245.44:21456]
2020/01/04 04:26:37 [Info] [1159542367] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:3.113.245.44:21456 via tcp:***.***.109.151:8000
2020/01/04 04:26:37 [Info] [2791273225] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:26:37 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:60.86.229.69:3659
2020/01/04 04:26:37 [Debug] [2302353542] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:37 [Info] [2302353542] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:60.86.229.69:3659]
2020/01/04 04:26:37 [Info] [2302353542] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:60.86.229.69:3659 via tcp:***.***.109.151:8000
2020/01/04 04:26:38 [Info] [1747342762] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:38 [Info] [461439527] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:38 [Info] [461439527] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:38 [Info] [1747342762] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:38 [Debug] [2097211564] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:53697
2020/01/04 04:26:38 [Info] [2097211564] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:38 [Info] [2097211564] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:38 [Info] [2097211564] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:38 [Info] [2097211564] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:39 [Debug] [3196781660] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:50530
2020/01/04 04:26:39 [Info] [3196781660] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:39 [Info] [3196781660] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:39 [Info] [3196781660] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:39 [Info] [2196591723] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:39 [Info] [2196591723] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:39 [Info] [2097211564] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:39 [Info] [2097211564] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:40 [Info] [3196781660] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:42 [Info] [3196781660] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:42 [Debug] [1800259098] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:56354
2020/01/04 04:26:42 [Info] [1800259098] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:42 [Info] [1800259098] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:42 [Info] [1800259098] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:42 [Info] [1800259098] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:44 [Info] [1800259098] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:44 [Info] [1800259098] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:51 [Debug] [2320668899] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:58818
2020/01/04 04:26:51 [Info] [2320668899] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:26:51 [Info] [2320668899] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:26:51 [Info] [2320668899] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:26:51 [Info] [2320668899] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:26:53 [Info] [345219181] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:26:53 [Info] [345219181] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:26:53 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:26:53 [Debug] [2846014642] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:26:53 [Info] [2846014642] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:26:53 [Info] [2846014642] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:26:53 [Info] [2320668899] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:26:53 [Info] [2320668899] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:54 [Info] [2302353542] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:54 [Info] [2302353542] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:26:54 [Info] [1159542367] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:26:54 [Info] [1159542367] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:27:04 [Info] [1303873004] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:04 [Info] [1303873004] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:04 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:3.113.245.44:21456
2020/01/04 04:27:04 [Debug] [728643005] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:27:04 [Info] [728643005] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:3.113.245.44:21456]
2020/01/04 04:27:04 [Info] [728643005] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:3.113.245.44:21456 via tcp:***.***.109.151:8000
2020/01/04 04:27:09 [Info] [2846014642] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:27:09 [Info] [2846014642] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:27:09 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:27:09 [Debug] [2209936181] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:27:09 [Info] [2209936181] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:27:09 [Info] [2209936181] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:27:15 [Info] [1770906169] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:15 [Info] [1770906169] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/01/04 04:27:25 [Info] [2209936181] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:27:25 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:18.177.148.17:25201
2020/01/04 04:27:25 [Debug] [3857057669] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:27:25 [Info] [3857057669] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:18.177.148.17:25201]
2020/01/04 04:27:25 [Info] [3857057669] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:18.177.148.17:25201 via tcp:***.***.109.151:8000
2020/01/04 04:27:25 [Info] [2209936181] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:27:25 [Info] [728643005] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport request (TPROXY conn) > io: read/write on closed pipe
2020/01/04 04:27:25 [Info] [728643005] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > v2ray.com/core/proxy/shadowsocks: failed to transport all UDP response > io: read/write on closed pipe
2020/01/04 04:27:25 [Debug] v2ray.com/core/transport/internet/udp: UDP original destination: udp:3.113.245.44:21456
2020/01/04 04:27:25 [Debug] [3095842614] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:3659
2020/01/04 04:27:25 [Info] [3095842614] v2ray.com/core/app/dispatcher: taking detour [ss] for [udp:3.113.245.44:21456]
2020/01/04 04:27:25 [Info] [3095842614] v2ray.com/core/proxy/shadowsocks: tunneling request to udp:3.113.245.44:21456 via tcp:***.***.109.151:8000

/**** 大约在此处掉线 ****/

2020/01/04 04:27:28 [Debug] [1625029184] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55273
2020/01/04 04:27:28 [Debug] [1853218887] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:62918
2020/01/04 04:27:28 [Debug] [2146943165] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:60175
2020/01/04 04:27:28 [Info] [2146943165] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:28 [Info] [1853218887] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:28 [Info] [1625029184] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:28 [Info] [1625029184] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:28 [Info] [2146943165] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:28 [Info] [1853218887] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:28 [Info] [1625029184] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:28 [Info] [2146943165] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:28 [Info] [1853218887] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:28 [Info] [1853218887] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:28 [Info] [2146943165] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:28 [Info] [1625029184] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:30 [Debug] [1631939777] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:54035
2020/01/04 04:27:30 [Info] [1631939777] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:30 [Info] [1631939777] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:30 [Info] [1631939777] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:30 [Info] [1631939777] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:31 [Info] [1853218887] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:31 [Info] [1853218887] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:32 [Info] [2146943165] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:32 [Info] [2146943165] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:33 [Info] [1631939777] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:33 [Info] [1631939777] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:27:33 [Info] [1625029184] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:33 [Info] [1625029184] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:38 [Debug] [4023896057] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55528
2020/01/04 04:27:38 [Debug] [3821587185] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55142
2020/01/04 04:27:38 [Info] [4023896057] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:38 [Info] [3821587185] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:38 [Info] [4023896057] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:38 [Info] [3821587185] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:38 [Info] [4023896057] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:38 [Info] [3821587185] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:38 [Info] [3821587185] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:38 [Info] [4023896057] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:40 [Info] [3821587185] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:40 [Info] [4023896057] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:40 [Info] [4023896057] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:27:40 [Info] [3821587185] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:41 [Debug] [298482417] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:50634
2020/01/04 04:27:41 [Debug] [3177636369] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:58926
2020/01/04 04:27:41 [Info] [3177636369] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:41 [Info] [298482417] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:41 [Info] [298482417] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:41 [Info] [298482417] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:41 [Info] [3177636369] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:41 [Info] [3177636369] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:41 [Info] [298482417] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:41 [Info] [3177636369] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:42 [Info] [3095842614] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:42 [Info] [3857057669] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:42 [Info] [3857057669] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:27:42 [Info] [3095842614] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:27:43 [Debug] [1799248371] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:54907
2020/01/04 04:27:43 [Debug] [130211997] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:58245
2020/01/04 04:27:43 [Info] [130211997] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:43 [Info] [1799248371] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:43 [Info] [1799248371] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:43 [Info] [1799248371] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:43 [Info] [130211997] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:43 [Info] [130211997] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:43 [Info] [1799248371] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:43 [Info] [130211997] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:45 [Info] [130211997] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:45 [Info] [130211997] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:46 [Info] [1799248371] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:46 [Info] [1799248371] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:48 [Debug] [2561957066] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:52039
2020/01/04 04:27:48 [Info] [2561957066] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:48 [Info] [2561957066] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:48 [Info] [2561957066] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:48 [Info] [2561957066] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:50 [Info] [2561957066] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:50 [Info] [2561957066] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:52 [Debug] [438931275] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:57088
2020/01/04 04:27:52 [Debug] [1604278196] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:59100
2020/01/04 04:27:52 [Debug] [2743125882] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:49794
2020/01/04 04:27:52 [Debug] [3593758598] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:52634
2020/01/04 04:27:52 [Info] [2743125882] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:52 [Info] [3593758598] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:52 [Info] [438931275] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:52 [Info] [1604278196] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:52 [Info] [1604278196] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:52 [Info] [1604278196] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [3593758598] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:52 [Info] [3593758598] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [438931275] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:52 [Info] [438931275] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [2743125882] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:52 [Info] [2743125882] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [1604278196] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [438931275] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [3593758598] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:52 [Info] [2743125882] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:27:54 [Info] [438931275] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:54 [Info] [438931275] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:54 [Info] [3593758598] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:54 [Info] [2743125882] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:54 [Info] [3593758598] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:54 [Info] [2743125882] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:27:54 [Info] [1604278196] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:27:54 [Info] [1604278196] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:27:58 [Debug] [1595541224] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:52277
2020/01/04 04:27:58 [Info] [1595541224] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:27:58 [Info] [1595541224] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:27:58 [Info] [1595541224] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:27:58 [Info] [1595541224] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:28:02 [Info] [1595541224] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:28:02 [Info] [1595541224] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > v2ray.com/core/proxy/dokodemo: failed to transport response > io: read/write on closed pipe
2020/01/04 04:28:04 [Debug] [4062385478] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:51703
2020/01/04 04:28:04 [Info] [4062385478] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:28:04 [Info] [4062385478] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:28:04 [Info] [4062385478] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:28:04 [Info] [4062385478] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:28:06 [Debug] [3950217578] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:55057
2020/01/04 04:28:06 [Info] [3950217578] v2ray.com/core/app/dispatcher: sniffed domain: eaassets-a.akamaihd.net
2020/01/04 04:28:06 [Info] [3950217578] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:eaassets-a.akamaihd.net:443]
2020/01/04 04:28:06 [Info] [3950217578] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:28:06 [Info] [3950217578] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:eaassets-a.akamaihd.net:443 via tcp:***.***.109.151:8000
2020/01/04 04:28:06 [Info] [4062385478] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:28:06 [Info] [4062385478] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:28:08 [Info] [3950217578] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:28:08 [Info] [3950217578] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled
2020/01/04 04:28:08 [Debug] [4178632742] v2ray.com/core/proxy/dokodemo: processing connection from: 192.168.100.123:54529
2020/01/04 04:28:08 [Info] [4178632742] v2ray.com/core/app/dispatcher: sniffed domain: sparta-gw-bfv.battlelog.com
2020/01/04 04:28:08 [Info] [4178632742] v2ray.com/core/app/dispatcher: taking detour [ss] for [tcp:sparta-gw-bfv.battlelog.com:443]
2020/01/04 04:28:08 [Info] [4178632742] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:***.***.109.151:8000
2020/01/04 04:28:08 [Info] [4178632742] v2ray.com/core/proxy/shadowsocks: tunneling request to tcp:sparta-gw-bfv.battlelog.com:443 via tcp:***.***.109.151:8000
2020/01/04 04:28:10 [Info] [4178632742] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/dokodemo: connection ends > context canceled
2020/01/04 04:28:10 [Info] [4178632742] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/shadowsocks: connection ends > context canceled

7) Please attach access log. Access log is usually at '/var/log/v2ray/access.log' on Linux.

2020/01/04 04:22:52 ***.***.67.60:21331 accepted tcp:beacons2.gvt2.com:443 [direct] 
2020/01/04 04:22:52 ***.***.67.60:21330 accepted tcp:beacons3.gvt2.com:443 [direct] 
2020/01/04 04:22:53 ***.***.67.60:21332 accepted tcp:beacons3.gvt2.com:443 [direct] 
2020/01/04 04:22:53 ***.***.67.60:21333 accepted tcp:beacons3.gvt2.com:443 [direct] 
2020/01/04 04:23:02 ***.***.67.60:21339 accepted tcp:pin-river.data.ea.com:443 [direct] 
2020/01/04 04:23:21 ***.***.67.60:21361 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:23:23 ***.***.67.60:21363 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:23:24 ***.***.67.60:21364 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:23:28 ***.***.67.60:21365 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct]
2020/01/04 04:25:10 ***.***.67.60:21375 accepted tcp:fonts.googleapis.com:443 [direct] 
2020/01/04 04:25:10 ***.***.67.60:21377 accepted tcp:fonts.gstatic.com:443 [direct] 
2020/01/04 04:25:11 ***.***.67.60:21380 accepted tcp:fonts.gstatic.com:443 [direct] 
2020/01/04 04:25:17 udp:***.***.67.60:21383 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:25:17 ***.***.67.60:21386 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:25:17 ***.***.67.60:21387 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:25:33 udp:***.***.67.60:21395 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:25:33 ***.***.67.60:21396 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:25:33 ***.***.67.60:21397 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:25:33 ***.***.67.60:21398 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:25:49 udp:***.***.67.60:21400 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:25:56 ***.***.67.60:21407 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:25:56 ***.***.67.60:21408 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:25:58 ***.***.67.60:21415 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:05 udp:***.***.67.60:21416 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:26:12 ***.***.67.60:21418 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:13 ***.***.67.60:21419 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:14 ***.***.67.60:21420 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:14 udp:***.***.67.60:21422 accepted udp:60.86.229.69:3659 [direct] 
2020/01/04 04:26:14 udp:***.***.67.60:21423 accepted udp:114.160.116.125:3659 [direct] 
2020/01/04 04:26:14 udp:***.***.67.60:21421 accepted udp:182.166.26.181:3659 [direct] 

/**** 大约在此处进入游戏 ****/

2020/01/04 04:26:15 ***.***.67.60:21425 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:16 ***.***.67.60:21429 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:17 ***.***.67.60:21430 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:18 udp:***.***.67.60:21423 accepted udp:114.160.116.125:3659 [direct] 
2020/01/04 04:26:18 udp:***.***.67.60:21421 accepted udp:182.166.26.181:3659 [direct] 
2020/01/04 04:26:18 ***.***.67.60:21433 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:19 ***.***.67.60:21434 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:20 ***.***.67.60:21435 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:21 udp:***.***.67.60:21436 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:26:22 udp:***.***.67.60:21423 accepted udp:114.160.116.125:3659 [direct] 
2020/01/04 04:26:22 udp:***.***.67.60:21421 accepted udp:182.166.26.181:3659 [direct] 
2020/01/04 04:26:23 ***.***.67.60:21437 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:24 ***.***.67.60:21439 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:25 ***.***.67.60:21441 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:26 ***.***.67.60:21445 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:27 udp:***.***.67.60:21446 accepted udp:3.113.245.44:21456 [direct] 
2020/01/04 04:26:27 ***.***.67.60:21447 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:28 ***.***.67.60:21448 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:29 ***.***.67.60:21449 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:30 ***.***.67.60:21450 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:31 ***.***.67.60:21451 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:32 ***.***.67.60:21452 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:33 ***.***.67.60:21453 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:34 ***.***.67.60:21454 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:35 ***.***.67.60:21455 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:36 ***.***.67.60:21456 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:37 udp:***.***.67.60:21458 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:26:37 udp:***.***.67.60:21459 accepted udp:3.113.245.44:21456 [direct] 
2020/01/04 04:26:37 udp:***.***.67.60:21460 accepted udp:60.86.229.69:3659 [direct] 
2020/01/04 04:26:38 ***.***.67.60:21461 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:40 ***.***.67.60:21462 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:43 ***.***.67.60:21463 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:52 ***.***.67.60:21464 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:26:53 udp:***.***.67.60:21465 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:27:04 udp:***.***.67.60:21466 accepted udp:3.113.245.44:21456 [direct] 
2020/01/04 04:27:09 udp:***.***.67.60:21467 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:27:25 udp:***.***.67.60:21468 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:27:25 udp:***.***.67.60:21469 accepted udp:3.113.245.44:21456 [direct] 

/**** 大约在此处掉线 ****/

2020/01/04 04:27:28 ***.***.67.60:21473 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:28 ***.***.67.60:21472 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:28 ***.***.67.60:21471 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:29 udp:***.***.67.60:21468 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:27:30 ***.***.67.60:21477 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:33 udp:***.***.67.60:21468 accepted udp:18.177.148.17:25201 [direct] 
2020/01/04 04:27:38 ***.***.67.60:21479 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:38 ***.***.67.60:21480 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:41 ***.***.67.60:21481 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:41 ***.***.67.60:21482 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:43 ***.***.67.60:21483 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:43 ***.***.67.60:21484 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:48 ***.***.67.60:21486 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:52 ***.***.67.60:21489 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:52 ***.***.67.60:21491 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:52 ***.***.67.60:21490 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:52 ***.***.67.60:21492 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:27:58 ***.***.67.60:21493 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:28:04 ***.***.67.60:21494 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
2020/01/04 04:28:06 ***.***.67.60:21497 accepted tcp:eaassets-a.akamaihd.net:443 [direct] 
2020/01/04 04:28:08 ***.***.67.60:21498 accepted tcp:sparta-gw-bfv.battlelog.com:443 [direct] 
^C

8) Other configurations (such as Nginx) and logs. iptables配置

iptables -t nat -N V2RAY
iptables -t nat -A V2RAY -p tcp -d 0.0.0.0/8 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 10.0.0.0/8 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 100.64.0.0/10 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 127.0.0.0/8 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 169.254.0.0/16 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 172.16.0.0/12 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 192.168.0.0/16 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 224.0.0.0/4 -j RETURN
iptables -t nat -A V2RAY -p tcp -d 240.0.0.0/4 -j RETURN
iptables -t nat -A V2RAY -p tcp -m set --match-set cn dst -j RETURN
iptables -t nat -A V2RAY -p tcp --dport 80 -j REDIRECT --to-ports 12345
iptables -t nat -A V2RAY -p tcp --dport 443 -j REDIRECT --to-ports 12345
iptables -t nat -A PREROUTING -j V2RAY

modprobe xt_TPROXY
ip route add local default dev lo table 100
ip rule add fwmark 1 lookup 100
iptables -t mangle -N V2RAY
iptables -t mangle -A V2RAY -p udp -d 0.0.0.0/8 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 10.0.0.0/8 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 100.64.0.0/10 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 127.0.0.0/8 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 169.254.0.0/16 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 172.16.0.0/12 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 192.168.0.0/16 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 224.0.0.0/4 -j RETURN
iptables -t mangle -A V2RAY -p udp -d 240.0.0.0/4 -j RETURN
iptables -t mangle -A V2RAY -p udp -m set --match-set cn dst -j RETURN
iptables -t mangle -A V2RAY -p udp --dport 53 -j RETURN
iptables -t mangle -A V2RAY -p udp --dport 443 -j RETURN
iptables -t mangle -A V2RAY -p udp --dport 123 -j RETURN
iptables -t mangle -A V2RAY -p udp --dport 3478 -j RETURN
iptables -t mangle -A V2RAY -p udp -j TPROXY --on-port 22222 --tproxy-mark 0x01/0x01
iptables -t mangle -A PREROUTING -j V2RAY

9) If V2Ray doesn't run, please attach output from --test.

The command is usually /usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.json, but may vary according to your scenario.

10) If V2Ray service doesn't run, please attach journal log.

Usual command is journalctl -u v2ray.

Please review your issue before submitting.

monkeylab commented 4 years ago

https://github.com/v2ray/v2ray-core/issues/1614 有讨论过,不是设计目的。

winds365 commented 4 years ago

v2ray应该不适合需要nat类型的游戏,玩下mmorpg网游还可以 如果非要玩游戏的话,还是建议VPN,思科vpn,openvpn,l2tp,pptp都行 专业的事情就交给专业的软件来