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