Asterisk - The Open Source Telephony Project
21.4.1
|
A structure to hold global configuration-related options. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
unsigned int | debug |
Debug level for the resolver. | |
const ast_string_field | hosts |
struct ao2_container * | nameservers |
List of nameservers (in order) to use for queries. | |
const ast_string_field | resolv |
struct unbound_config_state * | state |
State information. | |
const ast_string_field | ta_file |
A structure to hold global configuration-related options.
Definition at line 103 of file res_resolver_unbound.c.
const ast_string_field hosts |
Optional hosts file
Definition at line 108 of file res_resolver_unbound.c.
const ast_string_field resolv |
Optional resolv.conf file
Definition at line 108 of file res_resolver_unbound.c.
const ast_string_field ta_file |
Optional trust anchor file
Definition at line 108 of file res_resolver_unbound.c.