diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-12-20 13:27:30 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-12-20 13:27:30 +0000 |
commit | 4b039ca31a1965b966f596b8a64e31db18c972bd (patch) | |
tree | e6b1afdc10c180d3fb370f6aa1c845a54f761cb9 | |
parent | 55b85ce7d32eb2bdee52e9191eb6e2ee75e8a7d6 (diff) | |
download | puppet-4b039ca31a1965b966f596b8a64e31db18c972bd.tar puppet-4b039ca31a1965b966f596b8a64e31db18c972bd.tar.gz puppet-4b039ca31a1965b966f596b8a64e31db18c972bd.tar.bz2 puppet-4b039ca31a1965b966f596b8a64e31db18c972bd.tar.xz puppet-4b039ca31a1965b966f596b8a64e31db18c972bd.zip |
change default TTL to 1h for faster dns updates
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 4cfa7e80..92424bae 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -1,9 +1,9 @@ ; puppet-distributed file ; local modifications will be lost ; $Id$ -$TTL 1D +$TTL 1h @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2011121901 ; Serial + 2011122000 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire |