From 6b1c47c4f3d0dabee68c1e96186d954da831968c Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sat, 4 Jan 2025 00:04:18 +0100 Subject: [PATCH] luci-mod-network: The expand-hosts seems to also affect the AAAA DNS records. Signed-off-by: Jan Pazdziora --- .../htdocs/luci-static/resources/view/network/dhcp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 28d824a08e04..6cc0fc7ed3ad 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -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'),