mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34:34 +04:00
Merge pull request #8124 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: bugfix: rename options in luci app
This commit is contained in:
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy
|
|||||||
PKG_LICENSE:=AGPL-3.0-or-later
|
PKG_LICENSE:=AGPL-3.0-or-later
|
||||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||||
PKG_VERSION:=2025.10.07
|
PKG_VERSION:=2025.10.07
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
|
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
|
||||||
LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/
|
LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/
|
||||||
|
|||||||
@@ -424,7 +424,7 @@ return view.extend({
|
|||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
|
|
||||||
o = s.option(form.ListValue, "use_http1", _("Use HTTP/1"));
|
o = s.option(form.ListValue, "force_http1", _("Use HTTP/1"));
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
@@ -434,7 +434,7 @@ return view.extend({
|
|||||||
|
|
||||||
o = s.option(
|
o = s.option(
|
||||||
form.ListValue,
|
form.ListValue,
|
||||||
"use_ipv6_resolvers_only",
|
"force_ipv6_resolvers",
|
||||||
_("Use IPv6 resolvers")
|
_("Use IPv6 resolvers")
|
||||||
);
|
);
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user