Project

General

Profile

« Previous | Next » 

Revision 74ab379d

Added by Chris Buechler over 10 years ago

touch up Unbound text

View differences:

usr/local/www/services_unbound_advanced.php
254 254
								<td width="22%" valign="top" class="vncell"><?=gettext("Prefetch DNS Key Support");?></td>
255 255
								<td width="78%" class="vtable">
256 256
									<input name="prefetchkey" type="checkbox" id="prefetchkey" value="yes" <?php if (isset($pconfig['prefetchkey'])) echo "checked=\"checked\"";?> /><br />
257
									<?=sprintf(gettext("DNSKEY's are fetched earlier in the validation process when a %sDelegation signer%s is encountered. This helps lower the latency of requests but does utilize a little more CPU."), "<a href='http://en.wikipedia.org/wiki/List_of_DNS_record_types'>", "</a>");?>
257
									<?=sprintf(gettext("DNSKEYs are fetched earlier in the validation process when a %sDelegation signer%s is encountered. This helps lower the latency of requests but does utilize a little more CPU."), "<a href='http://en.wikipedia.org/wiki/List_of_DNS_record_types'>", "</a>");?>
258 258
								</td>
259 259
							</tr>
260 260
							<tr>
261 261
								<td width="22%" valign="top" class="vncell"><?=gettext("Harden Glue");?></td>
262 262
								<td width="78%" class="vtable">
263 263
									<input name="hardenglue" type="checkbox" id="hardenglue" value="yes" <?php if (isset($pconfig['hardenglue'])) echo "checked=\"checked\"";?> /><br />
264
									<?=gettext("Only trust glue if it is within the servers authority.");?>
264
									<?=gettext("Only trust glue if it is within the server's authority.");?>
265 265
								</td>
266 266
							</tr>
267 267
							<tr>

Also available in: Unified diff