:orphan: .. index:: pair: struct; tapi_dns_unbound_cfg_auth_zone .. _doxid-structtapi__dns__unbound__cfg__auth__zone: struct tapi_dns_unbound_cfg_auth_zone ===================================== .. toctree:: :hidden: Overview ~~~~~~~~ Representation of unbound::auth-zone option element. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_unbound_cfg_auth_zone { // fields const char* :ref:`name`; size_t :target:`n`; :ref:`tapi_dns_unbound_cfg_address`* :target:`addr`; struct tapi_dns_unbound_cfg_auth_zone::@52 :ref:`primaries`; const char** :target:`url`; struct tapi_dns_unbound_cfg_auth_zone::@53 :ref:`primary_urls`; const char* :ref:`zonefile`; }; .. _details-structtapi__dns__unbound__cfg__auth__zone: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Representation of unbound::auth-zone option element. Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__dns__unbound__cfg__auth__zone_1a0e14da3a5d019b96676e9e844d44304a: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Name of the authority zone. .. index:: pair: variable; primaries .. _doxid-structtapi__dns__unbound__cfg__auth__zone_1a4f6341585084e7422f04f4984473204c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-struct primaries The source of the zone to fetch with AXFR and IXFR. .. index:: pair: variable; primary_urls .. _doxid-structtapi__dns__unbound__cfg__auth__zone_1a5bfb9a7b83822d4692fdbbeb6b483242: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-struct primary_urls The source of the zone to fetch with HTTP or HTTPS. .. index:: pair: variable; zonefile .. _doxid-structtapi__dns__unbound__cfg__auth__zone_1a99e324eaceff97d877625f6a2c8847e8: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* zonefile The filename where the zone is stored.