From be30569cd931511fe4b7b30c1de30ad2720c27f9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 11 Jun 2002 16:48:41 +0000 Subject: Add fake steenwinkel.dk domain as well. --- bind/named_STEENWINKEL_fake.conf | 2 ++ bind/named_gonk.steenwinkel.dk.conf | 1 + 2 files changed, 3 insertions(+) create mode 100644 bind/named_STEENWINKEL_fake.conf create mode 100644 bind/named_gonk.steenwinkel.dk.conf (limited to 'bind') diff --git a/bind/named_STEENWINKEL_fake.conf b/bind/named_STEENWINKEL_fake.conf new file mode 100644 index 0000000..45f4235 --- /dev/null +++ b/bind/named_STEENWINKEL_fake.conf @@ -0,0 +1,2 @@ +zone "101.168.192.in-addr.arpa" { type master; file "/etc/local-COMMON/bind/fake/192.168.1-steenwinkel.dk"; allow-transfer { none; }; }; +zone "steenwinkel.dk" { type master; file "/etc/local-COMMON/bind/fake/steenwinkel.dk"; allow-transfer { none; }; }; diff --git a/bind/named_gonk.steenwinkel.dk.conf b/bind/named_gonk.steenwinkel.dk.conf new file mode 100644 index 0000000..d061785 --- /dev/null +++ b/bind/named_gonk.steenwinkel.dk.conf @@ -0,0 +1 @@ +include "/etc/local-COMMON/bind/named_STEENWINKEL_fake.conf"; -- cgit v1.2.3