named ACL

Chris Knipe savage at savage.za.org
Mon Sep 5 05:05:12 PDT 2005


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.


More information about the freebsd-questions mailing list