From e1e1c8b49c6786534c180ea2b5618eb61ab4d294 Mon Sep 17 00:00:00 2001 From: bingsugar <40289670+bingsugar@users.noreply.github.com> Date: Wed, 14 Oct 2020 13:31:16 +0800 Subject: [PATCH] luci-app-v2ray-server: update v2ray url (#5662) --- .../luasrc/model/cbi/v2ray_server/api/v2ray.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/api/v2ray.lua b/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/api/v2ray.lua index 69b93b320..e1953caca 100644 --- a/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/api/v2ray.lua +++ b/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/api/v2ray.lua @@ -8,7 +8,7 @@ local ipkg = require "luci.model.ipkg" local appname = "v2ray_server" local v2ray_api = - "https://api.github.com/repos/v2ray/v2ray-core/releases/latest" + "https://api.github.com/repos/v2fly/v2ray-core/releases/latest" local wget = "/usr/bin/wget" local wget_args = { "--no-check-certificate", "--quiet", "--timeout=100", "--tries=3"