Skip to content

[Bug]: Xray-core VLESS+TUN 模式下 Moonlight 串流连接失败 (RTSP handshake failed: -1) #5845

@codexss

Description

@codexss

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我读完了 issue 模板中的所有注释,确保填写符合要求。
  • 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。
  • 我搜索了 issues, 没有发现已提出的类似问题。
  • 问题在 Release 最新的版本上可以成功复现

描述

在使用 Xray-core 的 TUN 模式进行组网时,Moonlight 客户端无法成功连接到 Host 端进行串流。

具体症状:Moonlight 能够发现主机,但在点击开始串流时,报错 RTSP handshake failed: Error -1。

对比测试:

在相同网络环境下,切换为 Clash Party 的 TUN 模式,串流功能完全正常。

已确认防火墙和端口转发规则已正确配置(TCP 48010, UDP 48000, UDP 48010)。

初步结论:排除防火墙、网络连通性或应用本身的问题,怀疑是 Xray-core 在处理 Moonlight 的 RTSP 握手协议或相关 UDP 流量转发时存在某种不兼容。

经过进一步测试,发现问题似乎与 VLESS 协议的具体实现 有关,而非纯粹的 TUN 问题:

  • VMESS+xhttp/ws (TUN mode): Moonlight 串流 完全正常
  • VLESS+xhttp/ws (TUN mode): Moonlight 报错 RTSP handshake failed: Error -1

重现方式

设备1为【局域网A】下面PC开启sunshine作为串流服务端
设备2为【局域网A】下面软路由开启Xray作为xray服务端
设备3为【外部网络B】作为xray客户端,使用tun入口指静态路由PC到xray网卡转发组网,用moonlight连接PC串流

客户端配置

Details

{
    "log": {
        "loglevel": "debug"
    },
    "inbounds": [
        {
            "protocol": "tun",
            "settings": {
                "name": "XRAY"
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "vless",
            "settings": {
                "address": "example.com",
                "port": 80,
                "id": "uuid",
                "encryption": "none"
            },
            "streamSettings": {
                "network": "xhttp",
                "xhttpSettings": {
                    "host": "example.com",
                    "path": "/path"
                }
            }
        }
    ]
}

服务端配置

Details

{
    "log": {
        "loglevel": "debug"
    },
    "inbounds": [
        {
            "tag": "VLESS",
            "port": 80,
            "protocol": "vless",
            "settings": {
                "clients": [
                    {
                        "id": "uuid"
                    }
                ],
                "decryption": "none"
            },
            "streamSettings": {
                "network": "xhttp",
                "xhttpSettings": {
                    "path": "/path"
                }
            }
        }
    ],
    "outbounds": [
        {
            "tag": "DIRECT",
            "protocol": "direct"
        }
    ]
}

客户端日志

Details

Xray 26.2.6 (Xray, Penetrates Everything.) a64ad7a (go1.26.1 windows/amd64)
A unified platform for anti-censorship.
2026/03/26 11:11:01.801838 Using default config:  D:\Xray\config.json
2026/03/26 11:11:01.809236 [Info] infra/conf/serial: Reading config: &{Name:D:\Xray\config.json Format:json}
2026/03/26 11:11:01.810839 [Debug] app/log: Logger started
2026/03/26 11:11:01.815320 Failed to find matching adapter name: 找不到元素。 (Code 0x00000490)
2026/03/26 11:11:01.898278 Using existing driver 0.14
2026/03/26 11:11:01.909281 Creating adapter
2026/03/26 11:11:01.986850 [Info] proxy/tun: XRAY created
2026/03/26 11:11:01.990506 [Info] proxy/tun: XRAY up
2026/03/26 11:11:02.002876 [Warning] core: Xray 26.2.6 started
2026/03/26 11:11:05.605534 [Info] [2121884602] proxy/tun: processing from udp:198.18.0.2:10004 to udp:255.255.255.255:10004
2026/03/26 11:11:05.605534 [Info] [2121884602] app/dispatcher: default route for udp:255.255.255.255:10004
2026/03/26 11:11:05.606064 [Debug] [2121884602] transport/internet/splithttp: XMUX: creating xmuxClient because xmuxClients is empty
2026/03/26 11:11:05.606064 [Info] [2121884602] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.605534 from udp:198.18.0.2:10004 accepted udp:255.255.255.255:10004
2026/03/26 11:11:05.606064 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.609011 [Info] [2815879389] proxy/tun: processing from udp:198.18.0.2:64938 to udp:255.255.255.255:22222
2026/03/26 11:11:05.609518 [Info] [2815879389] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.609665 [Debug] [2815879389] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 1
2026/03/26 11:11:05.609665 [Info] [2815879389] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.609665 [Info] [3058140010] proxy/tun: processing from udp:198.18.0.2:64939 to udp:255.255.255.255:22222
2026/03/26 11:11:05.609665 [Info] [3058140010] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.609665 [Debug] [3058140010] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 2
2026/03/26 11:11:05.610239 [Info] [2934262146] proxy/tun: processing from udp:198.18.0.2:64940 to udp:255.255.255.255:22222
2026/03/26 11:11:05.610239 [Info] [2934262146] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.610239 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.610239 [Info] [3959121543] proxy/tun: processing from udp:198.18.0.2:64941 to udp:255.255.255.255:22222
2026/03/26 11:11:05.610239 [Info] [3959121543] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.610239 [Info] [3058140010] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.610239 [Debug] [3959121543] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 3
2026/03/26 11:11:05.610239 [Info] [3959121543] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.609665 from udp:198.18.0.2:64938 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.610239 [Info] [692762648] proxy/tun: processing from udp:198.18.0.2:64942 to udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 from udp:198.18.0.2:64939 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 from udp:198.18.0.2:64940 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 from udp:198.18.0.2:64941 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 from udp:198.18.0.2:64942 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 from udp:198.18.0.2:64943 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 [Info] [692762648] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.610745 [Debug] [692762648] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 4
2026/03/26 11:11:05.610745 [Info] [2934262146] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.610745 [Info] [692762648] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.610745 [Info] [1542112731] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.610745 [Debug] [692762648] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.610745 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.611789 from udp:198.18.0.2:64945 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.611789 from udp:198.18.0.2:64946 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.611789 from udp:198.18.0.2:64947 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.611789 [Info] [3207079402] proxy/tun: processing from udp:198.18.0.2:64945 to udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 [Info] [3207079402] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 from udp:198.18.0.2:64948 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 from udp:198.18.0.2:64949 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 [Info] [378215206] proxy/tun: processing from udp:198.18.0.2:64946 to udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 [Info] [378215206] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 [Debug] [3207079402] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 6
2026/03/26 11:11:05.612306 from udp:198.18.0.2:64950 accepted udp:255.255.255.255:22222
2026/03/26 11:11:05.612306 [Info] [3207079402] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.612840 [Info] [378215206] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.612840 [Info] [2591938055] proxy/tun: processing from udp:198.18.0.2:64947 to udp:255.255.255.255:22222
2026/03/26 11:11:05.612840 [Info] [2591938055] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.613629 [Debug] [2591938055] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 7
2026/03/26 11:11:05.613629 [Info] [2591938055] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.613629 [Debug] [378215206] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.613629 [Debug] [3207079402] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.614134 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.614134 [Info] [119133653] proxy/tun: processing from udp:198.18.0.2:64948 to udp:255.255.255.255:22222
2026/03/26 11:11:05.614134 [Info] [119133653] app/dispatcher: default route for udp:255.255.255.255:22222
2026/03/26 11:11:05.614134 [Debug] [119133653] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 8
2026/03/26 11:11:05.614134 [Info] [119133653] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.614134 [Info] [1715837997] proxy/tun: processing from udp:198.18.0.2:64949 to udp:255.255.255.255:22222
2026/03/26 11:11:05.614134 [Debug] [49986401] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 10
2026/03/26 11:11:05.614134 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.614984 [Info] [1218362274] proxy/tun: processing from udp:198.18.0.2:64952 to udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 [Info] [1218362274] app/dispatcher: default route for udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 from udp:198.18.0.2:64952 accepted udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 from udp:198.18.0.2:64953 accepted udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 from udp:198.18.0.2:64954 accepted udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 from udp:198.18.0.2:64955 accepted udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 from udp:198.18.0.2:64956 accepted udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 from udp:198.18.0.2:64957 accepted udp:255.255.255.255:3289
2026/03/26 11:11:05.614984 [Debug] [1218362274] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 11
2026/03/26 11:11:05.615489 [Info] [4031497506] proxy/tun: processing from udp:198.18.0.2:64953 to udp:255.255.255.255:3289
2026/03/26 11:11:05.615489 [Info] [4031497506] app/dispatcher: default route for udp:255.255.255.255:3289
2026/03/26 11:11:05.615489 [Info] [1218362274] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.615489 [Info] [2584207610] proxy/tun: processing from udp:198.18.0.2:64954 to udp:255.255.255.255:3289
2026/03/26 11:11:05.615489 [Info] [2584207610] app/dispatcher: default route for udp:255.255.255.255:3289
2026/03/26 11:11:05.615489 [Debug] [4031497506] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 12
2026/03/26 11:11:05.615489 [Info] [4031497506] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.615489 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.616013 [Debug] [2584207610] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 13
2026/03/26 11:11:05.616013 [Info] [2800749558] proxy/tun: processing from udp:198.18.0.2:64955 to udp:255.255.255.255:3289
2026/03/26 11:11:05.616013 [Info] [2800749558] app/dispatcher: default route for udp:255.255.255.255:3289
2026/03/26 11:11:05.616013 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.616013 [Info] [2584207610] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:05.616013 [Info] [3639748223] proxy/tun: processing from udp:198.18.0.2:64956 to udp:255.255.255.255:3289
2026/03/26 11:11:05.616013 [Debug] [2800749558] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 14
2026/03/26 11:11:05.616013 [Info] [3639748223] app/dispatcher: default route for udp:255.255.255.255:3289
2026/03/26 11:11:05.624085 [Info] [49986401] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.624617 [Info] [378215206] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.624617 [Info] [2584207610] proxy/vless/outbound: tunneling request to udp:255.255.255.255:3289 via example:80
2026/03/26 11:11:05.624617 [Info] [119133653] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.625233 [Info] [2815879389] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.625233 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.625737 [Info] [3959121543] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.626269 [Debug] [378215206] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.626269 [Info] [958476226] proxy/vless/outbound: tunneling request to udp:255.255.255.255:3289 via example:80
2026/03/26 11:11:05.626269 [Debug] [119133653] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.626269 [Debug] [2584207610] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.626269 [Info] [2121884602] proxy/vless/outbound: tunneling request to udp:255.255.255.255:10004 via example:80
2026/03/26 11:11:05.626269 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.626934 [Info] [1715837997] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.627439 [Info] [2934262146] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.627575 [Debug] [958476226] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.627575 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.627575 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.627575 [Info] [3058140010] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.628081 [Debug] [1715837997] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628081 [Debug] [2934262146] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628081 [Info] [2591938055] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.628081 [Info] [4031497506] proxy/vless/outbound: tunneling request to udp:255.255.255.255:3289 via example:80
2026/03/26 11:11:05.628081 [Debug] [3058140010] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628081 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628614 [Info] [1218362274] proxy/vless/outbound: tunneling request to udp:255.255.255.255:3289 via example:80
2026/03/26 11:11:05.628720 [Info] [1542112731] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.628720 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628720 [Info] [3639748223] proxy/vless/outbound: tunneling request to udp:255.255.255.255:3289 via example:80
2026/03/26 11:11:05.628720 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628720 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.628720 [Debug] [3639748223] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.629226 [Info] [2800749558] proxy/vless/outbound: tunneling request to udp:255.255.255.255:3289 via example:80
2026/03/26 11:11:05.629765 [Info] [692762648] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.629765 [Debug] [2800749558] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.629765 [Info] [3207079402] proxy/vless/outbound: tunneling request to udp:255.255.255.255:22222 via example:80
2026/03/26 11:11:05.629765 [Debug] [692762648] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.630281 [Debug] [3207079402] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.655744 [Debug] [2584207610] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.655744 [Debug] [119133653] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.655744 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.655744 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.656767 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.656767 [Debug] [1715837997] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.657819 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.658533 [Debug] [958476226] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.659037 [Debug] [2934262146] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.660042 [Debug] [692762648] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.660042 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.661552 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.665266 [Debug] [2800749558] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.676441 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.687303 [Debug] [1715837997] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.687303 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.688318 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.691756 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.701810 [Debug] [378215206] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.706900 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.729551 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:05.736378 [Debug] [3639748223] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:06.158136 [Info] [4032419897] proxy/tun: processing from tcp:198.18.0.2:37023 to tcp:192.168.0.4:47989
2026/03/26 11:11:06.158136 [Info] [4032419897] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:06.158136 [Debug] [4032419897] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 17
2026/03/26 11:11:06.158136 [Info] [4032419897] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:06.158136 from tcp:198.18.0.2:37023 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:06.158136 [Debug] [4032419897] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:06.166769 [Info] [4032419897] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:06.168871 [Debug] [4032419897] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:06.184364 [Info] [2292671407] proxy/tun: processing from tcp:198.18.0.2:37026 to tcp:192.168.0.4:47984
2026/03/26 11:11:06.184364 [Info] [2292671407] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:06.184364 from tcp:198.18.0.2:37026 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:06.184364 [Debug] [2292671407] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 18
2026/03/26 11:11:06.184871 [Info] [2292671407] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:06.184871 [Debug] [2292671407] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:06.187547 [Info] [2292671407] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:06.195615 [Debug] [2292671407] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:06.226028 [Debug] [2292671407] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.609095 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.624312 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.624312 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.624312 [Debug] [2934262146] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.624820 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.624820 [Debug] [3058140010] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.624820 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625357 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625357 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625498 [Debug] [3639748223] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625498 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625498 [Debug] [119133653] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625498 [Debug] [2800749558] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.625498 [Debug] [2584207610] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.626003 [Debug] [958476226] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:08.639746 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:09.391987 [Info] [1911405660] proxy/tun: processing from tcp:198.18.0.2:60514 to tcp:192.168.0.4:47989
2026/03/26 11:11:09.391987 from tcp:198.18.0.2:60514 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:09.392491 [Info] [1911405660] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:09.392491 [Info] [1911405660] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:09.392491 [Debug] [1911405660] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:09.395148 [Info] [1911405660] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:09.403470 [Debug] [1911405660] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:09.418378 [Info] [428687442] proxy/tun: processing from tcp:198.18.0.2:60517 to tcp:192.168.0.4:47984
2026/03/26 11:11:09.418378 from tcp:198.18.0.2:60517 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:09.418378 [Info] [428687442] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:09.418378 [Info] [428687442] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:09.418378 [Debug] [428687442] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:09.422028 [Info] [428687442] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:09.429729 [Debug] [428687442] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.611903 [Debug] [3058140010] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.611903 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.611903 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.611903 [Debug] [692762648] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.612411 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.612411 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627442 [Debug] [3639748223] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627442 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627953 [Debug] [1715837997] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627953 [Debug] [2584207610] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627953 [Debug] [958476226] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627953 [Debug] [2800749558] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.627953 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.628488 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.628488 [Debug] [119133653] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.642129 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.693702 [Info] [3683717153] proxy/tun: processing from tcp:198.18.0.2:60536 to tcp:192.168.0.4:47984
2026/03/26 11:11:11.693702 [Info] [3683717153] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:11.693702 from tcp:198.18.0.2:60536 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:11.693702 [Info] [3683717153] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:11.694207 [Debug] [3683717153] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.697457 [Info] [3683717153] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:11.705034 [Debug] [3683717153] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.735399 [Debug] [3683717153] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.782743 from tcp:198.18.0.2:60540 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:11.782743 [Info] [3968939133] proxy/tun: processing from tcp:198.18.0.2:60540 to tcp:192.168.0.4:47989
2026/03/26 11:11:11.782743 [Info] [3968939133] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:11.782743 [Info] [3968939133] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:11.782743 [Debug] [3968939133] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.785904 [Info] [3968939133] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:11.808931 [Info] [839003339] proxy/tun: processing from tcp:198.18.0.2:60542 to tcp:192.168.0.4:48010
2026/03/26 11:11:11.808931 [Info] [839003339] app/dispatcher: default route for tcp:192.168.0.4:48010
2026/03/26 11:11:11.808931 [Info] [839003339] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:11.808931 [Debug] [839003339] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:11.808931 from tcp:198.18.0.2:60542 accepted tcp:192.168.0.4:48010
2026/03/26 11:11:11.812551 [Info] [839003339] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:48010 via example:80
2026/03/26 11:11:11.818976 [Debug] [839003339] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:12.522025 [Info] [486743257] proxy/tun: processing from tcp:198.18.0.2:60545 to tcp:192.168.0.4:47989
2026/03/26 11:11:12.522025 [Info] [486743257] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:12.522540 [Debug] [486743257] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 19
2026/03/26 11:11:12.522540 [Info] [486743257] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:12.522025 from tcp:198.18.0.2:60545 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:12.522540 [Debug] [486743257] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:12.526195 [Info] [486743257] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:12.533485 [Debug] [486743257] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:12.547944 from tcp:198.18.0.2:60548 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:12.547944 [Info] [3078036948] proxy/tun: processing from tcp:198.18.0.2:60548 to tcp:192.168.0.4:47984
2026/03/26 11:11:12.547944 [Info] [3078036948] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:12.547944 [Debug] [3078036948] transport/internet/splithttp: XMUX: creating xmuxClient because maxConcurrency was hit, xmuxClients = 20
2026/03/26 11:11:12.547944 [Info] [3078036948] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:12.547944 [Debug] [3078036948] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:12.551718 [Info] [3078036948] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:12.558974 [Debug] [3078036948] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:13.788561 [Debug] [3078036948] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:13.832076 [Info] [4277439040] proxy/tun: processing from tcp:198.18.0.2:60553 to tcp:192.168.0.4:48010
2026/03/26 11:11:13.832076 from tcp:198.18.0.2:60553 accepted tcp:192.168.0.4:48010
2026/03/26 11:11:13.832076 [Info] [4277439040] app/dispatcher: default route for tcp:192.168.0.4:48010
2026/03/26 11:11:13.832076 [Info] [4277439040] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:13.832076 [Debug] [4277439040] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:13.834702 from tcp:198.18.0.2:60555 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:13.834702 [Info] [2503330024] proxy/tun: processing from tcp:198.18.0.2:60555 to tcp:192.168.0.4:47984
2026/03/26 11:11:13.834702 [Info] [2503330024] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:13.835222 [Info] [2503330024] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:13.835222 [Debug] [2503330024] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:13.835222 [Info] [4277439040] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:48010 via example:80
2026/03/26 11:11:13.839986 [Info] [2503330024] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:14.615758 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [3207079402] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [692762648] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [2800749558] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [3058140010] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.616511 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617017 [Debug] [2584207610] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617017 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617017 [Debug] [1715837997] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617017 [Debug] [378215206] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617017 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617618 [Debug] [958476226] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.617618 [Debug] [119133653] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.647105 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:14.677478 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:15.837239 [Debug] [2503330024] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:15.843539 [Info] [1016066969] proxy/tun: processing from tcp:198.18.0.2:60578 to tcp:192.168.0.4:48010
2026/03/26 11:11:15.843539 from tcp:198.18.0.2:60578 accepted tcp:192.168.0.4:48010
2026/03/26 11:11:15.843539 [Info] [1016066969] app/dispatcher: default route for tcp:192.168.0.4:48010
2026/03/26 11:11:15.844087 [Info] [1016066969] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:15.844087 [Debug] [1016066969] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:15.846731 [Info] [1016066969] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:48010 via example:80
2026/03/26 11:11:15.846731 [Debug] [1016066969] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:15.867288 [Debug] [2503330024] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.610066 [Debug] [3058140010] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.610066 [Debug] [692762648] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.610066 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.610573 [Debug] [1542112731] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.610573 [Debug] [2121884602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.625576 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.625576 [Debug] [2584207610] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.625576 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.625576 [Debug] [3207079402] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.625576 [Debug] [2800749558] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.625576 [Debug] [958476226] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.626083 [Debug] [3639748223] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.626083 [Debug] [1715837997] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.626083 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.856786 [Info] [993858793] proxy/tun: processing from udp:198.18.0.2:57659 to udp:192.168.0.4:48000
2026/03/26 11:11:17.856786 from udp:198.18.0.2:57659 accepted udp:192.168.0.4:48000
2026/03/26 11:11:17.856786 from tcp:198.18.0.2:60596 accepted tcp:192.168.0.4:48010
2026/03/26 11:11:17.856786 [Info] [993858793] app/dispatcher: default route for udp:192.168.0.4:48000
2026/03/26 11:11:17.857337 [Info] [2773709730] proxy/tun: processing from tcp:198.18.0.2:60596 to tcp:192.168.0.4:48010
2026/03/26 11:11:17.857337 [Info] [2773709730] app/dispatcher: default route for tcp:192.168.0.4:48010
2026/03/26 11:11:17.857337 [Info] [2773709730] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:17.857337 [Info] [993858793] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:17.857337 [Debug] [2773709730] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.857337 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:17.860373 [Info] [2773709730] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:48010 via example:80
2026/03/26 11:11:17.860373 [Info] [993858793] proxy/vless/outbound: tunneling request to udp:192.168.0.4:48000 via example:80
2026/03/26 11:11:18.363429 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.095239 [Info] [3455034867] proxy/tun: processing from tcp:198.18.0.2:60600 to tcp:192.168.0.4:47989
2026/03/26 11:11:19.095239 [Info] [3455034867] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:19.095239 [Info] [3455034867] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:19.095239 from tcp:198.18.0.2:60600 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:19.097771 [Debug] [3455034867] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.125482 [Info] [3455034867] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:19.125991 [Debug] [3455034867] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.163179 [Info] [2187137435] proxy/tun: processing from tcp:198.18.0.2:60603 to tcp:192.168.0.4:47984
2026/03/26 11:11:19.168489 [Info] [2187137435] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:19.171566 [Info] [2187137435] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:19.181735 [Debug] [2187137435] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.190221 [Info] [2187137435] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:19.191742 [Debug] [2187137435] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.166016 from tcp:198.18.0.2:60603 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:19.208998 [Debug] [2187137435] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.245043 [Debug] [2187137435] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:19.385819 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.630435 [Debug] [2591938055] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [2934262146] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [2815879389] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [4031497506] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [119133653] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [49986401] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [1218362274] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [3639748223] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [3058140010] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Debug] [3959121543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.633925 [Info] [3652884701] proxy/tun: processing from tcp:198.18.0.2:60609 to tcp:192.168.0.4:48010
2026/03/26 11:11:20.633925 [Info] [3652884701] app/dispatcher: default route for tcp:192.168.0.4:48010
2026/03/26 11:11:20.633925 [Info] [3652884701] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:20.633925 [Debug] [3652884701] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.632924 from tcp:198.18.0.2:60609 accepted tcp:192.168.0.4:48010
2026/03/26 11:11:20.645680 [Info] [3652884701] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:48010 via example:80
2026/03/26 11:11:20.652706 [Debug] [3652884701] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:20.895019 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:22.314801 [Info] [1994551781] proxy/tun: processing from tcp:198.18.0.2:60623 to tcp:192.168.0.4:47989
2026/03/26 11:11:22.316403 [Info] [1994551781] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:22.316403 [Info] [1994551781] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:22.316403 [Debug] [1994551781] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:22.315331 from tcp:198.18.0.2:60623 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:22.333263 [Info] [1994551781] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:22.355939 [Info] [2790648165] proxy/tun: processing from tcp:198.18.0.2:60625 to tcp:192.168.0.4:47984
2026/03/26 11:11:22.356994 [Info] [2790648165] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:22.357523 [Info] [2790648165] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:22.357523 [Debug] [2790648165] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:22.357523 [Info] [2790648165] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:22.353267 from tcp:198.18.0.2:60625 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:22.361008 [Debug] [2790648165] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:22.413957 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:22.420176 [Debug] [2790648165] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:23.038920 [Info] [4260136230] proxy/tun: processing from tcp:198.18.0.2:60630 to tcp:192.168.0.4:48010
2026/03/26 11:11:23.087802 [Info] [4260136230] app/dispatcher: default route for tcp:192.168.0.4:48010
2026/03/26 11:11:23.225955 [Info] [4260136230] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:23.226955 [Debug] [4260136230] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:23.227458 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:23.047116 from tcp:198.18.0.2:60630 accepted tcp:192.168.0.4:48010
2026/03/26 11:11:23.257190 [Info] [4260136230] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:48010 via example:80
2026/03/26 11:11:23.279703 [Debug] [4260136230] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:24.324735 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:24.833381 [Debug] [993858793] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:26.202822 [Info] [4159120227] proxy/tun: processing from tcp:198.18.0.2:60639 to tcp:192.168.0.4:47989
2026/03/26 11:11:26.204945 [Info] [4159120227] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:26.209151 [Info] [4159120227] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:26.213470 from tcp:198.18.0.2:60639 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:26.213470 [Debug] [4159120227] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:26.225218 [Info] [4159120227] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:26.229037 [Debug] [4159120227] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:26.265819 [Info] [660171602] proxy/tun: processing from tcp:198.18.0.2:60642 to tcp:192.168.0.4:47984
2026/03/26 11:11:26.273168 [Info] [660171602] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:26.393041 [Info] [660171602] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:26.462556 [Debug] [660171602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:26.474736 [Info] [660171602] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:26.272158 from tcp:198.18.0.2:60642 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:26.699123 [Debug] [660171602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:26.755676 [Debug] [660171602] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:30.034914 [Info] [1638487543] proxy/tun: processing from tcp:198.18.0.2:27011 to tcp:192.168.0.4:47989
2026/03/26 11:11:30.114482 [Info] [1638487543] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:30.149283 [Info] [1638487543] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:30.164703 [Debug] [1638487543] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:30.076422 from tcp:198.18.0.2:27011 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:30.343204 [Info] [1638487543] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:30.383020 [Info] [1524265670] proxy/tun: processing from tcp:198.18.0.2:27013 to tcp:192.168.0.4:47984
2026/03/26 11:11:30.392744 [Info] [1524265670] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:30.406084 [Info] [1524265670] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:30.409118 [Debug] [1524265670] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:30.409748 [Info] [1524265670] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:30.409748 [Debug] [1524265670] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:30.384611 from tcp:198.18.0.2:27013 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:30.426679 [Debug] [1524265670] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:30.454859 [Debug] [1524265670] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:33.756525 [Info] [2015220080] proxy/tun: processing from tcp:198.18.0.2:27019 to tcp:192.168.0.4:47989
2026/03/26 11:11:33.759803 [Info] [2015220080] app/dispatcher: default route for tcp:192.168.0.4:47989
2026/03/26 11:11:33.760876 [Info] [2015220080] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:33.764052 [Debug] [2015220080] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:33.767770 [Info] [2015220080] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47989 via example:80
2026/03/26 11:11:33.756525 from tcp:198.18.0.2:27019 accepted tcp:192.168.0.4:47989
2026/03/26 11:11:33.839246 [Info] [3548541836] proxy/tun: processing from tcp:198.18.0.2:27021 to tcp:192.168.0.4:47984
2026/03/26 11:11:33.840830 [Info] [3548541836] app/dispatcher: default route for tcp:192.168.0.4:47984
2026/03/26 11:11:33.841893 [Info] [3548541836] transport/internet/splithttp: XHTTP is dialing to tcp:example:80, mode packet-up, HTTP version 1.1, host example
2026/03/26 11:11:33.844014 [Debug] [3548541836] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:33.839246 from tcp:198.18.0.2:27021 accepted tcp:192.168.0.4:47984
2026/03/26 11:11:33.847737 [Info] [3548541836] proxy/vless/outbound: tunneling request to tcp:192.168.0.4:47984 via example:80
2026/03/26 11:11:33.878623 [Debug] [3548541836] transport/internet: dialing to tcp:example:80
2026/03/26 11:11:33.913811 [Debug] app/log: Logger closing

服务端日志

略,皆为放行direct日志

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions