diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/fake-222/kassandra-production.dk | 13 | ||||
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 | ||||
-rw-r--r-- | bind/pri/kassandra-production.dk | 13 |
4 files changed, 28 insertions, 2 deletions
diff --git a/bind/fake-222/kassandra-production.dk b/bind/fake-222/kassandra-production.dk new file mode 100644 index 0000000..7cbb938 --- /dev/null +++ b/bind/fake-222/kassandra-production.dk @@ -0,0 +1,13 @@ +$TTL 1w +@ IN SOA localhost. root.localhost. ( + 1 + 1w 1d 30d 3h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/A-222 +$INCLUDE /etc/local-JONES.DK/bind/skel/MX + NS localhost. + +www CNAME xayide.jones.dk. + +omni CNAME xayide.jones.dk. +www.omni CNAME xayide.jones.dk. diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index f91caf0..390dd5d 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -28,7 +28,7 @@ zone "jones.dk" { file "JONES.DK/fake-222/jones.dk"; }; // Jones zone "kassandra-production.dk" { type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Annika Lewis (owner=Spiff) + file "/etc/local-JONES.DK/bind/fake-222/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) zone "majasguf.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 4bcabb5..ae92f56 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -26,7 +26,7 @@ zone "jones.dk" { file "JONES.DK/pri/jones.dk"; }; // Jones zone "kassandra-production.dk" { type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Annika Lewis (owner=Spiff) + file "/etc/local-JONES.DK/bind/pri/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones diff --git a/bind/pri/kassandra-production.dk b/bind/pri/kassandra-production.dk new file mode 100644 index 0000000..e3aeb9d --- /dev/null +++ b/bind/pri/kassandra-production.dk @@ -0,0 +1,13 @@ +$TTL 1h +@ SOA dns.jones.dk. dr.jones.dk. ( + 2016101301 + 1h 30m 1w 1h ) + +$INCLUDE /etc/local-JONES.DK/bind/skel/NS +$INCLUDE /etc/local-JONES.DK/bind/skel/A +$INCLUDE /etc/local-JONES.DK/bind/skel/MX + +www CNAME xayide.jones.dk. + +omni CNAME xayide.jones.dk. +www.omni CNAME xayide.jones.dk. |