From 08348f352a4e68105de3c73d5d5e817ca9b2cce8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 5 Jul 2014 21:41:56 +0200 Subject: Fix add slave list for new realm FREE-OWL.DE. --- bind/named.conf.FREE-OWL.DE | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bind/named.conf.FREE-OWL.DE (limited to 'bind') diff --git a/bind/named.conf.FREE-OWL.DE b/bind/named.conf.FREE-OWL.DE new file mode 100644 index 0000000..320d6b6 --- /dev/null +++ b/bind/named.conf.FREE-OWL.DE @@ -0,0 +1,3 @@ +zone "free-owl.de"{ + type slave; masters { 217.197.91.142; }; + file "db.biks.dk"; }; -- cgit v1.2.3