summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-01-18 21:36:56 -0500
committerChris Buechler <cmb@pfsense.org>2011-01-18 21:36:56 -0500
commitff998f10e47734bf8533d58b296e1e3ec2f306df (patch)
tree2e34f700d8d48a72da2d06d787c5eba9b4c9b474 /usr/local/www/system_advanced_admin.php
parent532cb894992f00952581ae913646891829ffc3fa (diff)
downloadpfsense-ff998f10e47734bf8533d58b296e1e3ec2f306df.zip
pfsense-ff998f10e47734bf8533d58b296e1e3ec2f306df.tar.gz
fix DNS rebinding descr
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 591ab8e..7b4b8e3 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -346,12 +346,12 @@ function prot_change() {
<td width="22%" valign="top" class="vncell"><?=gettext("DNS Rebind Check"); ?></td>
<td width="78%" class="vtable">
<input name="nodnsrebindcheck" type="checkbox" id="nodnsrebindcheck" value="yes" <?php if ($pconfig['nodnsrebindcheck']) echo "checked"; ?> />
- <strong><?=gettext("Disable webConfigurator DNS Rebinding Checks"); ?></strong>
+ <strong><?=gettext("Disable DNS Rebinding Checks"); ?></strong>
<br/>
- <?php echo gettext("When this is unchecked, access to the webConfigurator " .
+ <?php echo gettext("When this is unchecked, your system " .
"is protected against <a href=\"http://en.wikipedia.org/wiki/DNS_rebinding\">DNS Rebinding attacks</a>. " .
- "Check this box to disable this protection if you find that it interferes with " .
- "webConfigurator access in certain corner cases. "); ?>
+ "This blocks private IP responses from your configured DNS servers. Check this box to disable this protection if it interferes with " .
+ "webConfigurator access or name resolution in your environment. "); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud