]> git.ipfire.org Git - thirdparty/bind9.git/commit
no effective config as text if allow-new-zones is yes
authorColin Vidal <colin@isc.org>
Mon, 17 Nov 2025 10:06:34 +0000 (11:06 +0100)
committerColin Vidal <colin@isc.org>
Mon, 17 Nov 2025 10:45:28 +0000 (11:45 +0100)
commitfb64fac3f38970abec105ce68676ce16cee85c79
treeb92285c5f19a98da12ade89d5d3a2e88274600d7
parent1a9f7539bd6c16c5afb610cc7a5e60abff423438
no effective config as text if allow-new-zones is yes

Do not save the textual version of the effective configuration when
`allow-new-zones` is enabled, as it can be printed on-demand. This
enable to reduce the memory footprint of ~70MB on huge configurations
(1M zones).
bin/named/server.c