At 10:44 PM 9/24/01, Ted Stephens wrote:
>How do I restrict zone transfer to slaves in my ACL and a TSIG key?
>
>acl slaves {
> 192.168.1.1;
> 172.16.56.193;
> 10.0.0.149;
> };
>
>key "key" {
> algorithm hmac-md5;
> secret "*********"
>};
>
>--
>Ted Stephens CNE, A+, CCA
allow-transfer {!slaves; key;};
Danny