blob: 2d2b4d4efe06d02f13126597f3f9dc3dc7fc587e (
plain)
- include "/etc/local-JONES.DK/bind/named.conf.acl";
- view "internal" {
- match-clients { 127.0.0.0/24; 192.168.222.0/24; };
- 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.LETSGO.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
- include "/etc/bind/named.conf.default-zones";
- };
- view "external" {
- match-clients { any; };
- recursion no;
- include "/etc/bind/zones.rfc1918";
- 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.LETSGO.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
- include "/etc/bind/named.conf.default-zones";
- };
|