Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: XTLS/Xray-core

Xray-core v25.3.31

31 Mar 12:37
ab5d7cf
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Pre-release

Xray-core 三月累积更新版本,主要包含大量针对 DNS 和 sockopt 的增强,以及其它几处修复,感谢各位贡献者

https://xtls.github.io/config/dns.html#dnsserverobject

Full Changelog:v25.3.6...v25.3.31

Loading
VerTigoNTxvii, varnie, Handsome1080P, mariokart1992, maxkorsov, Johnny256Dawson, radioactiveAHM, obervinov, iambabyninja, Dr4tez, and 3 more reacted with thumbs up emojimaxkorsov reacted with laugh emojimaxkorsov and obervinov reacted with hooray emojimaxkorsov and obervinov reacted with heart emojimaxkorsov and obervinov reacted with rocket emojimaxkorsov reacted with eyes emoji
13 people reacted

Xray-core v25.3.6

06 Mar 13:51
2cba2c4
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

XHTTP: Beyond REALITY#4113 & MITM-Domain-Fronting

距离上次写 release notes 已过了近三个月,在此期间 XHTTP 积累了大量的改进与修复,其中感知最明显的是逐步将 HTTP request header 的 path padding 迁移至了 Referer header 以避免产生过长的日志(由@rPDmYQ 提出),以及逐步修复了 stream-up 通过 CF 时连接 100 秒后被掐断的问题,请查看 commit history 及第四版XHTTP: Beyond REALITY

XHTTP 服务端需要及时升级至该版本,以支持新版 XHTTP 客户端。

另一项重点开发的功能是MITM-Domain-Fronting

  • 比如现在你可以用 Xray 对浏览器发出的 TLS MITM 并强制域前置,以实现无代理服务器直连一些被 GFW 封锁的网站
  • Xray 内置 DNS 也加了 h2c:// 以搭配 freedom 出站实现内置 DoH 域前置,它正好可以绕过近期 GFW 对 DoH 的封锁。并且 Xray 内置 DoH 现在均默认使用 Chrome 指纹、加了 header padding。
  • @patterniha 分享出了适用于伊朗的完整 serverless 配置,包括 TCP/TLS fragment 和 UDP noises:Serverless-for-Iran。Please join the official Xray Iranian grouphttps://t.me/projectXhttp for more information.

请支持一个 REALITY NFT:https://opensea.io/assets/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/2

如果你有余力,请支持一个 Project X NFT:https://opensea.io/assets/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/1

Xray 接下来的重心转向 Vision Seed & VLESS Encryption,Windows Tun & GUI Client,以及 ECH 和 REALITY 抗量子更新。

最低 Go 版本要求已升至 Go 1.24+,@KobeArthurScofield 正在维护https://github.com/XTLS/go-win7 以继续支持 Win7。

虽然我们 tag 了 v1.250306.0,但目前仅打算在稳定版时更新这种 tag,所以如果你的项目需要追新,仍需指定 commit id。

What's Changed

  • XHTTP XMUX: Fix OpenUsage never gets reduced by@RPRX in1410b63
  • XHTTP client: Make H3 httptrace work on v2rayNG by@RPRX in53b04d5
  • XHTTP client: Merge Open* into OpenStream(), and more by@RPRX indb934f0
  • DNS: Always use a DNS Message ID of 0 for DoH and DoQ by@maoxikun@dyhkwong in#4193
  • chore: use errors.New to replace fmt.Errorf with no parameters by@RiceChuan in#4204
  • Core: Add mutex to injection resolution by@yuhan6665 in#4206
  • Dokodemo TPROXY: Interrupt UDP download if upload timeouts by@RPRX ina8559a1
  • XHTTP XMUX: Increase the default value for cMaxReuseTimes by@RPRX inff4331a
  • XHTTP XMUX:cMaxLifetimeMs ->hMaxReusableSecs, Refactor default values by@RPRX in4ce65fc
  • Sockopt config: Addpenetrate for XHTTP U-D-S, RemovetcpNoDelay by@RPRX in369d894
  • Inbounds config: Addmixed as an alias ofsocks by@RPRX in5af9068
  • Build: Use patched newer Go version to build Windows 7 assets by@KobeArthurScofield in#4192
  • Upgrade quic-go to patched v0.48.2 by@RPRX in8a6a538
  • Config: Correctly marshal Int32Range to JSON by@yiguous in#4234
  • Freedom config: Fix noises delay by@GFW-knocker in#4233
  • Workflows: Trigger all Build & Test on all branches & files by@RPRX indd4ba82
  • Freedom noises: Change legacy variable name by@Fangliding in#4238
  • Freedom noises: Support "hex" astype &packet by@GFW-knocker@RPRX in#4239
  • Freedom noises: Support RawURLEncoding for "base64" by@RPRX in2f52aa7
  • Upgrade gVisor to a newer version by@hossinasaadi in#3903
  • Build: Update GeoIP/GeoSite Cache per hour by@KobeArthurScofield in#4247
  • XHTTP XMUX: Abandonclient ifclient.Do(req) failed by@RPRX in#4253
  • Freedom: Don't use rawConn copy when using utls by@Fangliding in#4272
  • chore: fix struct field name in comment by@dashangcun in#4284
  • Commands: Fix dumping merged config for XHTTP by@vrnobody in#4290
  • Mixed inbound: Handle immediately closing connection gracefully by@rPDmYQ@RPRX in#4297
  • XHTTP client: Movex_padding intoReferer header by@rPDmYQ in#4298
  • DNS: Implement queryStrategy for "localhost" by@Fangliding in#4303
  • XHTTP server: AddscStreamUpServerSecs, enabled by default by@RPRX in#4306
  • DNS DoH: Add h2c Remote mode (with TLSserverNameToVerify) by@RPRX in2522cfd
  • RAW: Allow setting ALPN http/1.1 for non-REALITY uTLS by@RPRX in740a6b0
  • Log: Add microseconds for all kinds of logs by@RPRX in5679d71
  • UDS: Keep valid source addr by@Fangliding in#4325
  • Upgrade quic-go to official v0.49.0 by@RPRX ina7a8362
  • README.md: Add xray-checker to Xray Tools by@kutovoys in#4319
  • XTLS Vision: Use separate uplink/downlink flag for direct copy by@yuhan6665 in#4329
  • XHTTP client: Add back minimal path padding for compatibility by@RPRX inefdc70f
  • Commands: Fix ambiguous printing of private x25519 key by@auvred in#4343
  • README.md: Add Project XHTTP (Persian) to Telegram by@RPRX in480c7d7
  • MITM: Allow forwarding local negotiated ALPN http/1.1 to the real website by@RPRX in9b78411
  • MITM: Allow using local received SNI in the outgoingserverName &verifyPeerCertInNames by@RPRX inc6a31f4
  • Log: Add microseconds for golang's standard logger by@RPRX in527caa3
  • MITM freedom RAW TLS: Report website with unexpected Negotiated Protocol / invalid Domain Fronting certificate by@RPRX in117de1f
  • API: Add user IPs and access times tracking by@mr1cloud in#4360
  • Chore: Make some Maps into real Sets by@arturmelanchyk in#4362
  • README.md: Add XrayUI to Asuswrt-Merlin clients by@DanielLavrushin in#4355
  • Geofiles: Switch to Loyalsoldier's v2ray-rules-dat by@RPRX inc81d8e4
  • Workflows: Reduce Geodata update frequency by@KobeArthurScofield in#4369
  • MITM freedom RAW TLS: Allow "fromMitm" to be written at any position inverifyPeerCertInNames, Add checking foralpn "fromMitm" by@RPRX ind4c7cd0
  • DNS DoH h2c Remote: AddverifyPeerCertInNames "fromMitm" support by@RPRX in613c63b
  • Commands: Use ".crt" & ".key" suffixes when generating TLS certificates by@RPRX in925a985
  • XHTTP server: Finish stream-up's HTTP POST when its request.Body is closed by@RPRX indcd7e92
  • Workflows: Fix Actions' manual dispatch for assets update by@KobeArthurScofield in#4378
  • Config: Correctly marshal PortList and NameServerConfig to JSON by@yiguous in#4386
  • UDS: Make all remote addr 0.0.0.0 by@Fangliding@RPRX in#4390
  • Build: End of the easily mistaken 'Makefile' by@KobeArthurScofield@RPRX in#4395
  • API: Improve cli usage descriptions by@billzhong in#4401
  • XTLS: More separate uplink/downlink flags for splice copy by@yuhan6665 in#4407
  • XHTTP server: Set remoteAddr & localAddr correctly by@RPRX in8cb63db
  • XHTTP client: Revert "Add back minimal path padding for compatibility" by@RPRX inc5de08b
  • Metrics: Add direct listen by@Fangliding in#4409
  • UDS: Use UnixListenerWrapper & UnixConnWrapper by@Fangliding@RPRX in#4413
  • XHTTP server: Fix stream-up "single POST problem", Use united httpServerConn instead of recover() by@RPRX inb786a50
  • Outbound: Add outbound sendThrough origin beha...
Read more

Contributors

  • @yuhan6665
  • @billzhong
  • @j3l11234
  • @DanielLavrushin
  • @kutovoys
  • @arturmelanchyk
  • @yin1999
  • @hossinasaadi
  • @KobeArthurScofield
  • @RiceChuan
  • @Fangliding
  • @dyhkwong
  • @mr1cloud
  • @lastrise
  • @vrnobody
  • @auvred
  • @RPRX
  • @patterniha
  • @maoxikun
  • @GFW-knocker
  • @yiguous
  • @dashangcun
  • @mangustyura
  • @rPDmYQ
yuhan6665, billzhong, and 22 other contributors
Assets66
maxkorsov, SPIRIT-00, Svet6os6laV6, apa4h, ViZiD, mil00oo, Johnny256Dawson, VerTigoNTxvii, vint2k, Jelezka007, and 53 more reacted with thumbs up emojimaxkorsov, caiysmy, GleenJi, qiyue194, and lyrnya reacted with laugh emojimaxkorsov, Fhokud, caiysmy, SpeedPartner, yxszd, GleenJi, qiyue194, lyrnya, foridream, iliyian, and 2 more reacted with hooray emojimaxkorsov, vgdh, caiysmy, bcaamonkoyyy, Hoggtobeable, aihsanfz, GleenJi, qiyue194, lyrnya, foridream, and 2 more reacted with heart emojiqcind, maxkorsov, PavelZhukovv, sausagenoods, caiysmy, lyrnya, rammiah, GleenJi, qiyue194, foridream, and SilverTears1 reacted with rocket emojimaxkorsov, PavelZhukovv, Johnny256Dawson, caiysmy, GleenJi, qiyue194, lyrnya, mkrtchyan0, Pedro-e, and 007dimkos reacted with eyes emoji
77 people reacted

Xray-core v25.3.3

03 Mar 15:31
e15dff9
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
Dr4tez, vemneyy, maxkorsov, mirdukkkkk, Vonarian, mil00oo, yuzhichang, kuraudowelle, alunin, SPIRIT-00, and 15 more reacted with thumbs up emojiyxszd, lyrnya, obervinov, firengate, y75033, and kommentlezz reacted with hooray emojiJasonzhang2023, NkL708, firengate, y75033, and kommentlezz reacted with heart emojiqcind, vgdh, NkL708, obervinov, firengate, y75033, and kommentlezz reacted with rocket emoji
30 people reacted

Xray-core v25.2.21

21 Feb 07:59
be43f66
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
vint2k, alipour66m, wuai1024, ArthurSib, magpiebridge2024, Aichikaze, AKotov-dev, iambabyninja, SPIRIT-00, mil00oo, and 32 more reacted with thumbs up emojimaxkorsov, Dillonhb, and firengate reacted with laugh emojiqcind, apa4h, magpiebridge2024, vemneyy, maxkorsov, yxszd, brolnickij, Dillonhb, Pedro-e, firengate, and q239172797 reacted with hooray emojimaxkorsov, brolnickij, Dillonhb, Pedro-e, firengate, huangshan138, and q239172797 reacted with heart emojiMolayChrif, maxkorsov, Dillonhb, Pedro-e, and firengate reacted with rocket emojimaxkorsov, sausagenoods, SodaWithoutSparkles, 200433zc, Dillonhb, and firengate reacted with eyes emoji
50 people reacted

Xray-core v25.2.18

18 Feb 11:59
52381a3
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
patterniha, VerTigoNTxvii, Aichikaze, apa4h, siwee, SPIRIT-00, Dr4tez, maxkorsov, vint2k, alipour66m, and 15 more reacted with thumbs up emojimaxkorsov and firengate reacted with laugh emojimaxkorsov, yxszd, and firengate reacted with hooray emojimaxkorsov and firengate reacted with heart emojimaxkorsov, qcind, EMS1998, and firengate reacted with rocket emojimaxkorsov, DecaChI, and firengate reacted with eyes emoji
29 people reacted

Xray-core v25.1.30

30 Jan 10:58
0a8470c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
Miku2563, SPIRIT-00, bian2022, ImMohammad20000, tatorhan, cexll, sanckole, isgjv, bellioz, iliyian, and 41 more reacted with thumbs up emojimaxkorsov, lyrnya, 85923, and firengate reacted with laugh emojiImMohammad20000, firengate, apollogeek, maxkorsov, qcind, AKotov-dev, lyrnya, yxszd, Plainct, Pedro-e, and 2 more reacted with hooray emojifirengate, H-Sofie, apollogeek, maxkorsov, lyrnya, Pedro-e, and 85923 reacted with heart emojifirengate, maxkorsov, lyrnya, Pedro-e, and 85923 reacted with rocket emojiShaneLee-9, firengate, Pedro-e, 85923, and SaeedDev94 reacted with eyes emoji
58 people reacted

Xray-core v25.1.1

01 Jan 12:06
e80ca67
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
SPIRIT-00, SaeedDev94, askdnl, gersoctruda, Lofuuzi, etaniom, SayoAoi, maxkorsov, PyesGO, siwee, and 36 more reacted with thumbs up emojiPyesGO, firengate, foridream, and xqzr reacted with laugh emojiiambabyninja, gersoctruda, xenups, PyesGO, lyrnya, firengate, foridream, yxszd, psihonavtikum, and Skrepysh reacted with hooray emojiiambabyninja, gersoctruda, maxkorsov, PyesGO, Zxis233, firengate, foridream, Pedro-e, Oclahub, and Desai0 reacted with heart emojiiambabyninja, gersoctruda, qcind, PyesGO, firengate, Huahuac174, foridream, and psihonavtikum reacted with rocket emoji
58 people reacted

Xray-core v24.12.31

31 Dec 12:12
4be32e9
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
VerTigoNTxvii, o0HalfLife0o, iambabyninja, 300f20t, SPIRIT-00, PavelZhukovv, egormzln, qwert422, ZqinKing, Poempoat, and 27 more reacted with thumbs up emojiPyesGO, Gesugao-san, and firengate reacted with laugh emojio0HalfLife0o, den0620, Skrepysh, PavelZhukovv, w0l4i, Johnny256Dawson, ZqinKing, Pedro-e, firengate, PyesGO, and 4 more reacted with hooray emojifirengate, PyesGO, Goddess0098, AksLR, Gesugao-san, and NoCodre reacted with heart emojiZqinKing, Pedro-e, firengate, PyesGO, qcind, and Gesugao-san reacted with rocket emoji
48 people reacted

Xray-core v24.12.28

28 Dec 13:59
93f72db
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Loading
SPIRIT-00, VerTigoNTxvii, SayoAoi, Shura1oplot, Xpos587, leeseed1, jane2003, Zickam, ArthurSib, Vonarian, and 25 more reacted with thumbs up emojiPyesGO and firengate reacted with laugh emojifirengate, PyesGO, Pedro-e, meichuanneiku, and yxszd reacted with hooray emojifirengate, w0l4i, PyesGO, Pedro-e, and Goddess0098 reacted with heart emojifirengate, i4DL, PyesGO, and Pedro-e reacted with rocket emojiShaneLee-9 and firengate reacted with eyes emoji
41 people reacted

Xray-core v24.12.18

18 Dec 21:39
cab2fde
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

XHTTP client: Refactor "packet-up" mode, chasing "stream-up"#4150

这是 2024 年最后一个版本,包含了大量重要更新:比如再次优化了 XHTTP packet-up 模式的上行,修好了 bug 的同时速率直追 stream-up,还会自动切换连接以避免超过单个连接 HTTP 累计请求数限制,主要利好 H3 及穿透无流式上行的 CDN。 更多的更新内容请看第三版XHTTP: Beyond REALITY,还讨论了套 CDN 是否属于“滥用”的问题。

为了配合 XHTTP 对 TLS 的广泛使用,Xray-core 已将 "chrome" 设为默认指纹,防止手动输入配置时忘了选指纹。

请支持一个 REALITY NFT:https://opensea.io/assets/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/2

如果你有余力,请支持一个 Project X NFT:https://opensea.io/assets/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/1

一个新的 Xray 客户端正在开发中,持有 REALITY NFT 将获得早期内测资格。圣诞节会发布一篇 XUDP UoT Migration 的文章,并公布 Project X 2024 年度贡献者,颁奖一个 Project X NFT。2025.1.1 每个 Project X NFT 将获赠两个 REALITY NFT。

What's Changed

  • Transport: Remove HTTP by@RPRX inae62a0f
  • WireGuard inbound: Add missing inbound session information back by@Fangliding in#4126
  • XHTTP server: Forbid Mux.Cool except pure XUDP by@RPRX in#4128
  • XHTTP, WS, HU: Forbid "host" inheaders, readserverName instead by@RPRX in#4142
  • Core: Fix memory leaks with RequireFeatures() by@yuhan6665 in#4095
  • Chore: "io/ioutil" -> "io" by@ChengenH in#4143
  • XHTTP client: Refactor "packet-up" mode, chasing "stream-up" by@RPRX in#4150
  • Core: Fix startup error whendns exists butfakedns doesn't by@RPRX in743435d
  • XHTTP client: Add decideHTTPVersion() and more logs by@RPRX in7463561
  • XHTTP XMUX: AddhMaxRequestTimes andhKeepAlivePeriod by@RPRX in#4163
  • WebSocket config: Fixheaders by@rosebe in#4177
  • REALITY, TLS config: Set "chrome" as the defaultfingerprint by@RPRX in96fb680
  • XHTTPdownloadSettings: Inheritsockopt if its own doesn't exist (e.g., inextra) by@RPRX in9dbdf92
  • XHTTP client:scMaxEachPostBytes should be bigger than buf.Size (8192) by@RPRX inff8b66a

以及更新 README,升级一些依赖,使用 Go 1.23.4 进行编译。

New Contributors

Full Changelog:v24.11.30...v24.12.18

Contributors

  • @yuhan6665
  • @rosebe
  • @ChengenH
  • @Fangliding
  • @RPRX
yuhan6665, rosebe, and 3 other contributors
Loading
VerTigoNTxvii, yoohooyoo, SZ001S, ArthurSib, SayoAoi, Miku2563, o0HalfLife0o, maxkorsov, SPIRIT-00, askdnl, and 29 more reacted with thumbs up emojimaxkorsov, ShaneLee-9, firengate, PyesGO, because377, and AlyssaChia2017 reacted with laugh emojikuyoru-kamikisho, maxkorsov, SpeedPartner, Pedro-e, yxszd, firengate, and PyesGO reacted with hooray emojiVonarian, Lofuuzi, he-sb, maxkorsov, Pedro-e, firengate, and PyesGO reacted with heart emojiqcind, maxkorsov, eslco, Pedro-e, firengate, and PyesGO reacted with rocket emojimaxkorsov, firengate, and mehduo reacted with eyes emoji
49 people reacted
Previous134589
Previous

[8]ページ先頭

©2009-2025 Movatter.jp