summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-12 19:24:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-12 19:24:01 +0000
commit85c4dee1200a38e2064124485dfd126441515995 (patch)
treec9c8087aa0c138d2ed7febffdb45100a027a6566 /usr
parent95716d76e206b6a26771c5295051a04cb2a1f60e (diff)
downloadpfsense-85c4dee1200a38e2064124485dfd126441515995.zip
pfsense-85c4dee1200a38e2064124485dfd126441515995.tar.gz
Update reflection blurb to "Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks"
Suggested-by: cmb
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 9e6dfc7..e616a3b 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -605,7 +605,7 @@ include("head.inc");
<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"; ?> onclick="enable_change(false)" />
- <strong>Disables the automatic creation of NAT redirect rules for LAN/OPTIONAL interfaces that redirect from WAN -> LAN, etc.</strong>
+ <strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks</strong>
</td>
</tr>
OpenPOWER on IntegriCloud