diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-09-06 14:32:47 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-09-06 14:32:47 +0000 |
commit | 06b56c96b9334c5090d830ac01711595db71f49d (patch) | |
tree | ff5d2801d1be1acb6fd1f6d6f0f869d5d6ad8b2c | |
parent | ea96bdb56c3968e87cf69831c98beef9f5e433eb (diff) |
Add DGIH-fake.
-rw-r--r-- | bind/named_fido.dgi-huset.dk | 26 |
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"; + +}; |