summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-06-11 16:48:41 +0000
committerJonas Smedegaard <dr@jones.dk>2002-06-11 16:48:41 +0000
commitbe30569cd931511fe4b7b30c1de30ad2720c27f9 (patch)
treeec51f822d2e35c5e1acc2d73169b44849572bbab /bind
parent312bc0af219dde31142b41e04e6292c15e9f5e50 (diff)
Add fake steenwinkel.dk domain as well.
Diffstat (limited to 'bind')
-rw-r--r--bind/named_STEENWINKEL_fake.conf2
-rw-r--r--bind/named_gonk.steenwinkel.dk.conf1
2 files changed, 3 insertions, 0 deletions
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";