On 5/2/16, 10:09 AM, "bind-users-boun...@lists.isc.org on behalf of
jo...@hasig.de" <bind-users-boun...@lists.isc.org on behalf of
jo...@hasig.de> wrote:
>
>1.
>zone "abc.net" {
>         notify yes;
>         type master;
>         file "abc.net";
>         allow-transfer { any; };
>         also-notify { 1.2.3.4;};
>};
>
>works. master, slave and hidden (1.2.3.4) gets notifies and updates.
>
>2.
>key "abc.net" {
>         algorithm hmac-md5;
>         secret "LB8hpcA...==";
>};
>
>zone "abc.net" {
>         notify yes;
>         type master;
>         update-policy { grant * self - A TXT; };
>         file "abc.net";
>         allow-transfer { any; };
>         also-notify { 1.2.3.4;};
>};


There's nothing in this part of the configuration that links key usage to
the zone.

AlanC


_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to