Skip to content

Commit eba8df5

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 89344a3 commit eba8df5

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
@@ -473,7 +473,7 @@
473473
</div>
474474
</div>
475475
<div class="form-group">
476-
<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>
476+
<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>
477477
<div class="col-sm-10">
478478
<?php if($active_user->admin) { ?>
479479
<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)