diff options
Diffstat (limited to 'deployment/dns/templates')
-rwxr-xr-x | deployment/dns/templates/mageia.org.zone | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index bdf163f3..a50ce65e 100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,7 +7,7 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2017120601 ; Serial + 2017120602 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -51,8 +51,8 @@ valstar IN SSHFP 2 1 c0c45ed25aa8a9f1723a1ae077dcee61677a56a6 ; sucuk ns0 IN A <%= nodes['sucuk']['ipv4'] %> -; krampouezh -ns1 IN A <%= nodes['krampouezh']['ipv4'] %> +; neru +ns1 IN A <%= nodes['neru']['ipv4'] %> ; mageia.org set to IP of champagne : mageia.org. IN A <%= nodes['champagne']['ipv4'] %> |