diff options
Diffstat (limited to 'bind')
-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"; + +}; |