Rajoute un warning pour ne pas mettre un ttl trop bas

This commit is contained in:
Alan Garcia 2013-07-10 07:09:01 +00:00
parent 363c7a2d32
commit 7cbee9961d
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ if (!$r['noerase']) {
<tr>
<td><?php __("Define TTL for the zone records"); ?>&nbsp;: </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>