]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Add showconf in RNDC usage
authorColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 09:07:20 +0000 (10:07 +0100)
committerColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 09:07:20 +0000 (10:07 +0100)
commit9027889bc810e4ae16e2e9098f79fdc386047002
tree0a3f0f814ba8730c8dc348f5c3c83f9a9d65014d
parent416826d4eab0393cc08c67412209568abed661d4
parent790fb95327d1fcf50d19d7a3983e6d74d6908080
fix: nil: Add showconf in RNDC usage

The `rndc -h` command was missing the newly introduced `showconf`
commands. Adding it.

Merge branch 'colin/fix-rndc-usage' into 'main'

See merge request isc-projects/bind9!11246