mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Xray core buggy version removed
accept >= v24.11.30 or v1.8.24
This commit is contained in:
parent
9c63638af1
commit
049177024b
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +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 >= 11))) ||
|
(major == 24 && ((minor > 11) || (minor == 11 && patch >= 30))) ||
|
||||||
(major > 24) {
|
(major > 24) {
|
||||||
versions = append(versions, release.TagName)
|
versions = append(versions, release.TagName)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue