]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitdad960025c2648ceb0303b585bd8c8fae3f2daa0
tree6b260cc03fa3c05f9643b0cbd803f2f422e0907b
parent05c2ef2f77ed659538d2c842921cc55d9f013966
parenteb064875688631b5751a0f7cfc178eac12fc2a74
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