summaryrefslogtreecommitdiff
path: root/bind/named_hysbald.jones.dk.conf
blob: 39eb8353749f6ab70b37457f10c6534d7ce1e326 (plain)
  1. include "/etc/local-COMMON/bind/named_MSG_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_MSG_fake.conf";
  7. };
  8. view "external" {
  9. match-clients { any; };
  10. recursion no;
  11. include "/etc/local-COMMON/bind/named_BASE.conf";
  12. include "/etc/local-COMMON/bind/named_MSG_pri.conf";
  13. };