logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unbound-checkconf - Check Unbound configuration file for errors.

Description

Unbound-checkconf  checks  the  configuration  file  for the unbound(8) DNS resolver for syntax and other
       errors.  The config file syntax is described in unbound.conf(5).

       The available options are:

       -h     Show the version and commandline option help.

       -f     Print full pathname, with chroot applied to it.  Use with the -o option.

       -ooption
              If given, after checking the config file the value of this option is printed to  stdout.   For  ""
              (disabled) options an empty line is printed.

       -q     Make the operation quiet, suppress output on success.

       cfgfile
              The  config file to read with settings for Unbound. It is checked.  If omitted, the config file at
              the default location is checked.

Exit Code

       The unbound-checkconf program exits with status code 1 on error, 0 for a correct config file.

Files

/etc/unbound/unbound.conf
              Unbound configuration file.

Name

       unbound-checkconf - Check Unbound configuration file for errors.

See Also

unbound.conf(5), unbound(8).

NLnet Labs                                        Oct 17, 2024                              unbound-checkconf(8)

Synopsis

unbound-checkconf [-h] [-f] [-q] [-ooption] [cfgfile]

See Also