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:
parent
25f75e08f1
commit
ec4f219b2b
1 changed files with 2 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue