From 534bd4a17766186f23f577668da7639f3dad4ffd Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 26 Oct 2010 23:54:17 +0000 Subject: - add bind module --- modules/bind/templates/zones/mageia.fr.zone | 27 ++++++++++++ modules/bind/templates/zones/mageia.org.zone | 62 ++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 modules/bind/templates/zones/mageia.fr.zone create mode 100644 modules/bind/templates/zones/mageia.org.zone (limited to 'modules/bind/templates/zones') diff --git a/modules/bind/templates/zones/mageia.fr.zone b/modules/bind/templates/zones/mageia.fr.zone new file mode 100644 index 00000000..fc6d6f59 --- /dev/null +++ b/modules/bind/templates/zones/mageia.fr.zone @@ -0,0 +1,27 @@ +; cfengine-distributed file +; local modifications will be lost +; $Id$ +$TTL 3D +@ IN SOA ns0.zarb.org. mageia.fr. ( + 2008111801 ; Serial + 21600 ; Refresh + 3600 ; Retry + 2419200 ; Expire + 86400 ; Minmun TTL + ) + +; nameservers +@ IN NS ns0.zarb.org. +@ IN NS ns1.zarb.org. + +@ IN MX 10 mx0.zarb.org. +@ IN MX 20 mx1.zarb.org. + +; MX +;@ IN MX 10 mx0.zarb.org. + +; machines +mageia.fr. IN A 212.85.158.22 + +; aliases +www IN CNAME mageia.fr. diff --git a/modules/bind/templates/zones/mageia.org.zone b/modules/bind/templates/zones/mageia.org.zone new file mode 100644 index 00000000..10ce0b22 --- /dev/null +++ b/modules/bind/templates/zones/mageia.org.zone @@ -0,0 +1,62 @@ +; cfengine-distributed file +; local modifications will be lost +; $Id$ +$TTL 3D +@ IN SOA ns0.zarb.org. mageia.org. ( + 2010100507 ; Serial + 21600 ; Refresh + 3600 ; Retry + 2419200 ; Expire + 86400 ; Minmun TTL + ) + +; nameservers +@ IN NS ns0.zarb.org. +@ IN NS ns1.zarb.org. + +@ IN MX 10 mx0.zarb.org. +@ IN MX 20 mx1.zarb.org. + +; MX +;@ IN MX 10 mx0.zarb.org. + +; machines +mageia.org. IN A 212.85.158.22 +www-zarb IN A 212.85.158.22 +; gandi vm 1 +vm-gandi IN A 95.142.164.207 +kouign-amann IN A 95.142.164.207 +krampouezh IN A 95.142.164.207 + +www-aufml IN A 91.121.11.63 +forum IN A 88.191.127.89 + +; lost oasis +alamut IN A 212.85.158.146 +alamut IN AAAA 2a02:2178:2:7::2 +valstar IN A 212.85.158.147 +valstar IN AAAA 2a02:2178:2:7::3 +ecosse IN A 212.85.158.148 +ecosse IN AAAA 2a02:2178:2:7::4 +jonund IN A 212.85.158.149 +jonund IN AAAA 2a02:2178:2:7::5 +fiona IN A 212.85.158.150 +fiona IN AAAA 2a02:2178:2:7::6 + + +; aliases +www IN CNAME www-zarb +blog IN CNAME www-zarb +rsync IN CNAME www-zarb + +svn IN CNAME krampouezh +meetbot IN CNAME krampouezh + +donate IN CNAME www-aufml +donation IN CNAME www-aufml + +puppetmaster IN CNAME valstar + +; temporary +;forum IN A 140.211.167.148 +;wiki IN A 88.191.83.84 -- cgit v1.2.1