]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: New "rndc showconf" command
authorColin Vidal <colin@isc.org>
Wed, 29 Oct 2025 22:49:58 +0000 (23:49 +0100)
committerColin Vidal <colin@isc.org>
Wed, 29 Oct 2025 22:49:58 +0000 (23:49 +0100)
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


Trivial merge