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