qist / xray-ui

MIT License
311 stars 62 forks source link

add splihttp and 支持无域名版本的VLESS Reality搭建 support #182

Closed tqangxl closed 1 month ago

tqangxl commented 1 month ago

Xray-core v1.8.21 Latest SplitHTTP for HTTP/3, the last hope of *ray's QUIC 正如 v1.8.16 所预告的,SplitHTTP 现已初步支持 HTTP/3(QUIC)。

尽管你可以直接设置并连接 SplitHTTP H3 服务端,但更推荐的做法是 在服务端前套一个反代软件,这样才可以使用 BBR。 当然你也可以套一个 CDN,值得一提的是,在近期的 UDP 封锁潮中,尚未有人报告 CDN 的 QUIC 端口也会被封锁。

对于客户端,ALPN 选择“h3”即可。 已知问题:上行待优化、尚未支持 dialerProxy 和 uQuic,预计下个版本解决。 若你需要浏览器指纹,Browser Dialer 现已全面支持 SplitHTTP H1 H2 H3,由浏览器决定用哪个 HTTP 版本。

总之,SplitHTTP H3 是第一个完全基于标准 H3、支持套 CDN 的 QUIC 类代理,亦可用反代、Browser Dialer 来隐蔽自身。

毫无疑问,SplitHTTP H3 已经开启了一个崭新的时代。 支持无域名版本的VLESS Reality搭建 Features SplitHTTP 服务端支持 HTTP/3 https://github.com/XTLS/Xray-core/pull/3554 @ll11l1lIllIl1lll @mmmray SplitHTTP 客户端支持 HTTP/3 https://github.com/XTLS/Xray-core/pull/3543 @ll11l1lIllIl1lll @Fangliding @mmmray 添加了基于 Go 1.21.4 的 Win7 构建 https://github.com/XTLS/Xray-core/pull/3530 @mmmray @RPRX SplitHTTP 支持 Browser Dialer 浏览器转发 https://github.com/XTLS/Xray-core/pull/3484 @mmmray 新增自定义 sockopt 选项 https://github.com/XTLS/Xray-core/pull/3517 @Fangliding SplitHTTP 服务端支持 H2C,客户端支持 HTTP/1.1+TLS https://github.com/XTLS/Xray-core/pull/3465 @mmmray 优化 Browser Dialer 浏览器转发效率 https://github.com/XTLS/Xray-core/pull/3468 @mmmray Fixes 修复 SplitHTTP H3 下行状态 200 后才开始上行的问题 https://github.com/XTLS/Xray-core/commit/0f65aa8ed803922abf9ce90ce963df54ac69af28 @RPRX 修复 SplitHTTP H3 没有复用 QUIC 连接的问题 https://github.com/XTLS/Xray-core/commit/22535d86439952a9764d65119bcc739929492717 @RPRX 修复 SplitHTTP H1 H2 的服务端 TLS 支持 https://github.com/XTLS/Xray-core/pull/3567 @mmmray 移除 SplitHTTP H3 不必要的 KeepAlivePeriod https://github.com/XTLS/Xray-core/pull/3565 @chise0713 @Fangliding @xqzr @ll11l1lIllIl1lll 修复 SplitHTTP H3 在 v2rayNG 上的崩溃 https://github.com/XTLS/Xray-core/pull/3559 @ll11l1lIllIl1lll 修复 SplitHTTP 极小概率为同一个 sessionId 生成多个 uploadQueue 的问题 https://github.com/XTLS/Xray-core/pull/3533 @vrnobody @mmmray 修复 WebSocket 读取了 HTTP 头 X-Forwarded-For 但未传递的问题 https://github.com/XTLS/Xray-core/pull/3546 @Fangliding @mmmray 修复日志等级为 debug 的问题 https://github.com/XTLS/Xray-core/pull/3535 @abvf REALITY 跟随 dest 调用 CloseWrite() https://github.com/XTLS/REALITY/commit/48f0b2d5ed6dd36a84cdf23ed5970dd54c22d8e1 @Fangliding @RPRX HTTP 相关传输(WS H2 HTTPUpgrade SplitHTTP)host 容许客户端发送端口 https://github.com/XTLS/Xray-core/issues/3222#issuecomment-2212334502 @cute @yuhan6665 修复一些 SplitHTTP HTTP/1.1 连接复用的问题 https://github.com/XTLS/Xray-core/pull/3485 @mmmray SplitHTTP ok 回包的长度混淆预留 https://github.com/XTLS/Xray-core/pull/3479#issuecomment-2196370334 @RPRX 修复 SplitHTTP 被一些 CDN 挂起连接的问题 https://github.com/XTLS/Xray-core/pull/3479 @mmmray @Fangliding 修复 SplitHTTP 接收第一个数据包时长度为 0 的问题 https://github.com/XTLS/Xray-core/pull/3473 @maskedeken @mmmray Chores 升级所有依赖 @RPRX @yuhan6665 添加一些测试 https://github.com/XTLS/Xray-core/commit/a7e198e1e2077071a368f626f683ec0de646824d @mmmray 更新 README https://github.com/XTLS/Xray-core/commit/a4bc422ed1bdfd513d0adaace6df65a1b6d08d3d @RPRX 修正一些拼写 https://github.com/XTLS/Xray-core/pull/3527 @MHSanaei 更新 issue 模板 https://github.com/XTLS/Xray-core/pull/3526 https://github.com/XTLS/Xray-core/commit/028a640b1b66bbbdd59a7b0ce45921003303ed07 @mmmray @Fangliding 重构日志代码 https://github.com/XTLS/Xray-core/pull/3446 @yuhan6665 增加容器编译标签 https://github.com/XTLS/Xray-core/pull/3469 @mmmray Contributors

qist commented 1 month ago

本身都支持了,只是没有更新到最新内核版本,你可以手动web界面升级就是了。无域名你不输入域名就可以了不过dest不能省略。这个是不配置域名设置https://github.com/qist/xray-ui/blob/main/Nginx%E5%89%8D%E7%BD%AESNI%E5%88%86%E6%B5%81.md