struct tapi_dns_unbound_cfg_auth_zone

Overview

Representation of unbound::auth-zone option element. More…

#include <tapi_dns_unbound.h>

struct tapi_dns_unbound_cfg_auth_zone {
    // fields

    const char* name;
    size_t n;
    tapi_dns_unbound_cfg_address* addr;
    struct tapi_dns_unbound_cfg_auth_zone::@52 primaries;
    const char** url;
    struct tapi_dns_unbound_cfg_auth_zone::@53 primary_urls;
    const char* zonefile;
};

Detailed Documentation

Representation of unbound::auth-zone option element.

Fields

const char* name

Name of the authority zone.

unnamed-struct primaries

The source of the zone to fetch with AXFR and IXFR.

unnamed-struct primary_urls

The source of the zone to fetch with HTTP or HTTPS.

const char* zonefile

The filename where the zone is stored.