summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 8e14ac411c8e28aea304d8b887289407ebe1b18d (plain)
  1. include "/etc/local-JONES.DK/bind/named.conf.acl";
  2. view "internal" {
  3. match-clients { 127.0.0.0/24; 192.168.222.0/24; };
  4. include "/etc/local-JONES.DK/bind/named.conf.fake-222";
  5. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  6. include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
  7. include "/etc/bind/named.conf.default-zones";
  8. };
  9. view "external" {
  10. match-clients { any; };
  11. recursion no;
  12. include "/etc/bind/zones.rfc1918";
  13. include "/etc/local-JONES.DK/bind/named.conf.pri";
  14. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK.internal";
  15. include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN.internal";
  16. include "/etc/bind/named.conf.default-zones";
  17. };