luci-app-https-dns-proxy: bugfix: rename options in luci app
authorStan Grishin <[email protected]>
Fri, 28 Nov 2025 23:40:07 +0000 (23:40 +0000)
committerStan Grishin <[email protected]>
Fri, 28 Nov 2025 23:40:07 +0000 (23:40 +0000)
Signed-off-by: Stan Grishin <[email protected]>
applications/luci-app-https-dns-proxy/Makefile
applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js

index d64293b93bd05d0d8a94c2b9a0aff3de89b3b8e7..ee430b60dee7ef137871e7fb61d873d27e112f48 100644 (file)
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy
 PKG_LICENSE:=AGPL-3.0-or-later
 PKG_MAINTAINER:=Stan Grishin <[email protected]>
 PKG_VERSION:=2025.10.07
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
 LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/
index 203ee17ee1801ce8992761789343f67ff876daec..40623bd46f50ab2f63b23d1f4c10f97b79d1e320 100644 (file)
@@ -424,7 +424,7 @@ return view.extend({
                o.modalonly = 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.optional = true;
                o.rmempty = true;
@@ -434,7 +434,7 @@ return view.extend({
 
                o = s.option(
                        form.ListValue,
-                       "use_ipv6_resolvers_only",
+                       "force_ipv6_resolvers",
                        _("Use IPv6 resolvers")
                );
                o.modalonly = true;