From 06b56c96b9334c5090d830ac01711595db71f49d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 6 Sep 2003 14:32:47 +0000 Subject: Add DGIH-fake. --- bind/named_fido.dgi-huset.dk | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bind/named_fido.dgi-huset.dk (limited to 'bind') 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"; + +}; -- cgit v1.2.3