:orphan: .. index:: pair: struct; tapi_dns_unbound_opt .. _doxid-structtapi__dns__unbound__opt: struct tapi_dns_unbound_opt =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Unbound DNS server specific command line options. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_unbound_opt { // fields const char* :ref:`unbound_path`; const char* :ref:`cfg_file`; const :ref:`tapi_dns_unbound_cfg_opt`* :ref:`cfg_opt`; :ref:`tapi_dns_unbound_verbose` :ref:`verbose`; }; .. _details-structtapi__dns__unbound__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Unbound DNS server specific command line options. Fields ------ .. index:: pair: variable; unbound_path .. _doxid-structtapi__dns__unbound__opt_1aa387e15ebaa661add5e3169da434892d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* unbound_path Path to Unbound executable. .. index:: pair: variable; cfg_file .. _doxid-structtapi__dns__unbound__opt_1a86f79688ef6b492bc435dbb34282b9f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* cfg_file Config file with settings for unbound to read instead of reading the file at the default location. Set to ``NULL`` to generate config file from :ref:`tapi_dns_unbound_opt::cfg_opt `. .. index:: pair: variable; cfg_opt .. _doxid-structtapi__dns__unbound__opt_1a915166522849d7726dfcefd1a997210d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_dns_unbound_cfg_opt`* cfg_opt Configuration options for unbound DNS server. This field is ignored if :ref:`tapi_dns_unbound_opt::cfg_file ` is not ``NULL``. .. index:: pair: variable; verbose .. _doxid-structtapi__dns__unbound__opt_1a8bb9f812493414605221b4b2ebad6628: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_dns_unbound_verbose` verbose Increase verbosity.