XTLS / Xray-core

Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
https://t.me/projectXray
Mozilla Public License 2.0
25.3k stars 3.91k forks source link

反向代理reverse proxy时,报错 #1733

Closed arlequinfei closed 1 year ago

arlequinfei commented 1 year ago

使用a479013版本建立反向代理,bridge和portal之间不嫩建立连接

portal 配置如下

{
  "reverse": {
    "portals": [
      {
        "tag": "portal",
        "domain": "reverse.proxy"
      }
    ]
  },
  "inbounds": [
    {
      "tag": "external",
      "listen": "0.0.0.0",
      "port": 8437,
      "protocol": "vless",
      "settings": {
        "decryption": "none",
        "clients": [
          {
            "level": 0,
            "flow": "xtls-rprx-vision",
            "email": "me@reverse.proxy",
            "id": "4ba006cc-a74a-41b8-***"
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "show": false,
          "dest": "64.41.200.100:443",
          "serverNames": ["external.xyz"],
          "privateKey": "WyesQ***",
          "shortIds": [
            "4ba006cca74a41b8"
          ]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      }
    },
    {
      "tag": "interconn",
      "listen": "0.0.0.0",
      "port": 8438,
      "protocol": "vless",
      "settings": {
        "decryption": "none",
        "clients": [
          {
            "level": 99,
            "flow": "xtls-rprx-vision",
            "email": "interconn@reverse.proxy",
            "id": "a47d87cf-747e-453f-***"
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "show": false,
          "dest": "64.41.200.100:443",
          "serverNames": ["interconn.xyz"],
          "privateKey": "G3sT4Uxv***",
          "shortIds": ["a47d87cf747e453f"]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      }
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "inboundTag": ["external"],
        "outboundTag": "portal"
      },
      {
        "type": "field",
        "inboundTag": ["interconn"],
        "outboundTag": "portal"
      }
    ]
  },
  "log": {
    "loglevel": "info"
  }
}

bridge配置如下:

{
  "reverse": {
    "bridges": [
      {
        "tag": "bridge",
        "domain": "reverse.proxy"
      }
    ]
  },
  "outbounds": [
    {
      "tag": "out",
      "protocol": "freedom"
    },
    {
      "tag": "interconn",
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "127.0.0.1",
            "port": 8438,
            "users": [
              {
                "level": 99,
                "encryption": "none",
                "flow": "xtls-rprx-vision",
                "email": "interconn@reverse.proxy",
                "id": "a47d87cf-747e-453f-***"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "show": false,
          "fingerprint": "chrome",
          "serverName": "interconn.xyz",
          "publicKey": "MzCSgu5***",
          "shortId": "a47d87cf747e453f",
          "spiderX": "/interconn"
        }
      }
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "inboundTag": ["bridge"],
        "domain": ["full:reverse.proxy"],
        "outboundTag": "interconn"
      },
      {
        "type": "field",
        "inboundTag": ["bridge"],
        "outboundTag": "out"
      }
    ]
  },
  "log": {
    "loglevel": "info"
  }
}

portal日志如下:

Xray 1.7.5 (Xray, Penetrates Everything.) Custom (go1.20.1 windows/amd64)
A unified platform for anti-censorship.
2023/03/03 15:22:13 [Info] infra/conf/serial: Reading config: .\config\reality\portal.json
2023/03/03 15:22:13 [Info] transport/internet/tcp: listening TCP on 0.0.0.0:8437
2023/03/03 15:22:13 [Info] transport/internet/tcp: listening TCP on 0.0.0.0:8438
2023/03/03 15:22:13 [Warning] core: Xray 1.7.5 started
2023/03/03 15:22:26 [Info] [3040743211] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:26 [Info] [3040743211] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:26 [Info] [3040743211] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1359 0
2023/03/03 15:22:26 [Info] [3040743211] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:26 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:26 [Info] [3040743211] proxy/vless/encoding: XtlsPadding 39 63 0
2023/03/03 15:22:26 [Info] [3040743211] proxy/vless/encoding: XtlsPadding 64 177 0
2023/03/03 15:22:26 127.0.0.1:52045 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:28 [Info] [3406684539] proxy/vless/inbound: firstLen = 984
2023/03/03 15:22:28 [Info] [3406684539] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:28 [Info] [3406684539] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 909 0
2023/03/03 15:22:28 [Info] [3040743211] proxy/vless/encoding: XtlsPadding 8 2 0
2023/03/03 15:22:28 [Info] [3040743211] proxy/vless/encoding: XtlsPadding 24 181 0
2023/03/03 15:22:28 127.0.0.1:52047 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:28 [Info] [3406684539] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:28 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:28 [Info] [3406684539] proxy/vless/encoding: XtlsPadding 39 240 0
2023/03/03 15:22:28 [Info] [3406684539] proxy/vless/encoding: XtlsPadding 53 98 0
2023/03/03 15:22:30 [Info] [4147536969] proxy/vless/inbound: firstLen = 1130
2023/03/03 15:22:30 [Info] [4147536969] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:30 [Info] [4147536969] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1055 0
2023/03/03 15:22:30 [Info] [4147536969] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:30 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:30 127.0.0.1:52049 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:30 [Info] [4147536969] proxy/vless/encoding: XtlsPadding 39 249 0
2023/03/03 15:22:30 [Info] [4147536969] proxy/vless/encoding: XtlsPadding 48 161 0
2023/03/03 15:22:30 [Info] [3406684539] proxy/vless/encoding: XtlsPadding 8 194 0
2023/03/03 15:22:30 [Info] [3406684539] proxy/vless/encoding: XtlsPadding 42 109 0
2023/03/03 15:22:32 [Info] [805073775] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:32 [Info] [805073775] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:32 [Info] [805073775] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1193 0
2023/03/03 15:22:32 127.0.0.1:52051 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:32 [Info] [805073775] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:32 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:32 [Info] [805073775] proxy/vless/encoding: XtlsPadding 39 248 0
2023/03/03 15:22:32 [Info] [805073775] proxy/vless/encoding: XtlsPadding 46 40 0
2023/03/03 15:22:32 [Info] [4147536969] proxy/vless/encoding: XtlsPadding 8 9 0
2023/03/03 15:22:32 [Info] [4147536969] proxy/vless/encoding: XtlsPadding 26 92 0
2023/03/03 15:22:34 [Info] [888597179] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:34 [Info] [888597179] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:34 [Info] [888597179] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1116 0
2023/03/03 15:22:34 [Info] [888597179] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:34 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:34 [Info] [888597179] proxy/vless/encoding: XtlsPadding 39 115 0
2023/03/03 15:22:34 [Info] [888597179] proxy/vless/encoding: XtlsPadding 46 132 0
2023/03/03 15:22:34 127.0.0.1:52053 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:34 [Info] [805073775] proxy/vless/encoding: XtlsPadding 8 135 0
2023/03/03 15:22:34 [Info] [805073775] proxy/vless/encoding: XtlsPadding 22 163 0
2023/03/03 15:22:36 [Info] [3308471802] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:36 [Info] [3308471802] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:36 [Info] [3308471802] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1321 0
2023/03/03 15:22:36 127.0.0.1:52055 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:36 [Info] [888597179] proxy/vless/encoding: XtlsPadding 8 102 0
2023/03/03 15:22:36 [Info] [888597179] proxy/vless/encoding: XtlsPadding 10 25 0
2023/03/03 15:22:36 [Info] [3308471802] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:36 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:36 [Info] [3308471802] proxy/vless/encoding: XtlsPadding 39 83 0
2023/03/03 15:22:36 [Info] [3308471802] proxy/vless/encoding: XtlsPadding 19 158 0
2023/03/03 15:22:38 [Info] [3719085077] proxy/vless/inbound: firstLen = 1139
2023/03/03 15:22:38 [Info] [3719085077] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:38 [Info] [3719085077] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1064 0
2023/03/03 15:22:38 [Info] [3719085077] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:38 [Info] [3308471802] proxy/vless/encoding: XtlsPadding 8 82 0
2023/03/03 15:22:38 [Info] [3308471802] proxy/vless/encoding: XtlsPadding 59 228 0
2023/03/03 15:22:38 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:38 [Info] [3719085077] proxy/vless/encoding: XtlsPadding 39 255 0
2023/03/03 15:22:38 [Info] [3719085077] proxy/vless/encoding: XtlsPadding 24 68 0
2023/03/03 15:22:38 127.0.0.1:52057 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:40 [Info] [153396255] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:40 [Info] [153396255] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:40 [Info] [153396255] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1296 0
2023/03/03 15:22:40 [Info] [3719085077] proxy/vless/encoding: XtlsPadding 8 51 0
2023/03/03 15:22:40 [Info] [3719085077] proxy/vless/encoding: XtlsPadding 6 27 0
2023/03/03 15:22:40 127.0.0.1:52059 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:40 [Info] [153396255] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:40 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:40 [Info] [153396255] proxy/vless/encoding: XtlsPadding 39 124 0
2023/03/03 15:22:40 [Info] [153396255] proxy/vless/encoding: XtlsPadding 21 196 0
2023/03/03 15:22:42 [Info] [612862579] proxy/vless/inbound: firstLen = 1167
2023/03/03 15:22:42 [Info] [612862579] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:42 [Info] [612862579] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1092 0
2023/03/03 15:22:42 [Info] [612862579] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:42 127.0.0.1:52061 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:42 [Info] [153396255] proxy/vless/encoding: XtlsPadding 8 136 0
2023/03/03 15:22:42 [Info] [153396255] proxy/vless/encoding: XtlsPadding 50 80 0
2023/03/03 15:22:42 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:42 [Info] [612862579] proxy/vless/encoding: XtlsPadding 39 251 0
2023/03/03 15:22:42 [Info] [612862579] proxy/vless/encoding: XtlsPadding 44 228 0
2023/03/03 15:22:44 [Info] [3479685742] proxy/vless/inbound: firstLen = 1072
2023/03/03 15:22:44 [Info] [3479685742] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:44 [Info] [3479685742] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 997 0
2023/03/03 15:22:44 [Info] [3479685742] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:44 [Info] [612862579] proxy/vless/encoding: XtlsPadding 8 237 0
2023/03/03 15:22:44 127.0.0.1:52063 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:44 [Info] [612862579] proxy/vless/encoding: XtlsPadding 20 190 0
2023/03/03 15:22:44 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:44 [Info] [3479685742] proxy/vless/encoding: XtlsPadding 39 246 0
2023/03/03 15:22:44 [Info] [3479685742] proxy/vless/encoding: XtlsPadding 6 72 0
2023/03/03 15:22:46 [Info] [1878595906] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:46 [Info] [1878595906] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:46 [Info] [1878595906] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1192 0
2023/03/03 15:22:46 127.0.0.1:52065 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:46 [Info] [1878595906] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:46 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:46 [Info] [1878595906] proxy/vless/encoding: XtlsPadding 39 1 0
2023/03/03 15:22:46 [Info] [1878595906] proxy/vless/encoding: XtlsPadding 45 153 0
2023/03/03 15:22:47 [Info] [3479685742] proxy/vless/encoding: XtlsPadding 8 45 0
2023/03/03 15:22:47 [Info] [3479685742] proxy/vless/encoding: XtlsPadding 26 134 0
2023/03/03 15:22:48 [Info] [2920652009] proxy/vless/inbound: firstLen = 1186
2023/03/03 15:22:48 [Info] [2920652009] proxy/vless/inbound: received request for tcp:reverse.proxy:0
2023/03/03 15:22:48 [Info] [2920652009] proxy/vless/encoding: Xtls Unpadding new block0 16 content 0 padding 1163 0
2023/03/03 15:22:48 [Info] [1878595906] proxy/vless/encoding: XtlsPadding 8 212 0
2023/03/03 15:22:48 [Info] [1878595906] proxy/vless/encoding: XtlsPadding 61 219 0
2023/03/03 15:22:48 [Info] [2920652009] app/dispatcher: taking detour [portal] for [tcp:reverse.proxy:0]
2023/03/03 15:22:48 127.0.0.1:52067 accepted tcp:reverse.proxy:0 [interconn -> portal] email: interconn@reverse.proxy
2023/03/03 15:22:48 [Info] common/mux: dispatching request to udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:48 [Info] [2920652009] proxy/vless/encoding: XtlsPadding 39 48 0
2023/03/03 15:22:48 [Info] [2920652009] proxy/vless/encoding: XtlsPadding 40 136 0
2023/03/03 15:22:50 [Info] [2920652009] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer request payload > read tcp 127.0.0.1:8438->127.0.0.1:52067: wsarecv: An existing connection was forcibly closed by the remote host.
2023/03/03 15:22:50 [Info] [219791860] proxy/vless/inbound: firstLen = 0
2023/03/03 15:22:50 [Info] [219791860] app/proxyman/inbound: connection ends > proxy/vless/inbound: invalid request from 127.0.0.1:52069 > proxy/vless/encoding: failed to read request version > read tcp 127.0.0.1:8438->127.0.0.1:52069: wsarecv: An existing connection was forcibly closed by the remote host.
2023/03/03 15:22:50 [Info] common/mux: failed to read metadata > io: read/write on closed pipe
2023/03/03 15:22:50 127.0.0.1:52069 rejected  proxy/vless/encoding: failed to read request version > read tcp 127.0.0.1:8438->127.0.0.1:52069: wsarecv: An existing connection was forcibly closed by the remote host.

bridge 日志如下:

Xray 1.7.5 (Xray, Penetrates Everything.) Custom (go1.20.1 windows/amd64)
A unified platform for anti-censorship.
2023/03/03 15:22:25 [Info] infra/conf/serial: Reading config: .\config\reality\bridge.json
2023/03/03 15:22:25 [Warning] core: Xray 1.7.5 started
2023/03/03 15:22:25 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:25 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:26 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:26 [Info] proxy/vless/encoding: XtlsPadding 0 1359 0
2023/03/03 15:22:26 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1380
2023/03/03 15:22:26 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 63 0
2023/03/03 15:22:26 [Info] proxy/vless/encoding: Xtls Unpadding new block0 123 content 32135 padding 53108 164
2023/03/03 15:22:26 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:26 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 32373
2023/03/03 15:22:26 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:27 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:27 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:28 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:28 [Info] proxy/vless/encoding: XtlsPadding 0 909 0
2023/03/03 15:22:28 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 930
2023/03/03 15:22:28 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 240 0
2023/03/03 15:22:28 [Info] proxy/vless/encoding: Xtls Unpadding new block0 300 content 32135 padding 53108 164
2023/03/03 15:22:28 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:28 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 59623
2023/03/03 15:22:28 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:29 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:29 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:30 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:30 [Info] proxy/vless/encoding: XtlsPadding 0 1055 0
2023/03/03 15:22:30 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1076
2023/03/03 15:22:30 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 249 0
2023/03/03 15:22:30 [Info] proxy/vless/encoding: Xtls Unpadding new block0 309 content 32135 padding 53108 164
2023/03/03 15:22:30 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:30 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 28682
2023/03/03 15:22:30 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:31 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:31 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:32 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:32 [Info] proxy/vless/encoding: XtlsPadding 0 1193 0
2023/03/03 15:22:32 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1214
2023/03/03 15:22:32 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 248 0
2023/03/03 15:22:32 [Info] proxy/vless/encoding: Xtls Unpadding new block0 308 content 32135 padding 53108 164
2023/03/03 15:22:32 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:32 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 26871
2023/03/03 15:22:32 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:33 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:33 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:34 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:34 [Info] proxy/vless/encoding: XtlsPadding 0 1116 0
2023/03/03 15:22:34 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1137
2023/03/03 15:22:34 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 115 0
2023/03/03 15:22:34 [Info] proxy/vless/encoding: Xtls Unpadding new block0 175 content 32135 padding 53108 164
2023/03/03 15:22:34 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:34 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 11757
2023/03/03 15:22:34 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:35 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:35 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:36 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:36 [Info] proxy/vless/encoding: XtlsPadding 0 1321 0
2023/03/03 15:22:36 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1342
2023/03/03 15:22:36 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 83 0
2023/03/03 15:22:36 [Info] proxy/vless/encoding: Xtls Unpadding new block0 143 content 32135 padding 53108 164
2023/03/03 15:22:36 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:36 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 19979
2023/03/03 15:22:36 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:37 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:37 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:38 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:38 [Info] proxy/vless/encoding: XtlsPadding 0 1064 0
2023/03/03 15:22:38 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1085
2023/03/03 15:22:38 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 255 0
2023/03/03 15:22:38 [Info] proxy/vless/encoding: Xtls Unpadding new block0 315 content 32135 padding 53108 164
2023/03/03 15:22:38 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:38 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 25986
2023/03/03 15:22:38 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:39 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:39 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:40 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:40 [Info] proxy/vless/encoding: XtlsPadding 0 1296 0
2023/03/03 15:22:40 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1317
2023/03/03 15:22:40 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 124 0
2023/03/03 15:22:40 [Info] proxy/vless/encoding: Xtls Unpadding new block0 184 content 32135 padding 53108 164
2023/03/03 15:22:40 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:40 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 14964
2023/03/03 15:22:40 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:41 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:41 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:42 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:42 [Info] proxy/vless/encoding: XtlsPadding 0 1092 0
2023/03/03 15:22:42 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1113
2023/03/03 15:22:42 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 251 0
2023/03/03 15:22:42 [Info] proxy/vless/encoding: Xtls Unpadding new block0 311 content 32135 padding 53108 164
2023/03/03 15:22:42 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:42 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 27893
2023/03/03 15:22:42 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:43 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:43 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:44 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:44 [Info] proxy/vless/encoding: XtlsPadding 0 997 0
2023/03/03 15:22:44 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1018
2023/03/03 15:22:44 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 246 0
2023/03/03 15:22:44 [Info] proxy/vless/encoding: Xtls Unpadding new block0 306 content 32135 padding 53108 164
2023/03/03 15:22:44 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:44 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 53935
2023/03/03 15:22:44 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:45 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:45 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:46 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:46 [Info] proxy/vless/encoding: XtlsPadding 0 1192 0
2023/03/03 15:22:46 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1213
2023/03/03 15:22:46 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 1 0
2023/03/03 15:22:46 [Info] proxy/vless/encoding: Xtls Unpadding new block0 61 content 32135 padding 53108 164
2023/03/03 15:22:46 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:46 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 54811
2023/03/03 15:22:46 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:47 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:47 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:48 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
2023/03/03 15:22:48 [Info] proxy/vless/encoding: XtlsPadding 0 1163 0
2023/03/03 15:22:48 [Info] proxy/vless/outbound: Insert padding with empty content to camouflage VLESS header 1184
2023/03/03 15:22:48 [Info] proxy/vless/encoding: Xtls Unpadding new block0 16 content 39 padding 48 0
2023/03/03 15:22:48 [Info] proxy/vless/encoding: Xtls Unpadding new block0 108 content 32135 padding 53108 164
2023/03/03 15:22:48 [Info] common/mux: received request for udp:reverse.internal.v2fly.org:0
2023/03/03 15:22:48 [Info] app/reverse: failed to parse proto message > proto: cannot parse invalid wire-format data
2023/03/03 15:22:48 [Error] common/mux: unexpected EOF > common/mux: failed to read metadata > common/mux: invalid metalen 11077
2023/03/03 15:22:49 [Info] app/dispatcher: taking detour [interconn] for [tcp:reverse.proxy:0]
2023/03/03 15:22:49 [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:8438
2023/03/03 15:22:50 [Info] proxy/vless/outbound: tunneling request to tcp:reverse.proxy:0 via 127.0.0.1:8438
yuhan6665 commented 1 year ago

这个应该修好了 https://github.com/XTLS/Xray-core/actions/runs/4324509449