Hi Benoit,

On Wed, 2025-11-19 at 12:47 +0000, POULET Benoit wrote:
> 
> Hi Colin,
> 
> 
> Can I add the that the problem is present on a secondary, in the
> "primaries" parameter :
> 
> 
> remote-servers primaries-server-list {
>   10.64.1.46;
> };
> 
> 
> zone "64.10.in-addr.arpa" {
>         type secondary;
>         file "/var/cache/bind/internal/64.10.in-addr-arpa.db";
>         primaries {
>               primaries-server-list key internal-key;
>         };
> };
> 
> 
> 
> 
> named-checkconf
> /etc/bind/zones.reverse.internal.conf:5: unexpected token 'internal-
> key'

Yes. My understanding of the problem is that the parser expects an
optional key only when following an IP address, not a server-list. So
the problem should occur in all the cases using this syntax.
-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list.

Reply via email to