diff options
author | Nicolas Vigier <boklm@mageia.org> | 2010-11-02 13:16:01 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2010-11-02 13:16:01 +0000 |
commit | b04fb7d5e71a916b7e111cc4d9272b7305658d28 (patch) | |
tree | 4feb556a99c6b75e061f3b029e4f6691718c4162 /modules | |
parent | f1c2681ca0458ffcba622f6a45d0ca29e57e3c70 (diff) | |
download | puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar.gz puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar.bz2 puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar.xz puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.zip |
dns servers moved to ns0.mageia.org and ns1.mageia.org
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bind/templates/zones/mageia.fr.zone | 8 | ||||
-rw-r--r-- | modules/bind/templates/zones/mageia.org.zone | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/modules/bind/templates/zones/mageia.fr.zone b/modules/bind/templates/zones/mageia.fr.zone index fc6d6f59..70ecc840 100644 --- a/modules/bind/templates/zones/mageia.fr.zone +++ b/modules/bind/templates/zones/mageia.fr.zone @@ -2,8 +2,8 @@ ; local modifications will be lost ; $Id$ $TTL 3D -@ IN SOA ns0.zarb.org. mageia.fr. ( - 2008111801 ; Serial +@ IN SOA ns0.mageia.org. mageia.fr. ( + 2010110200 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -11,8 +11,8 @@ $TTL 3D ) ; nameservers -@ IN NS ns0.zarb.org. -@ IN NS ns1.zarb.org. +@ IN NS ns0.mageia.org. +@ IN NS ns1.mageia.org. @ IN MX 10 mx0.zarb.org. @ IN MX 20 mx1.zarb.org. diff --git a/modules/bind/templates/zones/mageia.org.zone b/modules/bind/templates/zones/mageia.org.zone index 796e6592..c50cb20a 100644 --- a/modules/bind/templates/zones/mageia.org.zone +++ b/modules/bind/templates/zones/mageia.org.zone @@ -3,7 +3,7 @@ ; $Id$ $TTL 3D @ IN SOA ns0.zarb.org. mageia.org. ( - 2010110200 ; Serial + 2010110201 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -11,8 +11,8 @@ $TTL 3D ) ; nameservers -@ IN NS ns0.zarb.org. -@ IN NS ns1.zarb.org. +@ IN NS ns0.mageia.org. +@ IN NS ns1.mageia.org. @ IN MX 10 mx0.zarb.org. @ IN MX 20 mx1.zarb.org. |