From: Colin Vidal Date: Wed, 29 Oct 2025 22:49:58 +0000 (+0100) Subject: new: usr: New "rndc showconf" command X-Git-Tag: v9.21.15~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad960025c2648ceb0303b585bd8c8fae3f2daa0;p=thirdparty%2Fbind9.git new: usr: New "rndc showconf" command The new `rndc showconf` command prints the running server configuration. There are three options: - `rndc showconf -user` displays the user configuration (i.e., the contents of `named.conf`). - `rndc showconf -builtin` displays the default settings, similar to `named -H`. - `rndc showconf -effective` displays the effective configuration. This is the merged combination of the `-user` and `-builtin` configurations. Closes #1075 Merge branch 'colin/effective-config-rndc' into 'main' See merge request isc-projects/bind9!11123 --- dad960025c2648ceb0303b585bd8c8fae3f2daa0