From: Paul Donald Date: Mon, 20 Nov 2023 17:39:41 +0000 (+0100) Subject: luci-mod-network: Extend helptext for RFC1918 rebind_protection X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F6712%2Fhead;p=project%2Fluci.git luci-mod-network: Extend helptext for RFC1918 rebind_protection Signed-off-by: Paul Donald --- 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 04b57a277d..fc96576f2d 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 @@ -310,7 +310,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',