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