Merge pull request #8125 from stangri/openwrt-24.10-luci-app-https-dns-proxy

[24.10] luci-app-https-dns-proxy: bugfix: rename options in luci app
This commit is contained in:
Stan Grishin
2025-11-29 15:28:01 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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

View File

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