luci-mod-network: improve description for filterwin2k option
authorJan Hoffmann <jan@3e8.eu>
Thu, 29 Sep 2022 16:34:09 +0000 (18:34 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 3 Apr 2023 11:45:03 +0000 (13:45 +0200)
Make it clear that this option also filters some not-so-useless queries.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
(cherry picked from commit ec4f219b2b26fc3181c0ea62d4364f8f15aac9c5)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 5059b389b4234eb9c7e92f305ff3dea811759f4c..2c0a557b01a6b445a4718095d59c03ee6e270fb8 100644 (file)
@@ -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).') + '<br />' +
+                       _('May prevent VoIP or other services from working.'));
 
                s.taboption('advanced', form.Flag, 'localise_queries',
                        _('Localise queries'),