]> git.ipfire.org Git - thirdparty/bind9.git/commit
allow named remote-servers list with key or tls
authorColin Vidal <colin@isc.org>
Wed, 19 Nov 2025 16:34:16 +0000 (17:34 +0100)
committerColin Vidal <colin@isc.org>
Fri, 28 Nov 2025 08:10:53 +0000 (09:10 +0100)
commit046c6819b24ebd7d087ed33518b71b0ff23d9918
tree7914d6062701a448fad21b43297dbab23b269dd0
parentd441e14cbf7f56619b3381e170cc2db24be5b48d
allow named remote-servers list with key or tls

The remote-servers clause enables the following pattern:

remote-servers a { 1.2.3.4; ... };
remote-servers b { a key foo; };

However, `check.c` was explicitly throwing an error if a `key` or `tls`
was provided after a named server-list. Remove this check, as this is a
valid use case.
lib/isccfg/check.c