summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: dafce1b33fff46529ea811da716f6b0536d12ce8 (plain)
  1. include "/etc/local-JONES.DK/bind/named.conf.acl";
  2. include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.acl";
  3. view "internal" {
  4. match-clients { localnets; 192.168.0.0/16; };
  5. include "/etc/local-COMMON/bind/named_BASE.conf";
  6. include "/etc/local-JONES.DK/bind/named.conf.pri";
  7. include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri";
  8. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  9. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  10. include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
  11. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  12. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  13. include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
  14. include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
  15. };
  16. view "external" {
  17. match-clients { any; };
  18. recursion no;
  19. include "/etc/local-COMMON/bind/named_BASE.conf";
  20. include "/etc/local-JONES.DK/bind/named.conf.pri";
  21. include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri";
  22. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  23. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  24. include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
  25. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  26. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  27. include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
  28. };