diff options
author | Erik Fonnesbeck <efonnes@gmail.com> | 2010-05-04 17:24:55 -0600 |
---|---|---|
committer | Erik Fonnesbeck <efonnes@gmail.com> | 2010-05-04 17:24:55 -0600 |
commit | 0bf53f553d67c31da6028e61b9662f12a7098769 (patch) | |
tree | 7ef90d05dd013c95e92cbcd332f60e9c914cc3f3 /usr | |
parent | df66409b8c42d508447d00501e192ba39ffd0455 (diff) | |
download | pfsense-0bf53f553d67c31da6028e61b9662f12a7098769.zip pfsense-0bf53f553d67c31da6028e61b9662f12a7098769.tar.gz |
Remove note about reflection being skipped on large port ranges.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_firewall.php | 2 |
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 15be0f2..e8a4173 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 is only enabled for port forward entries and is skipped for ranges larger than 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.</strong> </td> </tr> <tr> |