summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-01-02 00:09:28 +0100
committerRenato Botelho <renato@netgate.com>2017-01-04 14:07:07 -0200
commit1d0322b5c2dfadfd5f7c7bc242eeb4efa3d82494 (patch)
treedc052c1fb9c10fceba07af64be290987f5b28bfd
parent9e0fab8861eeecfd8b0c45327bd0f474d153883a (diff)
downloadpfsense-1d0322b5c2dfadfd5f7c7bc242eeb4efa3d82494.zip
pfsense-1d0322b5c2dfadfd5f7c7bc242eeb4efa3d82494.tar.gz
Improve Unbound forwarding mode description
Make this consistent with System - General Setup - DNS Server Settings. (cherry picked from commit 58523c575f9d075f0a8195e0889606955c76b227)
-rw-r--r--src/usr/local/www/services_unbound.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 989b6c8..06f630d 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -349,7 +349,9 @@ $section->addInput(new Form_Checkbox(
'DNS Query Forwarding',
'Enable Forwarding Mode',
$pconfig['forwarding']
-));
+))->setHelp(sprintf('If this option is set, DNS queries will be forwarded to the upstream DNS servers defined under'.
+ ' %sSystem: General Setup%s or those obtained via DHCP/PPP on WAN'.
+ ' (if DNS Server Override is enabled there).','<a href="system.php">','</a>'));
$section->addInput(new Form_Checkbox(
'regdhcp',
OpenPOWER on IntegriCloud