diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named_STEENWINKEL_fake.conf | 2 | ||||
-rw-r--r-- | bind/named_gonk.steenwinkel.dk.conf | 1 |
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"; |