mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: remove a lie
This commit is contained in:
parent
bcbfb5750d
commit
32d2e31fd2
@ -1703,11 +1703,9 @@ include("head.inc");
|
||||
<input name="blockbogons" type="checkbox" id="blockbogons" value="yes" <?=!empty($pconfig['blockbogons']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<div class="hidden" for="help_for_blockbogons">
|
||||
<?=gettext("When set, this option blocks traffic from IP addresses that are reserved " .
|
||||
"(but not RFC 1918) or not yet assigned by IANA."); ?>
|
||||
"(but not RFC 1918) or not yet assigned by IANA."); ?>
|
||||
<?=gettext("Bogons are prefixes that should never appear in the Internet routing table, " .
|
||||
"and obviously should not appear as the source address in any packets you receive."); ?>
|
||||
<br /><br />
|
||||
<?=gettext("Note: The update frequency can be changed under System->Advanced Firewall/NAT settings.")?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user