summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:27:36 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:27:41 -0400
commit2fabe5fa2fb0169207f740cabbc7d0b000396f63 (patch)
treefe7a59060e6e0aaebb7d7b32453ae5cd3170a5a3 /src/usr/local/www/services_unbound_advanced.php
parenta1d1ae4fcad0de42a2060c6bcfb89bd8f59a6612 (diff)
downloadpfsense-2fabe5fa2fb0169207f740cabbc7d0b000396f63.zip
pfsense-2fabe5fa2fb0169207f740cabbc7d0b000396f63.tar.gz
Merge pull request #2816 from NOYB/Services_/_DNS_Resolver_-_Remove_Personalizations
(cherry picked from commit 09aad9f8a6f190f4ca5cf2f08a824af695da6304)
Diffstat (limited to 'src/usr/local/www/services_unbound_advanced.php')
-rw-r--r--src/usr/local/www/services_unbound_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_advanced.php b/src/usr/local/www/services_unbound_advanced.php
index 22b9b86..c10c478 100644
--- a/src/usr/local/www/services_unbound_advanced.php
+++ b/src/usr/local/www/services_unbound_advanced.php
@@ -231,7 +231,7 @@ if ($savemsg) {
}
if (is_subsystem_dirty('unbound')) {
- print_apply_box(gettext("The DNS resolver configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
+ print_apply_box(gettext("The DNS resolver configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
$tab_array = array();
@@ -306,7 +306,7 @@ $section->addInput(new Form_Select(
$pconfig['edns_buffer_size'],
array_combine(array("512", "1480", "4096"), array("512", "1480", "4096"))
))->setHelp('Number of bytes size to advertise as the EDNS reassembly buffer size. This is the value that is used in UDP datagrams sent to peers. ' .
- 'RFC recommendation is 4096 (which is the default). If you have fragmentation reassemble problems, usually seen as timeouts, then a value of 1480 should help. ' .
+ 'RFC recommendation is 4096 (which is the default). If fragmentation reassemble problems occur, usually seen as timeouts, then a value of 1480 should help. ' .
'The 512 value bypasses most MTU path problems, but it can generate an excessive amount of TCP fallback.');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud