From: Jan Hoffmann Date: Thu, 29 Sep 2022 16:34:09 +0000 (+0200) Subject: luci-mod-network: improve description for filterwin2k option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ec4f219b2b26fc3181c0ea62d4364f8f15aac9c5;p=openwrt-luci.git luci-mod-network: improve description for filterwin2k option Make it clear that this option also filters some not-so-useless queries. Signed-off-by: Jan Hoffmann --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 5059b389b4..2c0a557b01 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -385,7 +385,8 @@ return view.extend({ s.taboption('advanced', form.Flag, 'filterwin2k', _('Filter useless'), - _('Do not forward queries that cannot be answered by public resolvers.')); + _('Avoid uselessly triggering dial-on-demand links (filters SRV/SOA records and names with underscores).') + '
' + + _('May prevent VoIP or other services from working.')); s.taboption('advanced', form.Flag, 'localise_queries', _('Localise queries'),