Skip to content

xray 26.1.13#262636

Merged
BrewTestBot merged 2 commits intomainfrom
bump-xray-26.1.13
Jan 13, 2026
Merged

xray 26.1.13#262636
BrewTestBot merged 2 commits intomainfrom
bump-xray-26.1.13

Conversation

@BrewTestBot
Copy link
Contributor

@BrewTestBot BrewTestBot commented Jan 13, 2026

Created by brew bump


Created with brew bump-formula-pr.

  • resource blocks have been checked for updates.
release notes
## Proxy: Add TUN inbound for Windows & Linux, including Android https://github.com/XTLS/Xray-core/pull/5464 https://github.com/XTLS/Xray-core/pull/5509 & Proxy: Add Hysteria outbound & transport (version 2, udphop) and Salamander udpmask https://github.com/XTLS/Xray-core/pull/5508

新年好!2026 第一版 Xray-core 重点更新内容:

  1. 新增 TUN 入站(Windows、Linux、Android)Proxy: Add TUN inbound for Windows & Linux, including Android XTLS/Xray-core#5464 ,默认 UDP FullCone 与 XUDP UoT Migration TUN inbound: Implement UDP FullCone NAT XTLS/Xray-core#5509
  2. 新增 process 路由规则(Windows、Linux),匹配进程名/绝对路径/文件夹,支持任何入站 Routing config: Replace processName with process (full-name/abs-path/abs-folder) XTLS/Xray-core#5496
  3. 新增 Hysteria 出站、Hysteria 2 传输层(支持端口跳跃)、Salamander 伪装层,完整配置示例详见 Proxy: Add Hysteria outbound & transport (version 2, udphop) and Salamander udpmask XTLS/Xray-core#5508
  4. 新增“最终伪装层”概念 https://t.me/projectXtls/1354 ,比 TLS/QUIC 更底层,下一步计划 Proxy: Add Hysteria outbound & transport (version 2, udphop) and Salamander udpmask XTLS/Xray-core#5508 (comment)
  5. TLS 客户端使用 pinnedPeerCertSha256 取代原有的两项 pinned 参数 TLS config: Add pinnedPeerCertSha256; Remove pinnedPeerCertificateChainSha256 and pinnedPeerCertificatePublicKeySha256 XTLS/Xray-core#5154 TLS client: Verify leaf cert (name, time) when pinning self-signed CA XTLS/Xray-core#5532
  6. REALITY 客户端收到目标网站的真证书时打印出更加明确的警报(potential MITM or redirection)REALITY client: Clearer log when receiving real certificate XTLS/Xray-core#5427
  7. 进一步降低了 Xray-core 启动时的峰值内存占用 Geofiles: Implement mmap in filesystem to reduce ram usage XTLS/Xray-core#5480 Routing: Reduce peak memory usage XTLS/Xray-core#5488 ,利好 iOS 客户端,下一步计划 MPH domian matcher: Support building & using cache directly (instead of building from geosite.dat when Xray starts) XTLS/Xray-core#5505

为了使用 TUN,配置文件需要以下修改,以 Windows 为例:

  1. 配置文件加一个 "tun" 入站,无需 settings,加一个 "direct" 作为默认出站
  2. 为所有出站设置 sockopt "interface": "WLAN" 或 "以太网" 防止出站回流 Xray-core
  3. 设置 routing 比如 "process": ["NatTypeTester.exe"] 导向代理协议出站
  4. 浏览器会有 QUIC,注意设置路由 block UDP/443,或为 sniffing 启用 "quic"

TUN 尚未支持“自动修改系统路由表”,目前需要手动设置:

  1. 以管理员权限启动 Xray-core,静置数秒等 Windows 自动为 TUN 分配 IP
  2. 执行 ipconfigroute print 查看 Xray TUN 的 IPv4 地址与 interface ID
  3. 以管理员权限执行 route add 0.0.0.0 mask 0.0.0.0 *.*.*.* if ** 新增系统路由

感谢 @Owersun @yuhan6665 @Fangliding @KobeArthurScofield @RPRX 为支持 TUN 所作出的贡献!

@Meo597 将 https://xtls.github.io/ 升级至了 VitePress,本次更新内容也会陆续更新至文档中

由于伊朗目前完全断网,致力于内存优化的贡献者 @hossinasaadi 已有几天没有上线,期待他的回归

Sponsors

Remnawave

Happ

Sponsor Xray-core

Donation & NFTs

Collect a Project X NFT to support the development of Project X!

Project X NFT

该版本升级了一些依赖,并使用 Go 1.25.5 拉满 inline 编译,已 tag v1.260113.0,感谢所有贡献者,详见下方 change log

What's Changed

New Contributors

Full Changelog: XTLS/Xray-core@v25.12.8...v26.1.13

View the full release notes at https://github.com/XTLS/Xray-core/releases/tag/v26.1.13.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 13, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 13, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 13, 2026 19:19
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 13, 2026
Merged via the queue into main with commit 0281364 Jan 13, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-xray-26.1.13 branch January 13, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants