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.