From bc1493e9a3d1030818a5b5e0c8f52da21203a2c8 Mon Sep 17 00:00:00 2001 From: 4ndr3 <4ndr3@users.noreply.github.com> Date: Sat, 25 Apr 2015 16:54:43 +0200 Subject: [PATCH] =?UTF-8?q?Zone=20helgoland.freifunk.net=20hinzugef=C3=BCg?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helgo.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/helgo.conf b/helgo.conf index f7d2959..b85f9b8 100644 --- a/helgo.conf +++ b/helgo.conf @@ -6,6 +6,19 @@ zone "helgo" IN { allow-update { key srv01-zone-key.; key srv01-userdomain-key.; }; }; +zone "helgoland.freifunk.net" IN { + type master; + allow-transfer { + 81.7.15.101; # named.exosphere.de + # 78.47.49.236; # ns.ohrensessel.net + }; + also-notify { + 81.7.15.101; # named.exosphere.de + @ 78.47.49.236; # ns.ohrensessel.net + }; + file "/etc/bind/master/db.net.freifunk.helgoland"; +}; + #And the reverse Zone for our IPv4 subnet zone "189.10.in-addr.arpa" IN { type master;