Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2005 14:04:58 +0200
From:      "Chris Knipe" <savage@savage.za.org>
To:        <questions@freebsd.org>
Subject:   named ACL
Message-ID:  <03eb01c5b212$0cd29550$0a02a8c0@MEGADROID>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03eb01c5b212$0cd29550$0a02a8c0>