summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-04-13 16:45:43 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-04-13 11:07:44 -0300
commit222e6390e38c264f62ed1743260ed2a58599c1e6 (patch)
tree13ad99b022aea79ed09d43a2be7b3d687241009f /usr/local/www/services_unbound.php
parent750695f54ae803f2fafa8adce62b2dd63af3e037 (diff)
downloadpfsense-222e6390e38c264f62ed1743260ed2a58599c1e6.zip
pfsense-222e6390e38c264f62ed1743260ed2a58599c1e6.tar.gz
Domain override with multiple authoritative DNS servers
Tell users that this is possible in DNS Resolver and how to achieve it. The code in unbound.inc already supports it and works. I had asked for this in Redmine feature request #4350 and when I went to look at coding to implement it I found code that already did it. So IMHO it is worth telling users.
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index f33b16c..f831cfa 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -501,7 +501,8 @@ function show_advanced_dns() {
</tr>
<tr>
<td><p><?=gettext("Entries in this area override an entire domain by specifying an".
- " authoritative DNS server to be queried for that domain.");?></p></td>
+ " authoritative DNS server to be queried for that domain.");?>
+ <?=gettext("If there are multiple authoritative DNS servers available for a domain then make a separate entry for each, using the same domain name.");?></p></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont sortable" summary="results">
OpenPOWER on IntegriCloud