Ok for Views to use same Zone information?

Mark Andrews Mark_Andrews at isc.org
Fri Sep 7 05:32:33 UTC 2007


> For example if View 1 and View 2 differ in options, but don't really differ i
> n 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?

	They should be unique.
 
	Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list