aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/dns/templates/mageia.org.zone
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/dns/templates/mageia.org.zone')
-rwxr-xr-xdeployment/dns/templates/mageia.org.zone4
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone
index a50ce65e..93e41bf3 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. (
- 2017120602 ; Serial
+ 2017120603 ; Serial
7200 ; Refresh
3600 ; Retry
86400 ; Expire
@@ -51,8 +51,10 @@ valstar IN SSHFP 2 1 c0c45ed25aa8a9f1723a1ae077dcee61677a56a6
; sucuk
ns0 IN A <%= nodes['sucuk']['ipv4'] %>
+ns0 IN AAAA <%= nodes['sucuk']['ipv6'] %>
; neru
ns1 IN A <%= nodes['neru']['ipv4'] %>
+ns1 IN AAAA <%= nodes['neru']['ipv6'] %>
; mageia.org set to IP of champagne :
mageia.org. IN A <%= nodes['champagne']['ipv4'] %>