Disable cache in bind 9.6

Stefan Schmidt stefan.schmidt at freenet.ag
Thu Jan 22 11:40:25 UTC 2009


On Wed, Jan 21, 2009 at 12:10:05PM +0300, Dmitry Rybin wrote:
> view "view0"{
>   max-cache-size 16M;
>   match-clients {
>     XXX.XXX.XXX.XXX;
>   };
>   include "net-views/view0.conf";
> };
> 
> [... skip 48 views ...]
> 
> view "view50"{
>   max-cache-size 8M;
>   match-clients {
>     XXX.XXX.XXX.XXX;
>   };
>   include "net-views/view50.conf";
> };

The way i read this you are using one view for each of the different
client IPs you have. Do you really need all of those or are you just
trying to have an internal and an external view for a range of clients?
The match-clients statement takes a list of IPs, CIDR ranges or ACLs.

	Stefan
-- 
printk("%s: huh ? Who issued this format command ?\n")
        linux-2.6.6/drivers/block/ps2esdi.c



More information about the bind-users mailing list