diff options
Diffstat (limited to 'deployment/dns')
-rwxr-xr-x | deployment/dns/templates/mageia.org.zone | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 5d46b561..b7bfbf7b 100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -68,7 +68,6 @@ torrent IN A <%= nodes['alamut']['ipv4'] %> torrent IN AAAA <%= nodes['alamut']['ipv6'] %> ; aliases -www IN CNAME alamut www-test IN CNAME champagne static IN CNAME champagne start IN CNAME champagne @@ -116,8 +115,9 @@ forums IN CNAME alamut forum IN CNAME alamut treasurer IN CNAME alamut -bugs-dev IN CNAME sucuk +bugs-dev IN CNAME sucuk nav IN CNAME sucuk +www IN CNAME sucuk ; build nodes aliases jonund0 IN CNAME jonund |