blob: 670f645708b149a07aaab234b4a47775bb7289ea (
plain)
- include "/etc/local-JONES.DK/bind/named.conf.acl";
- view "222" {
- match-clients { 127.0.0.0/24; 192.168.222.0/24; };
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-JONES.DK/bind/named.conf.fake-222";
- include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
- include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
- };
- view "internal" {
- match-clients { 192.168.102.0/24; 192.168.101.0/24; };
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-JONES.DK/bind/named.conf.fake-102";
- include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
- include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
- };
- view "external" {
- match-clients { any; };
- recursion no;
- include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-JONES.DK/bind/named.conf.pri";
- include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
- };
|