summaryrefslogtreecommitdiff
path: root/bind/named_hysbald.jones.dk.conf
blob: 68d5fb5331f9bf7278078f539268860bbbf841e6 (plain)
  1. include "/etc/local-COMMON/bind/named_MSG_acl.conf";
  2. include "/etc/local-COMMON/bind/named_JONES_acl.conf";
  3. view "internal" {
  4. match-clients { localnets; 192.168.0.0/16; };
  5. include "/etc/local-COMMON/bind/named_BASE.conf";
  6. include "/etc/local-COMMON/bind/named_JONES_pri.conf";
  7. include "/etc/local-COMMON/bind/named_MSG_fake.conf";
  8. };
  9. view "external" {
  10. match-clients { any; };
  11. recursion no;
  12. include "/etc/local-COMMON/bind/named_BASE.conf";
  13. include "/etc/local-COMMON/bind/named_JONES_pri.conf";
  14. include "/etc/local-COMMON/bind/named_MSG_pri.conf";
  15. };