using acls in also-notify doesn't work -- alternative?

Pete Ehlke pde at rfc822.net
Fri Nov 5 15:12:29 UTC 2004


On Fri Nov 05, 2004 at 00:40:26 -0800, Phil Dibowitz wrote:
>But you can do stuff like:
>
> acl foo { 1.2.3.4; 1.2.3.5; };
> ...
> allow-query { foo; };
>
>So what's the difference between that and:
>
> acl foo { 1.2.3.4; 1.2.3.5; };
> ...
> also-notify { foo; };
>
>? They seem the same to me, yet the first one works and the second one
>doesn't.
>

acl foo { 12.0.0.0/8; 42.0.0.0/8; };
...
allow-query { foo; };

makes a lot of sense.

acl foo { 12.0.0.0/8; 42.0.0.0/8; };
...
aso-notify { foo; };

realy kind of doesn't. :-)

-Pete



More information about the bind-users mailing list