diff options
author | doktornotor <notordoktor@gmail.com> | 2017-01-02 00:09:28 +0100 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-01-04 14:07:07 -0200 |
commit | 1d0322b5c2dfadfd5f7c7bc242eeb4efa3d82494 (patch) | |
tree | dc052c1fb9c10fceba07af64be290987f5b28bfd | |
parent | 9e0fab8861eeecfd8b0c45327bd0f474d153883a (diff) | |
download | pfsense-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.php | 4 |
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', |