diff options
Diffstat (limited to 'deployment/dns/templates/mageia.org.zone')
-rwxr-xr-x | deployment/dns/templates/mageia.org.zone | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 648a7b61..b81a4c16 100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -6,8 +6,8 @@ ; local modifications will be lost ; $Id$ $TTL 30m -@ IN SOA ns0.mageia.org. root.mageia.org. ( - 2017042101 ; Serial +@ IN SOA ns2.mageia.org. root.mageia.org. ( + 2017042401 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -63,8 +63,8 @@ www-zarb IN A 212.85.158.22 madb IN A 163.172.201.211 ; since we have a subdomain, we cannot use a CNAME -ml IN A <%= nodes['alamut']['ipv4'] %> -ml IN AAAA <%= nodes['alamut']['ipv6'] %> +ml IN A <%= nodes['sucuk']['ipv4'] %> +ml IN AAAA <%= nodes['sucuk']['ipv6'] %> ; mga torrent server and tracker torrent IN A <%= nodes['alamut']['ipv4'] %> torrent IN AAAA <%= nodes['alamut']['ipv6'] %> |