diff options
author | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2021-12-01 02:12:17 +0100 |
---|---|---|
committer | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2021-12-01 02:12:17 +0100 |
commit | d5b00569af992e1331630805d40788a847a4ce3d (patch) | |
tree | 3a6100d90ec280810cda9572a50b011b3d042cc0 /modules/luci-mod-network/htdocs/luci-static/resources | |
parent | 2ab61de69c5909ab8af2c0dcdd9bc2f49f33384f (diff) |
luci-mod-network: Disambiguate DNS config message
Responses themselves are not RFC1918, but the address types that they
contain may be.
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
Diffstat (limited to 'modules/luci-mod-network/htdocs/luci-static/resources')
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 fc7dc5b51a..76a99c3599 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 @@ -299,7 +299,7 @@ return view.extend({ o = s.taboption('general', form.Flag, 'rebind_protection', _('Rebind protection'), - _('Discard upstream RFC1918 responses.')); + _('Discard upstream responses containing <%s>RFC1918<%s> addresses.').format('a href="https://datatracker.ietf.org/doc/html/rfc1918" target="_blank" rel="noreferrer noopener"', '/a')); o.rmempty = false; o = s.taboption('general', form.Flag, 'rebind_localhost', |