refactor: Reality 移除 Fragment,修复 XHTTP,精简配置 - #6
Closed
wangzhizhou wants to merge 1 commit into
Closed
Conversation
wangzhizhou
commented
Jun 22, 2026
Contributor
- 移除 Fragment(与 xtls-rprx-vision 冲突,已被 Vision 取代)\n- 修复 XHTTP 配置(添加 flow、VLESS Encryption、默认 mode=stream-one)\n- XMUX connIdleTime 可配置\n- 精简 .env.example(176→153 行,按必填/常用/高级分层)\n- 补充 21 个缺失的环境变量记录\n- 修正 HYSTERIA2_PORT_HOP_INTERVAL 默认值(10s→30s)\n- 清理所有文档中的 Fragment 引用\n\nCloses:
1. 移除 Fragment(与 xtls-rprx-vision 冲突,已被取代) - deploy.sh: 移除所有 Fragment 环境变量读取、jq 注入、日志、展示 - .env.example: 移除 3 个 FRAGMENT 变量及相关注释 - README/docs: 清理所有 Fragment 引用 - tests: 移除 fragment 测试用例和断言 2. 修复 XHTTP 使用方式 - 添加 flow: xtls-rprx-vision + encryption: none(消除 VLESS without flow 警告) - 默认 mode 改为 stream-one(纯 TCP HTTP/2,避免 UDP QoS) - export.sh 不再删除 XHTTP 的 flow 字段 - XMUX connIdleTime 可通过 EASYNET_REALITY_XMUX_CONN_IDLE 配置 3. 精简 .env.example 配置 - 从 176 行精简至 153 行,按必填/常用/高级分层 - 补充 21 个缺失的环境变量记录 - 修正 HYSTERIA2_PORT_HOP_INTERVAL 默认值(10s -> 30s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.