We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e24b0 commit c70ec6fCopy full SHA for c70ec6f
applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js
@@ -113,7 +113,12 @@ return view.extend({
113
form.ListValue,
114
"force_dns",
115
_("Force Router DNS"),
116
- _("Forces Router DNS use on local devices, also known as DNS Hijacking.")
+ _(
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
+ )
122
);
123
o.value("0", _("Let local devices use their own DNS servers if set"));
124
o.value("1", _("Force Router DNS server to all local devices"));
0 commit comments