struct tapi_dns_unbound_cfg_ac

Representation of unbound::access-control option.

#include <tapi_dns_unbound.h>

struct tapi_dns_unbound_cfg_ac {
    // fields

    te_sockaddr_subnet subnet;
    tapi_dns_unbound_cfg_ac_action action;
};