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