summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 4576a07ad2db0bc910b8b20681616f3b09417d2b (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/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
  7. include "/etc/bind/named.conf.default-zones";
  8. };
  9. view "external" {
  10. match-clients { any; };
  11. recursion no;
  12. include "/etc/bind/zones.rfc1918";
  13. include "/etc/local-JONES.DK/bind/named.conf.pri";
  14. include "/etc/local-REDPILL.DK/bind/named.conf.FSUB.DE.internal";
  15. include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN.internal";
  16. include "/etc/bind/named.conf.default-zones";
  17. };