summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-06-02 01:24:49 -0500
committerChris Buechler <cmb@pfsense.org>2015-06-02 01:24:49 -0500
commit75eef6cac7cf940eb5c504f773b36989cbdcfea5 (patch)
tree4f10feca88b95168f115dbf684b91b696f615469 /usr/local/www/services_dhcp.php
parentc4b3bd50fcdf96ee81e8352e3d3c524a2c3b6cf2 (diff)
downloadpfsense-75eef6cac7cf940eb5c504f773b36989cbdcfea5.zip
pfsense-75eef6cac7cf940eb5c504f773b36989cbdcfea5.tar.gz
Clarify DNS Forwarder and Resolver both apply in these places. partially Ticket #3730
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rw-r--r--usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index ef56caa..e6bdd8d 100644
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -995,7 +995,7 @@ include("head.inc");
<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br />
<input name="dns3" type="text" class="formfld unknown" id="dns3" size="20" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br />
<input name="dns4" type="text" class="formfld unknown" id="dns4" size="20" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br />
- <?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
+ <?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud