From a9e8e39de1480d9f03cfd3fd6c5ac301225a62b6 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 4 Dec 2023 05:16:23 +0100 Subject: [PATCH] Merge pull request #6712 from systemcrash/discard_text luci-mod-network: Extend helptext for RFC1918 rebind_protection (cherry picked from commit d75626efcdf322a2c16559c11d5a53bab6dbd8a3) --- .../htdocs/luci-static/resources/view/network/dhcp.js | 3 ++- 1 file changed, 2 insertions(+), 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 c62231fe20..3bb92c57e5 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 @@ -309,7 +309,8 @@ return view.extend({ o = s.taboption('general', form.Flag, 'rebind_protection', _('Rebind protection'), - _('Discard upstream responses containing RFC1918 addresses.').format('https://datatracker.ietf.org/doc/html/rfc1918')); + _('Discard upstream responses containing RFC1918 addresses.').format('https://www.rfc-editor.org/rfc/rfc1918') + '
' + + _('Discard also upstream responses containing RFC4193, Link-Local and private IPv4-Mapped RFC4291 IPv6 Addresses.').format('https://www.rfc-editor.org/rfc/rfc4193', 'https://www.rfc-editor.org/rfc/rfc4291')); o.rmempty = false; o = s.taboption('general', form.Flag, 'rebind_localhost', -- 2.30.2