Skip to content

Commit dfd32f5

Browse files
committed
luci-mod-network: The expand-hosts seems to also affect the AAAA DNS records.
Signed-off-by: Jan Pazdziora <jan.pazdziora@code.adelton.com>
1 parent f001a35 commit dfd32f5

File tree

1 file changed

+1
-1
lines changed
  • modules/luci-mod-network/htdocs/luci-static/resources/view/network

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ return view.extend({
430430

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

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

0 commit comments

Comments
 (0)