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 <jan@3e8.eu>
This commit is contained in:
Jan Hoffmann 2022-09-29 18:34:09 +02:00
parent 25f75e08f1
commit ec4f219b2b

View 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'),