summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 086f348882ac5822dc2d160a130f23cea868343b (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-REDPILL.DK/bind/named.conf.ALTERSELF.COM";
  15. include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
  16. };
  17. view "external" {
  18. match-clients { any; };
  19. recursion no;
  20. include "/etc/local-COMMON/bind/named_BASE.conf";
  21. include "/etc/local-JONES.DK/bind/named.conf.pri";
  22. include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri";
  23. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  24. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  25. include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
  26. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  27. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  28. include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
  29. include "/etc/local-REDPILL.DK/bind/named.conf.ALTERSELF.COM";
  30. };