Skip to content

SplitHTTP 不能使用 cloudflared 的 argo 隧道 #3478

@fscarmen

Description

@fscarmen

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。
  • 我搜索了issues,没有发现已提出的类似问题。

版本

1.8.16

描述

SplitHTTP 不能使用 cloudflared 的 argo 隧道接入,服务端 cloudflared 和 xray 都有请求进来

重现方式

xray 服务端入站

{
  "inbounds": [
    {
      "tag": "VLESS-SplitHTTP",
      "port": 2052,
      "listen": "0.0.0.0",
      "protocol": "vless",
      "settings": {
        "clients": [
          {
            "id": "78367ffd-9f99-4a95-8185-afcded0beadf"
          }
        ],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "splithttp",
        "splithttpSettings": {
            "path": "/78367ffd-9f99-4a95-8185-afcded0beadf"
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls"
        ]
      }
    }
  ]
}

v2rayN V6.48 配置,及测服务器速度截图
image

image

xray 日志截图,每次测速有一条请求
image

cloudflare 日志截图,每次测速有一条请求
image

客户端配置

Details

服务端配置

Details

{
  "inbounds": [
    {
      "tag": "VLESS-SplitHTTP",
      "port": 2052,
      "listen": "0.0.0.0",
      "protocol": "vless",
      "settings": {
        "clients": [
          {
            "id": "78367ffd-9f99-4a95-8185-afcded0beadf"
          }
        ],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "splithttp",
        "splithttpSettings": {
            "path": "/78367ffd-9f99-4a95-8185-afcded0beadf"
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls"
        ]
      }
    }
  ]
}

客户端日志

Details

C:\v2rayN-With-Core\guiConfigs\configSpeedtest.json
Xray 1.8.16 (Xray, Penetrates Everything.) 9432a60 (go1.22.4 windows/amd64)
A unified platform for anti-censorship.
2024/06/27 18:56:49 [Info] infra/conf/serial: Reading config: configSpeedtest.json
2024/06/27 18:56:49 [Warning] core: Xray 1.8.16 started
2024/06/27 18:56:50 127.0.0.1:50086 accepted //speed.cloudflare.com:443 [http10829 -> proxy10829]
2024/06/27 18:57:00 测试完成
2024/06/27 18:59:14 127.0.0.1:50096 accepted //www.google.com:443 [http -> proxy]
2024/06/27 18:59:14 当前服务的真连接延迟: -1 ms

服务端日志

Details

2024/06/27 18:55:58 12*.***.***.184:0 accepted tcp:speed.cloudflare.com:443 [VLESS-SplitHTTP >> direct]
2024/06/27 18:56:14 12*.***.***.184:0 accepted tcp:speed.cloudflare.com:443 [VLESS-SplitHTTP >> direct]
2024/06/27 18:56:42 12*.***.***.184:0 accepted tcp:speed.cloudflare.com:443 [VLESS-SplitHTTP >> 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