summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 0122e0af7f14b88610895c391cd767eec774021f (plain)
  1. include "/etc/local-COMMON/bind/named_IDA_acl.conf";
  2. include "/etc/local-COMMON/bind/named_BITBASE_acl.conf";
  3. include "/etc/local-COMMON/bind/named_JONES_acl.conf";
  4. include "/etc/local-COMMON/bind/named_HOMEBASE_acl.conf";
  5. include "/etc/local-COMMON/bind/named_LAB_acl.conf";
  6. include "/etc/local-COMMON/bind/named_DGIH_acl.conf";
  7. include "/etc/local-COMMON/bind/named_CONDUCT_acl.conf";
  8. view "internal" {
  9. match-clients { localnets; 192.168.0.0/16; };
  10. include "/etc/local-COMMON/bind/named_BASE.conf";
  11. include "/etc/local-COMMON/bind/named_JONES_fake.conf";
  12. include "/etc/local-COMMON/bind/named_BITBASE_pri.conf";
  13. include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf";
  14. # include "/etc/local-COMMON/bind/named_IDA_pri.conf";
  15. include "/etc/local-COMMON/bind/named_IDAjones_fake.conf";
  16. include "/etc/local-COMMON/bind/named_LAB_pri.conf";
  17. include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
  18. include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf";
  19. };
  20. view "external" {
  21. match-clients { any; };
  22. recursion no;
  23. include "/etc/local-COMMON/bind/named_BASE.conf";
  24. include "/etc/local-COMMON/bind/named_JONES_pri.conf";
  25. include "/etc/local-COMMON/bind/named_BITBASE_pri.conf";
  26. include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf";
  27. # include "/etc/local-COMMON/bind/named_IDA_pri.conf";
  28. include "/etc/local-COMMON/bind/named_IDA_pri.conf";
  29. include "/etc/local-COMMON/bind/named_LAB_pri.conf";
  30. include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
  31. include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf";
  32. };