RPRX 5 лет назад
Родитель
Сommit
98da186471
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      infra/conf/vless.go

+ 1 - 1
infra/conf/vless.go

@@ -170,7 +170,7 @@ func (c *VLessOutboundConfig) Build() (proto.Message, error) {
 			switch account.Flow {
 			case "", "xtls-rprx-origin", "xtls-rprx-origin-udp443", "xtls-rprx-direct", "xtls-rprx-direct-udp443":
 			case "xtls-rprx-splice", "xtls-rprx-splice-udp443":
-				if runtime.GOOS != "linux" {
+				if runtime.GOOS != "linux" && runtime.GOOS != "android" {
 					return nil, newError(`VLESS users: "` + account.Flow + `" only support linux in this version`)
 				}
 			default: