On 25/11/2011 23:36, Marek Kozlowski wrote:

> One more question:
> The documentation for `match-clients' isn't comprehensive enough... Can
> I add all host from, for example 172.16/16 except a single host? Does:
> 
> match-clients { 172.16.0.0/16;!172.16.1.1; }

List the exception first, otherwise it will never match:

match-clients { !172.16.1.1; 172.16.0.0/16; };

Regards,

Anand Buddhdev
RIPE NCC
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to