Re: "any IPv6" ACL for BIND

2010-03-30 Thread Evan Hunt
> If there's no built-in, what is the best way to come up with an equivalent? I think this will work: acl any6 { ::0/0; }; acl any4 { 0.0.0.0/0; }; -- Evan Hunt -- e...@isc.org Internet Systems Consortium, Inc. ___ bind-users mailing list bind-users@l

"any IPv6" ACL for BIND

2010-03-30 Thread ivan jr sy
hi all, is there a built-in ACL that represents "any" IPv6 connection? I have some experiment with allow-query { aclhere; }; where aclhere represents any IPv6 network, anywhere from the Internet. If there's no built-in, what is the best way to come up with an equivalent? Thanks! _