luci-app-https-dns-proxy: bugfix: rename options in luci app

Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
Stan Grishin
2025-11-28 23:40:07 +00:00
parent ec39df25b5
commit cebf4cccce
2 changed files with 3 additions and 3 deletions
@@ -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;