summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 4991dd67f025baff8a95d24456f5fd182c09b5b9 (plain)
  1. include "/etc/local-JONES.DK/bind/named.conf.acl";
  2. view "internal" {
  3. match-clients { 127.0.0.0/24; 192.168.222.0/24; };
  4. include "/etc/local-JONES.DK/bind/named.conf.fake-222";
  5. include "/etc/local-REDPILL.DK/bind/named.conf.FSUB.DE";
  6. include "/etc/bind/named.conf.default-zones";
  7. };
  8. view "external" {
  9. match-clients { any; };
  10. recursion no;
  11. include "/etc/bind/zones.rfc1918";
  12. include "/etc/local-JONES.DK/bind/named.conf.pri";
  13. include "/etc/local-REDPILL.DK/bind/named.conf.FSUB.DE.internal";
  14. include "/etc/bind/named.conf.default-zones";
  15. };