summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-03-22 00:01:52 -0400
committerChris Buechler <cmb@pfsense.org>2010-03-22 00:01:52 -0400
commitdc95bd08174ea17a69bdc6fc76e3473b039c4363 (patch)
tree53b16d3f06a0cce999d2612e5cba4191fcda6d4c
parent27f9c8b42ba14d3bf90eb7e427e2bd018dec9ac1 (diff)
downloadpfsense-dc95bd08174ea17a69bdc6fc76e3473b039c4363.zip
pfsense-dc95bd08174ea17a69bdc6fc76e3473b039c4363.tar.gz
fix text
-rw-r--r--usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index d0306e6..7c75d22 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -295,7 +295,7 @@ function update_description(itemnum) {
<td width="22%" valign="top" class="vncell">Disable NAT Reflection</td>
<td width="78%" class="vtable">
<input name="disablenatreflection" type="checkbox" id="disablenatreflection" value="yes" <?php if (isset($config['system']['disablenatreflection'])) echo "checked"; ?> />
- <strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks. Note: Reflection only works on port forward type items and does not work for large ranges > 500 ports.</strong>
+ <strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks. Note: Reflection is only enabled for port forward entries and is skipped for ranges larger than 500 ports.</strong>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud