:orphan: .. index:: pair: enum; tapi_dns_unbound_cfg_ac_action .. _doxid-group__tapi__dns__unbound_1gae10c484326458543b8daf1ec2afb4aae: enum tapi_dns_unbound_cfg_ac_action =================================== Overview ~~~~~~~~ Representation of possible values of action for access_control option. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tapi_dns_unbound_cfg_ac_action { :ref:`TAPI_DNS_UNBOUND_CFG_AC_DENY`, :ref:`TAPI_DNS_UNBOUND_CFG_AC_REFUSE`, :ref:`TAPI_DNS_UNBOUND_CFG_AC_ALLOW`, :ref:`TAPI_DNS_UNBOUND_CFG_AC_ALLOW_SETRD`, :ref:`TAPI_DNS_UNBOUND_CFG_AC_ALLOW_SNOOP`, :ref:`TAPI_DNS_UNBOUND_CFG_AC_DENY_NON_LOCAL`, :ref:`TAPI_DNS_UNBOUND_CFG_AC_REFUSE_NON_LOCAL`, }; .. _details-group__tapi__dns__unbound_1gae10c484326458543b8daf1ec2afb4aae: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Representation of possible values of action for access_control option. Enum Values ----------- .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_DENY .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaea59a3cf3264bb3596cca460f9866dac71: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_DENY Stops queries from hosts from that netblock. .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_REFUSE .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaeaaeca77734da6093e9ce370ac0c0ead96: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_REFUSE Stops queries too, but sends a DNS rcode REFUSED error message back. .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_ALLOW .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaea6a58a7f360939d7684e419b7e0523d34: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_ALLOW Gives access to clients from that netblock. It gives only access for recursion clients (which is what almost all clients need). Non-recursive queries are refused. .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_ALLOW_SETRD .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaeaa0f4995ad6b59d93f7313bd8f94f9928: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_ALLOW_SETRD Ignores the recursion desired (RD) bit and treats all requests as if the recursion desired bit is set. .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_ALLOW_SNOOP .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaea6ad596171571a0a7df36719bd11f6a5a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_ALLOW_SNOOP Give both recursive and non recursive access. .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_DENY_NON_LOCAL .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaea3ea00ca57303bd6c547b490dec15418d: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_DENY_NON_LOCAL Messages that are disallowed to query for the authoritative local-data are dropped. .. index:: pair: enumvalue; TAPI_DNS_UNBOUND_CFG_AC_REFUSE_NON_LOCAL .. _doxid-group__tapi__dns__unbound_1ggae10c484326458543b8daf1ec2afb4aaeaf730d49ab720980de9bd732b979bbaa9: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_DNS_UNBOUND_CFG_AC_REFUSE_NON_LOCAL Messages that are disallowed to query for the authoritative local-data are refused.