You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: templates/zone.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@
473
473
</div>
474
474
</div>
475
475
<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>
0 commit comments