Ok for Views to use same Zone information?

Paine, Thomas Asa PAINETA at uwec.edu
Fri Sep 7 05:15:13 UTC 2007


For example if View 1 and View 2 differ in options, but don't really differ in zone information is it ok to do this...

view "view1" {
        <specific view1 options and/or zones>

        zone "foobar.com" {
                type slave;
                file "db.foobar.com";
                masters { somelist; };
        };
};

view "view2" {
        <specific view2 options and/or zones>

        zone "foobar.com" {
                type slave;
                file "db.foobar.com";
                masters { somelist; };
        };
};

Will bind use the same instance/cache/backups regarding file "db.foobar.com" or do the two zone declarations have to specify unique files?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
   Thomas Paine {paineta at uwec.edu)}
   University of Wisconsin - Eau Claire
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~






More information about the bind-users mailing list