summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-05 11:18:46 +0000
committerGitHub <noreply@github.com>2017-03-05 11:18:46 +0000
commitde55303c3af5cb5578944b9790b055695d75ba43 (patch)
tree666109600d87bdb5f328f5b336cd5b4157f6583f /src/usr
parent619d8ac808dc906edf7f7c0617379c19c8b6865e (diff)
downloadpfsense-de55303c3af5cb5578944b9790b055695d75ba43.zip
pfsense-de55303c3af5cb5578944b9790b055695d75ba43.tar.gz
Clearer narrative for domain override on main resolver config page
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_unbound.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 471bc7a..f1b9b66 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -441,8 +441,8 @@ events.push(function() {
<thead>
<tr>
<th><?=gettext("Host")?></th>
- <th><?=gettext("Domain")?></th>
- <th><?=gettext("IP")?></th>
+ <th><?=gettext("Host's parent domain")?></th>
+ <th><?=gettext("IP to return")?></th>
<th><?=gettext("Description")?></th>
<th><?=gettext("Actions")?></th>
</tr>
@@ -504,6 +504,13 @@ endforeach;
</div>
</div>
+<span class="help-block">
+ Enter any individual hosts for which the resolver's standard DNS lookup process should be overridden and a specific
+ IPv4 or IPv6 address should automatically be returned by the resolver. Standard and also non-standard names and parent domains
+ can be entered, such as 'test', 'mycompany.localdomain', '1.168.192.in-addr.arpa', or 'somesite.com'. Any lookup attempt for
+ the host will automatically return the given IP, and the usual lookup server for the domain will not be queried for the host's records.
+</span>
+
<nav class="action-buttons">
<a href="services_unbound_host_edit.php" class="btn btn-sm btn-success">
<i class="fa fa-plus icon-embed-btn"></i>
@@ -518,7 +525,7 @@ endforeach;
<thead>
<tr>
<th><?=gettext("Domain")?></th>
- <th><?=gettext("IP")?></th>
+ <th><?=gettext("IP of lookup server")?></th>
<th><?=gettext("Description")?></th>
<th><?=gettext("Actions")?></th>
</tr>
OpenPOWER on IntegriCloud