Skip to content

Commit c70ec6f

Browse files
committed
luci-app-https-dns-proxy: better description/link for force_dns
* better description/link for force_dns in WebUI Signed-off-by: Stan Grishin <stangri@melmac.ca>
1 parent 23e24b0 commit c70ec6f

File tree

2 files changed

+82
-144
lines changed

2 files changed

+82
-144
lines changed

applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,12 @@ return view.extend({
113113
form.ListValue,
114114
"force_dns",
115115
_("Force Router DNS"),
116-
_("Forces Router DNS use on local devices, also known as DNS Hijacking.")
116+
_(
117+
"Forces Router DNS use on local devices, also known as DNS Hijacking. Only works on `lan` interface by default (%smore information%s)."
118+
).format(
119+
'<a href="' + pkg.URL + "#force_dns" + '" target="_blank">',
120+
"</a>"
121+
)
117122
);
118123
o.value("0", _("Let local devices use their own DNS servers if set"));
119124
o.value("1", _("Force Router DNS server to all local devices"));

0 commit comments

Comments
 (0)