luci-app-mosdns: update ghproxy

This commit is contained in:
Bard 2024-07-20 18:02:17 +08:00 committed by GitHub
parent 7bdd3034f0
commit 403d7a5527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ end
default = 3 default = 3
o = s:option(Value, "github_proxy", translate("GitHub Proxy"), translate("Update data files with GitHub Proxy, leave blank to disable proxy downloads.")) o = s:option(Value, "github_proxy", translate("GitHub Proxy"), translate("Update data files with GitHub Proxy, leave blank to disable proxy downloads."))
o:value("https://gh-proxy.com", translate("https://gh-proxy.com")) o:value("https://hub.gitmirror.com", translate("https://hub.gitmirror.com"))
o:value("https://ghps.cc", translate("https://ghps.cc")) o:value("https://ghps.cc", translate("https://ghps.cc"))
o.rmempty = true o.rmempty = true
o.default = "" o.default = ""