summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: b2306ae4e8ed8ebc8ad78780b94d711f46241551 (plain)
  1. include "/etc/local-JONES.DK/bind/named.conf.acl";
  2. view "222" {
  3. match-clients { 127.0.0.0/24; 192.168.222.0/24; };
  4. include "/etc/local-COMMON/bind/named_BASE.conf";
  5. include "/etc/local-JONES.DK/bind/named.conf.fake-222";
  6. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  7. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  8. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  9. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  10. };
  11. view "internal" {
  12. match-clients { 192.168.102.0/24; 192.168.101.0/24; };
  13. include "/etc/local-COMMON/bind/named_BASE.conf";
  14. include "/etc/local-JONES.DK/bind/named.conf.fake-102";
  15. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  16. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  17. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  18. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  19. };
  20. view "external" {
  21. match-clients { any; };
  22. recursion no;
  23. include "/etc/local-COMMON/bind/named_BASE.conf";
  24. include "/etc/local-JONES.DK/bind/named.conf.pri";
  25. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  26. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  27. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  28. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  29. include "/etc/bind/zones.rfc1918";
  30. };