Reinis Rozitis wrote:
> view "custom" {
> match-clients { custom-clients; }
> zone "customzone.com" { ... };
> }
>
> view "normal" {
> match-clients { any; };
> zone "customzone.com" { ... };
>
> zone "otherzone.com" { ... };
> zone "otherzone2.com" { ... };
> }
>
>
> The problem is that if the client is matched against 'custom-clients' it
> doesnt see the 'otherzone.com' or 'otherzone2.com' at all no matter that
> it also matches the 'any' rule.
>
> Is that expected?Yes. All zones must be in all views. AlanC
signature.asc
Description: OpenPGP digital signature
_______________________________________________ bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

