diff options
Diffstat (limited to 'deployment/dns/templates/mageia.org.zone')
-rwxr-xr-x | deployment/dns/templates/mageia.org.zone | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index a60c72d9..50fc8ab9 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. ( - 2018080401 ; Serial + 2018080501 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -133,5 +133,7 @@ rabbit1 IN CNAME rabbit rabbit2 IN CNAME rabbit scwx861 IN CNAME scwx86 scwx862 IN CNAME scwx86 +scwaarch641 IN CNAME scwaarch64 +scwaarch642 IN CNAME scwaarch64 <%# vim: set filetype=bindzone : -%> |