struct tapi_dns_unbound_opt

Overview

Unbound DNS server specific command line options. More…

#include <tapi_dns_unbound.h>

struct tapi_dns_unbound_opt {
    // fields

    const char* unbound_path;
    const char* cfg_file;
    const tapi_dns_unbound_cfg_opt* cfg_opt;
    tapi_dns_unbound_verbose verbose;
};

Detailed Documentation

Unbound DNS server specific command line options.

Fields

const char* unbound_path

Path to Unbound executable.

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 tapi_dns_unbound_opt::cfg_opt.

const tapi_dns_unbound_cfg_opt* cfg_opt

Configuration options for unbound DNS server. This field is ignored if tapi_dns_unbound_opt::cfg_file is not NULL.

tapi_dns_unbound_verbose verbose

Increase verbosity.