Configuring Views Notes Ordering matters: the first matching rule applies. -> "any" must always be put in the end If you have a view, all settings must be in some view view "internal" { match-clients { 10.0.0.0/8; }; zone "wide.ad.jp" { type master; file "wide-internal.zone"; }; }; view "external" { match-clients { any; }; recursion no; zone "wide.ad.jp" { type master; file "wide-external.zone"; }; };