From 680e36571404cf2bc1a02a5cea7b7a857c778524 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 16 Oct 2011 16:00:19 +0000 Subject: Add the new reverse zone to the two other places it needs to be added to --- modules/bind/templates/named_master.conf | 5 +++++ modules/bind/templates/named_slave.conf | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'modules/bind') diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf index d0c20126..30b3418f 100644 --- a/modules/bind/templates/named_master.conf +++ b/modules/bind/templates/named_master.conf @@ -22,3 +22,8 @@ zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN { allow-update { none; }; }; +zone "2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa" IN { + type master; + file "reverse/2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa.zone"; + allow-update { none; }; +}; diff --git a/modules/bind/templates/named_slave.conf b/modules/bind/templates/named_slave.conf index b1828e5c..feae30ef 100644 --- a/modules/bind/templates/named_slave.conf +++ b/modules/bind/templates/named_slave.conf @@ -24,4 +24,8 @@ zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN { allow-update { 212.85.158.146; }; }; - +zone "2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa" IN { + type slave; + file "slave/2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa.zone"; + allow-update { 212.85.158.146; }; +}; -- cgit v1.2.1