At 23:19 30/11/2009, Kevin Darcy wrote:
It appears that the default view is locked to class IN, so if you
need a zone in another class, you need to define a view, even if
trivially defined:
options {
directory "/tmp";
};
view "blah" class999 {
match-clients { any; };
zone "foo" class999 {
type master;
file "foo";
};
};
At 23:21 30/11/2009, Mark Andrews wrote:
Views are class specific. Just define multiple views.
view "in" {
};
view "myclass" CLASS999 {
};
It works. I will document it now for people, once testing is completed.
Deep thanks for your help.
jfc
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users