summaryrefslogtreecommitdiff
path: root/bind/named_fido.dgi-huset.dk
blob: 12f1bc39625eae7e0dbff3a91be5a1076c3c4271 (plain)
  1. include "/etc/local-COMMON/bind/named_DGIH_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_DGIH_fake.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. };
  11. view "external" {
  12. match-clients { any; };
  13. recursion no;
  14. include "/etc/local-COMMON/bind/named_BASE.conf";
  15. include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
  16. // include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
  17. // include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
  18. // include "/etc/local-COMMON/bind/named_IDA_sec.conf";
  19. // include "/etc/local-COMMON/bind/named_LAB_sec.conf";
  20. };