luci-app-v2ray-server: update v2ray url (#5662)

This commit is contained in:
bingsugar 2020-10-14 13:31:16 +08:00 committed by GitHub
parent c39177efcf
commit e1e1c8b49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"