Signed-off-by: Stan Grishin <stangri@melmac.ca>
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
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/
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;
o = s.option(
form.ListValue,
- "use_ipv6_resolvers_only",
+ "force_ipv6_resolvers",
_("Use IPv6 resolvers")
);
o.modalonly = true;