mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
Xray core buggy version removed
v1.8.24 and major >=25.1.1
This commit is contained in:
parent
b6a919218a
commit
26a7700557
@ -286,8 +286,7 @@ func (s *ServerService) GetXrayVersions() ([]string, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (major == 1 && minor == 8 && patch == 24) ||
|
if (major == 1 && minor == 8 && patch == 24) ||
|
||||||
(major == 24 && ((minor > 11) || (minor == 11 && patch >= 30))) ||
|
(major >= 25) {
|
||||||
(major > 24) {
|
|
||||||
versions = append(versions, release.TagName)
|
versions = append(versions, release.TagName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user