Enter code here...
view "UnFiltered" {
match-clients {
unfiltered;
};
forwarders { 192.168.0.1; };
recursion yes;
zone "." in {
type hint;
file "root.hint";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "master/127.0.0.zone";
allow-update {
none;
};
};
zone "0.168.192.in-addr.arpa" in {
type master;
file "master/192.168.0.zone";
notify no;
};
type master;
file "master/example-2.com.zone";
notify no;
allow-update {
none;
};
allow-query {
any;
};
};
type master;
file "master/example.co.uk.hosts";
notify no;
allow-update {
none;
};
allow-query {
any;
};
};
};
view "Filtered" {
match-clients { filtered; };
forwarders { 192.168.0.125; };
recursion yes;
zone "." in {
type hint;
file "root.hint";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "master/127.0.0.zone";
allow-update {
none;
};
};
zone "0.168.192.in-addr.arpa" in {
type master;
file "master/192.168.0.fil.zone";
notify no;
};
type master;
file "master/example-2.com.zone";
notify no;
allow-update {
none;
};
allow-query {
any;
};
};
type master;
file "master/janus.example.co.uk.hosts";
notify no;
allow-update {
none;
};
allow-query {
any;
};
};
};
I thought it best to start here efore I go lasking on other forums.