summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-09-06 14:32:47 +0000
committerJonas Smedegaard <dr@jones.dk>2003-09-06 14:32:47 +0000
commit06b56c96b9334c5090d830ac01711595db71f49d (patch)
treeff5d2801d1be1acb6fd1f6d6f0f869d5d6ad8b2c /bind
parentea96bdb56c3968e87cf69831c98beef9f5e433eb (diff)
Add DGIH-fake.
Diffstat (limited to 'bind')
-rw-r--r--bind/named_fido.dgi-huset.dk26
1 files changed, 26 insertions, 0 deletions
diff --git a/bind/named_fido.dgi-huset.dk b/bind/named_fido.dgi-huset.dk
new file mode 100644
index 0000000..12f1bc3
--- /dev/null
+++ b/bind/named_fido.dgi-huset.dk
@@ -0,0 +1,26 @@
+include "/etc/local-COMMON/bind/named_DGIH_acl.conf";
+
+view "internal" {
+ match-clients { localnets; };
+
+ include "/etc/local-COMMON/bind/named_BASE.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_fake.conf";
+// include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
+// include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
+// include "/etc/local-COMMON/bind/named_IDA_sec.conf";
+// include "/etc/local-COMMON/bind/named_LAB_sec.conf";
+
+};
+
+view "external" {
+ match-clients { any; };
+ recursion no;
+
+ include "/etc/local-COMMON/bind/named_BASE.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
+// include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
+// include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
+// include "/etc/local-COMMON/bind/named_IDA_sec.conf";
+// include "/etc/local-COMMON/bind/named_LAB_sec.conf";
+
+};