]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: named-checkconf -e prints the effective configuration
authorColin Vidal <colin@isc.org>
Wed, 29 Oct 2025 22:49:37 +0000 (23:49 +0100)
committerColin Vidal <colin@isc.org>
Wed, 29 Oct 2025 22:49:37 +0000 (23:49 +0100)
commit05c2ef2f77ed659538d2c842921cc55d9f013966
tree4db5eb37ce8eab4ae904963edc61928decb3be50
parent5ba7df7f0eb77f739eeb89789168d59321d0c498
parentbd2c9594baccc7c003a9b84a048b04dfc453c149
new: usr: named-checkconf -e prints the effective configuration

The new `named-checkconf -e` option prints the effective server configuration, including all the default settings, that would result from loading the specified configuration file into `named`.

Closes #2798

Merge branch 'colin/effective-config-checkconf' into 'main'

See merge request isc-projects/bind9!11122