CLASS support

jefsey jefsey at jefsey.com
Mon Nov 30 23:00:37 UTC 2009


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




More information about the bind-users mailing list