bind9/lib
Colin Vidal 046c6819b2 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.
2025-11-28 09:10:53 +01:00
..
dns Fix a bug where tlsctx_cache could be destroyed while still in use 2025-11-27 16:45:55 +00:00
isc Detect resolution loops between fetches 2025-11-27 17:34:25 +01:00
isccc Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
isccfg allow named remote-servers list with key or tls 2025-11-28 09:10:53 +01:00
ns Detect resolution loops between fetches 2025-11-27 17:34:25 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00