Revision 9a129119
Added by Jim Pingle almost 2 years ago
src/usr/local/www/services_unbound_advanced.php | ||
---|---|---|
405 | 405 |
'TTL for Host Cache Entries', |
406 | 406 |
$pconfig['infra_host_ttl'], |
407 | 407 |
array_combine(array("60", "120", "300", "600", "900"), array("1 " . $mnt, "2 " . $mnt, "5 " . $mnt, "10 " . $mnt, "15 " . $mnt)) |
408 |
))->setHelp('Time to Live, in seconds, for entries in the infrastructure host cache. The infrastructure host cache contains round trip timing, lameness, and EDNS support information for DNS servers. The default value is 15 minutes.');
|
|
408 |
))->setHelp('Time to Live duration for entries in the infrastructure host cache. The infrastructure host cache contains round trip timing, lameness, and EDNS support information for DNS servers. The default value is 15 minutes.');
|
|
409 | 409 |
|
410 | 410 |
$section->addInput(new Form_Select( |
411 | 411 |
'infra_cache_numhosts', |
Also available in: Unified diff
Correct ambiguous Unbound TTL Host Cache descr text. Fixes #14358
(cherry picked from commit d9982f0f4b5401823f85b27d313c2fdc12b235e3)