diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2011-01-10 03:34:57 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2011-01-10 03:34:57 +0000 |
commit | 88a58bfd40f17cb1c007052617623570d1bfc324 (patch) | |
tree | d24797382a587cb29c5032a0e7b7e642ff9d783f | |
parent | ad07461b6a6078fd3af8b2ffbfed1dc3343bceb5 (diff) | |
download | puppet-88a58bfd40f17cb1c007052617623570d1bfc324.tar puppet-88a58bfd40f17cb1c007052617623570d1bfc324.tar.gz puppet-88a58bfd40f17cb1c007052617623570d1bfc324.tar.bz2 puppet-88a58bfd40f17cb1c007052617623570d1bfc324.tar.xz puppet-88a58bfd40f17cb1c007052617623570d1bfc324.zip |
- reduce TTL from 3 to 1 days, widelly enough
-rw-r--r-- | modules/bind/templates/zones/mageia.org.zone | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bind/templates/zones/mageia.org.zone b/modules/bind/templates/zones/mageia.org.zone index 171e1cd2..c6fb6f31 100644 --- a/modules/bind/templates/zones/mageia.org.zone +++ b/modules/bind/templates/zones/mageia.org.zone @@ -1,9 +1,9 @@ ; puppet-distributed file ; local modifications will be lost ; $Id$ -$TTL 3D +$TTL 1D @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2011010902 ; Serial + 2011011001 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire |