log client

Lucian Hudin luci at warp.transart.ro
Tue Oct 2 09:35:43 UTC 2001



>
> how can I configure my name server so that one client
> with IP address known can't query my name server
>

named.conf :
...
acl myacllist {
  !banned_ip;
  0/0;
};
...
options {
	...
        allow-query { myacllist; };
	...
};




More information about the bind-users mailing list