summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authorRobbert Rijkse <robbert@rijkse.me>2017-05-09 19:52:13 -0400
committerRobbert Rijkse <robbert@rijkse.me>2017-05-09 19:52:13 -0400
commit49d9b45f92b67757555e84fa199f623f4165b962 (patch)
tree9f091aec3a10bc86dcbcce13a380543ff3cbcecb /src/usr/local/www/services_unbound_advanced.php
parent409165fde88e11eb057173c5d223eedc79d8d13c (diff)
downloadpfsense-49d9b45f92b67757555e84fa199f623f4165b962.zip
pfsense-49d9b45f92b67757555e84fa199f623f4165b962.tar.gz
Make the changes suggested by jim-p and changed the way the disable function work to ensure the manually added host entries or DHCP reservations still work.
Diffstat (limited to 'src/usr/local/www/services_unbound_advanced.php')
-rw-r--r--src/usr/local/www/services_unbound_advanced.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound_advanced.php b/src/usr/local/www/services_unbound_advanced.php
index efe7269..2620d3e 100644
--- a/src/usr/local/www/services_unbound_advanced.php
+++ b/src/usr/local/www/services_unbound_advanced.php
@@ -71,7 +71,7 @@ if (isset($config['unbound']['disable_auto_added_access_control'])) {
$pconfig['disable_auto_added_access_control'] = true;
}
-if (isset($config['unbound']['disable_auto_host_entries'])) {
+if (isset($config['unbound']['disable_auto_added_host_entries'])) {
$pconfig['disable_auto_added_host_entries'] = true;
}
@@ -364,8 +364,7 @@ $section->addInput(new Form_Checkbox(
'Disable Auto-added Host Entries',
'Disable the automatically-added host entries',
$pconfig['disable_auto_added_host_entries']
-))->setHelp('By default, the primary IPv4 and IPv6 addresses of the pfsense machine are added as records for the pfSense system domain (System | General Setup | Domain). ' .
- 'This disables the auto generation of these entries.');
+))->setHelp('By default, the primary IPv4 and IPv6 addresses of of this firewall are added as records for the system domain of this firewall as configured in %1$sSystem: General Setup%2$s. This disables the auto generation of these entries.', '<a href="system.php">', '</a>');
$section->addInput(new Form_Checkbox(
'use_caps',
OpenPOWER on IntegriCloud