On 5/2/16, 10:09 AM, "[email protected] on behalf of [email protected]" <[email protected] on behalf of [email protected]> 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 [email protected] https://lists.isc.org/mailman/listinfo/bind-users

