Rajoute un warning pour ne pas mettre un ttl trop bas
This commit is contained in:
parent
363c7a2d32
commit
7cbee9961d
|
@ -221,7 +221,7 @@ if (!$r['noerase']) {
|
|||
<tr>
|
||||
<td><?php __("Define TTL for the zone records"); ?> : </td>
|
||||
<td>
|
||||
<input type="text" id="ttldns" class="inc" name="ttl" size="6" value="<?php echo ($r["zonettl"]); ?>" /> <?php __("seconds"); ?>
|
||||
<input type="text" id="ttldns" class="inc" name="ttl" size="6" value="<?php echo ($r["zonettl"]); ?>" /> <?php __("seconds"); ?> <small><i><?php __("Warning: a low TTL can be problematic. It is recommended not to use a lower TTL than 3600 seconds."); ?></i></small>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue