summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: d18314cc247b2d9230f79d3c91ab5b4a6e764346 (plain)
  1. include "/etc/local-COMMON/bind/named_JONES_acl.conf";
  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-COMMON/bind/named_JONES_pri.conf";
  6. include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
  7. include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
  8. include "/etc/local-COMMON/bind/named_IDA_sec.conf";
  9. include "/etc/local-COMMON/bind/named_LAB_sec.conf";
  10. include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
  11. include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
  12. include "/etc/local-COMMON/bind/named_MSG_fake.conf";
  13. };
  14. view "external" {
  15. match-clients { any; };
  16. recursion no;
  17. include "/etc/local-COMMON/bind/named_BASE.conf";
  18. include "/etc/local-COMMON/bind/named_JONES_pri.conf";
  19. include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
  20. include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
  21. include "/etc/local-COMMON/bind/named_IDA_sec.conf";
  22. include "/etc/local-COMMON/bind/named_LAB_sec.conf";
  23. include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
  24. include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
  25. };