Browse Source

Xray core buggy version removed

mhsanaei 1 tháng trước cách đây
mục cha
commit
4def70a006
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      web/service/server.go

+ 1 - 2
web/service/server.go

@@ -285,8 +285,7 @@ func (s *ServerService) GetXrayVersions() ([]string, error) {
 			continue
 		}
 
-		if (major == 1 && minor == 8 && patch == 24) ||
-			(major >= 25) {
+		if (major >= 25 && minor >= 2 && patch >= 18) || (major >= 26) {
 			versions = append(versions, release.TagName)
 		}
 	}