Stub config options. More...
#include <config_file.h>
Data Fields | |
struct config_stub * | next |
next in list | |
char * | name |
domain name (in text) of the stub apex domain | |
struct config_strlist * | hosts |
list of stub nameserver hosts (domain name) | |
struct config_strlist * | addrs |
list of stub nameserver addresses (IP address) | |
int | isprime |
if stub-prime is set | |
int | isfirst |
if forward-first is set (failover to without if fails) | |
int | tcp_upstream |
use tcp for queries to this stub | |
int | ssl_upstream |
use SSL for queries to this stub | |
int | no_cache |
Stub config options.