summaryrefslogtreecommitdiff
path: root/bind/named_slamuf.jones.dk.conf
blob: 251885c294bd69b8d78d629193542994c5060824 (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_MSG_fake.conf";
  6. include "/etc/local-COMMON/bind/named_JONES_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. };