Skip to content

Commit

Permalink
luci-mod-network: The expand-hosts seems to also affect the AAAA DNS …
Browse files Browse the repository at this point in the history
…records.

Signed-off-by: Jan Pazdziora <[email protected]>
  • Loading branch information
adelton committed Jan 4, 2025
1 parent f001a35 commit 6b1c47c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ return view.extend({

s.taboption('general', form.Flag, 'expandhosts',
_('Expand hosts'),
_('Add local domain suffix to names served from hosts files.'));
_('Add local domain suffix to names served from hosts files.') + ' ' +_('This also affects names for IPv6 addresses (AAAA).'));

o = s.taboption('logging', form.Flag, 'logqueries',
_('Log queries'),
Expand Down

0 comments on commit 6b1c47c

Please sign in to comment.