Hi all,

Just a quick question... Will the following work for bind9:

acl "myacl" {
  192.168.0.0/16;
};

view "internal" {
  match-clients { myacl; !192.168.1.1; };
  ....
};

Basically, I'm trying to include a network into my view, except one address...

Thanks,
Chris.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to