]> git.ipfire.org Git - thirdparty/bind9.git/commit
implement "rndc showconf"
authorEvan Hunt <each@isc.org>
Fri, 24 Oct 2025 07:42:33 +0000 (00:42 -0700)
committerColin Vidal <colin@isc.org>
Wed, 29 Oct 2025 22:49:49 +0000 (23:49 +0100)
commit20caa5be69bea8c614800da0cc8d035891f7b0ca
tree91b2253ff86d0c379748c7af4ba765fcfc604570
parent3d618684de66c6012b630a976c91669b0fa149d3
implement "rndc showconf"

add a new rndc command to dump server configuration info:
- "rndc showconf -user" dumps the contents of named.conf
- "rndc showconf -builtin" dumps named_g_defaltconfig
- "rndc showconf -effective" dumps the effective configuration,
  i.e., the merger of the builtin and the user configurations.
bin/named/control.c
bin/named/include/named/control.h
bin/named/include/named/server.h
bin/named/server.c
bin/rndc/rndc.rst