summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-28 03:35:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-28 03:35:54 +0000
commit0119fc6952e51282c465bd58f0bff8181e09e315 (patch)
tree14f21b68b510fd9c5bffecc7ce7235176808fdec
parent99ce7a3e66eaa7dbafbed699e1fe120604c058c0 (diff)
downloadpfsense-0119fc6952e51282c465bd58f0bff8181e09e315.zip
pfsense-0119fc6952e51282c465bd58f0bff8181e09e315.tar.gz
MFC 9566
Correct textq
-rw-r--r--usr/local/www/wizards/setup_wizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index be80e5c..8015a63 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -349,10 +349,10 @@
<field>
<donotdisable>true</donotdisable>
<name>Block bogon networks</name>
- <description>Block bogon networks When set, this option blocks traffic from IP addresses that are reserved (but not RFC 1918) or not yet assigned by IANA. 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.When set, this option blocks traffic from IP addresses that are reserved for private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as loopback addresses (127/8). You should generally leave this option turned on, unless your WAN network lies in such a private address space, too.</description>
+ <description>Block bogon networks when set, this option blocks traffic from IP addresses that are reserved (but not RFC 1918) or not yet assigned by IANA. 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.</description>
<type>checkbox</type>
<bindstofield>interfaces->wan->blockbogons</bindstofield>
- <typehint>Block bogon networks When set, this option blocks traffic from IP addresses that are reserved (but not RFC 1918) or not yet assigned by IANA. 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.When set, this option blocks traffic from IP addresses that are reserved for private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as loopback addresses (127/8). You should generally leave this option turned on, unless your WAN network lies in such a private address space, too.</typehint>
+ <typehint>Block non-Internet routed networks from entering via WAN</typehint>
</field>
<field>
<name>Next</name>
OpenPOWER on IntegriCloud