summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 21569dd0b565633f8eb3873bf943698969813b2f (plain)
  1. include "/etc/local-JONES.DK/bind/named.conf.acl";
  2. view "222" {
  3. match-clients { localnets; 192.168.222.0/24; };
  4. include "/etc/local-COMMON/bind/named_BASE.conf";
  5. include "/etc/local-JONES.DK/bind/named.conf.fake-222";
  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.IDRAETSDAGHOJSKOLEN.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 "internal" {
  15. match-clients { localnets; 192.168.0.0/16; };
  16. include "/etc/local-COMMON/bind/named_BASE.conf";
  17. include "/etc/local-JONES.DK/bind/named.conf.fake-102";
  18. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  19. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  20. include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
  21. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  22. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  23. include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
  24. include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
  25. };
  26. view "external" {
  27. match-clients { any; };
  28. recursion no;
  29. include "/etc/local-COMMON/bind/named_BASE.conf";
  30. include "/etc/local-JONES.DK/bind/named.conf.pri";
  31. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  32. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  33. include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
  34. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  35. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  36. include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
  37. };