REALITY server: Set default "minClientVer": "26.3.27" (change it at your own risk)

https://github.com/XTLS/Xray-core/pull/6181#issuecomment-4567373533
https://t.me/projectXtls/3373
https://t.me/projectXtls/3378
This commit is contained in:
RPRX
2026-07-11 14:30:54 +00:00
committed by GitHub
parent 35387572e0
commit af7eb68028
+2
View File
@@ -113,6 +113,8 @@ func (c *REALITYConfig) Build() (proto.Message, error) {
config.MinClientVer[i] = byte(u)
}
}
} else {
config.MinClientVer = []byte{26, 3, 27} // change it at your own risk: https://github.com/XTLS/Xray-core/pull/6181#issuecomment-4567373533
}
if c.MaxClientVer != "" {
config.MaxClientVer = make([]byte, 3)