summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-07-18 20:32:54 +0200
committerdoktornotor <notordoktor@gmail.com>2015-07-18 20:32:54 +0200
commit612da355834e63769303d678c086f3b5444ec07f (patch)
tree962254dd5ff72263310efef3eb83365bf14e1d8e
parent117948fdaa89fe78327eea9d914fe8474743f9fb (diff)
downloadpfsense-612da355834e63769303d678c086f3b5444ec07f.zip
pfsense-612da355834e63769303d678c086f3b5444ec07f.tar.gz
Bug #4551 - consistent usage of Forwarder/Resolver across the WebGUI
Clarify that this applies to DNS Resolver as well.
-rw-r--r--usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 12444ec..b275129 100644
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -431,7 +431,7 @@ include("head.inc");
<br />
<input name="dnslocalhost" type="checkbox" id="dnslocalhost" value="yes" <?php if ($pconfig['dnslocalhost']) echo "checked=\"checked\""; ?> />
<strong>
- <?=gettext("Do not use the DNS Forwarder as a DNS server for the firewall"); ?>
+ <?=gettext("Do not use the DNS Forwarder or Resolver as a DNS server for the firewall"); ?>
</strong>
<br />
<?=gettext("By default localhost (127.0.0.1) will be used as the first DNS server where the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, so system can use the local DNS service to perform lookups. ".
OpenPOWER on IntegriCloud