Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

HTTP/2的默认设置会使得core无法正确连接 #139

Closed
@yuanl

Description

@yuanl

我在v2ray-core建了 v2ray/v2ray-core#1242
大意就是在设置HTTP/2 host的时候即使是空,v2rayX也会生成一个这样配置

      "httpSettings" : {
        "path" : "\/some_radon_path",
        "host" : [
          ""
        ]
      },

这时服务器如果没有设置host就会认为两边host不一样而拒绝连接。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions