From: Colin Vidal Date: Wed, 12 Nov 2025 10:40:33 +0000 (+0100) Subject: fix: dev: Save configuration as text X-Git-Tag: v9.21.16~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09bcacbd3689b3208a5f51d281c85375bd7fb265;p=thirdparty%2Fbind9.git fix: dev: Save configuration as text A `cfg_obj_t` object tree structure takes up considerably more space than the equivalent canonical text. If `allow-new-zones` is disabled and catalog zones are not in use, then we don't need the object tree. By storing the configuration in text format, we can use less memory, and `rndc showconf` and `rndc showzone` still work. Merge branch 'each-cfg-as-text' into 'main' See merge request isc-projects/bind9!11236 --- 09bcacbd3689b3208a5f51d281c85375bd7fb265