options { directory "/etc/namedb"; pid-file "/var/run/named/pid"; dump-file "/var/dump/named_dump.db"; statistics-file "/var/stats/named.stats"; forward only; forwarders { XXXXXX }; query-source address * port 53; }; view "reciva" { match-clients { // 10.11.0.217/32; // 10.11.0.119/32; 10.11.0.233/32; }; recursion yes; zone "7803986842.com" { type master; file "master/7803986842.com.zone"; }; include "zones.conf"; }; view "huis" { match-clients { 10.11.0.0/24; }; include "zones.conf"; include "wleiden-slave-int.conf"; include "dot-mac.conf"; include "wleiden-slave-bridge.conf"; }; view "global" { match-clients { any; }; include "zones.conf"; include "wleiden-slave.conf"; };