Named group of servers, to use it in a zone statement
Colin Vidal
colin at isc.org
Wed Nov 19 13:44:49 UTC 2025
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.
More information about the bind-users
mailing list