Skip to content

Commit 609a472

Browse files
committed
Correct Minimum TTL description
Queries for type FOO for a leaf that only have type BAR will return a NOERROR response without a value for FOO. This case is also covered by the Minimum TTL.
1 parent 0bb6ab5 commit 609a472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/zone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
</div>
471471
</div>
472472
<div class="form-group">
473-
<label for="default_ttl" class="col-sm-2 control-label"><abbr title="The time a NAME ERROR = NXDOMAIN result may be cached by any resolver.">Minimum TTL</abbr></label>
473+
<label for="default_ttl" class="col-sm-2 control-label"><abbr title="The time a valueless answer to a question may be cached by any resolver unless the SOA TTL is lower.">Minimum TTL</abbr></label>
474474
<div class="col-sm-10">
475475
<?php if($active_user->admin) { ?>
476476
<input type="text" class="form-control" id="default_ttl" name="default_ttl" required pattern="([0-9]+[smhdwSMHDW]?)+" maxlength="40" value="<?php out(DNSTime::abbreviate($zone->soa->default_ttl))?>">

0 commit comments

Comments
 (0)