mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Man page entry for unbound-checkconf -q.
This commit is contained in:
parent
cd4a017e96
commit
15dc8e8a3f
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
reply, that is older than the ecs reply, does not return after
|
reply, that is older than the ecs reply, does not return after
|
||||||
the ecs reply expires.
|
the ecs reply expires.
|
||||||
- Add unit tests for cachedb and subnet cache expired data.
|
- Add unit tests for cachedb and subnet cache expired data.
|
||||||
|
- Man page entry for unbound-checkconf -q.
|
||||||
|
|
||||||
26 April 2024: Yorgos
|
26 April 2024: Yorgos
|
||||||
- Fix #876: [FR] can unbound-checkconf be silenced when configuration
|
- Fix #876: [FR] can unbound-checkconf be silenced when configuration
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ unbound\-checkconf
|
||||||
.B unbound\-checkconf
|
.B unbound\-checkconf
|
||||||
.RB [ \-h ]
|
.RB [ \-h ]
|
||||||
.RB [ \-f ]
|
.RB [ \-f ]
|
||||||
|
.RB [ \-q ]
|
||||||
.RB [ \-o
|
.RB [ \-o
|
||||||
.IR option ]
|
.IR option ]
|
||||||
.RI [ cfgfile ]
|
.RI [ cfgfile ]
|
||||||
|
|
@ -37,6 +38,9 @@ Print full pathname, with chroot applied to it. Use with the \-o option.
|
||||||
If given, after checking the config file the value of this option is
|
If given, after checking the config file the value of this option is
|
||||||
printed to stdout. For "" (disabled) options an empty line is printed.
|
printed to stdout. For "" (disabled) options an empty line is printed.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-q
|
||||||
|
Make the operation quiet, suppress output on success.
|
||||||
|
.TP
|
||||||
.I cfgfile
|
.I cfgfile
|
||||||
The config file to read with settings for Unbound. It is checked.
|
The config file to read with settings for Unbound. It is checked.
|
||||||
If omitted, the config file at the default location is checked.
|
If omitted, the config file at the default location is checked.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue