diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 03:35:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 03:35:54 +0000 |
commit | 0119fc6952e51282c465bd58f0bff8181e09e315 (patch) | |
tree | 14f21b68b510fd9c5bffecc7ce7235176808fdec /usr | |
parent | 99ce7a3e66eaa7dbafbed699e1fe120604c058c0 (diff) | |
download | pfsense-0119fc6952e51282c465bd58f0bff8181e09e315.zip pfsense-0119fc6952e51282c465bd58f0bff8181e09e315.tar.gz |
MFC 9566
Correct textq
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 4 |
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> |