summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: f11dacb53c035a6bb03a68b313cdd76d74071d02 (plain)
  1. include "/etc/local-COMMON/bind/named_IDA_acl.conf";
  2. view "internal" {
  3. match-clients { localnets; };
  4. include "/etc/local-COMMON/bind/named_BASE.conf";
  5. # include "/etc/local-COMMON/bind/named_JONES_fake.conf";
  6. include "/etc/local-COMMON/bind/named_JONES_sec.conf";
  7. include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
  8. include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
  9. # include "/etc/local-COMMON/bind/named_IDA_sec.conf";
  10. include "/etc/local-COMMON/bind/named_IDA_pri.conf";
  11. include "/etc/local-COMMON/bind/named_LAB_sec.conf";
  12. include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
  13. include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
  14. };
  15. view "external" {
  16. match-clients { any; };
  17. recursion no;
  18. include "/etc/local-COMMON/bind/named_BASE.conf";
  19. include "/etc/local-COMMON/bind/named_JONES_sec.conf";
  20. include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
  21. include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
  22. # include "/etc/local-COMMON/bind/named_IDA_sec.conf";
  23. include "/etc/local-COMMON/bind/named_IDA_pri.conf";
  24. include "/etc/local-COMMON/bind/named_LAB_sec.conf";
  25. include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
  26. include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
  27. };