Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
unbound_global_config Struct Reference

A structure to hold global configuration-related options. More...

Collaboration diagram for unbound_global_config:
Collaboration graph
[legend]

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. More...
 
const ast_string_field hosts
 
struct ao2_containernameservers
 List of nameservers (in order) to use for queries. More...
 
const ast_string_field resolv
 
struct unbound_config_statestate
 State information. More...
 
const ast_string_field ta_file
 

Detailed Description

A structure to hold global configuration-related options.

Definition at line 103 of file res_resolver_unbound.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 108 of file res_resolver_unbound.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 108 of file res_resolver_unbound.c.

◆ debug

unsigned int debug

Debug level for the resolver.

Definition at line 112 of file res_resolver_unbound.c.

Referenced by unbound_config_preapply().

◆ hosts

const ast_string_field hosts

Optional hosts file

Definition at line 108 of file res_resolver_unbound.c.

Referenced by unbound_config_preapply().

◆ nameservers

struct ao2_container* nameservers

List of nameservers (in order) to use for queries.

Definition at line 110 of file res_resolver_unbound.c.

Referenced by custom_nameserver_handler(), unbound_config_preapply(), and unbound_global_config_destructor().

◆ resolv

const ast_string_field resolv

Optional resolv.conf file

Definition at line 108 of file res_resolver_unbound.c.

Referenced by unbound_config_preapply().

◆ state

State information.

Definition at line 114 of file res_resolver_unbound.c.

Referenced by unbound_config_preapply(), unbound_global_config_destructor(), and unbound_resolver_resolve().

◆ ta_file

const ast_string_field ta_file

Optional trust anchor file

Definition at line 108 of file res_resolver_unbound.c.

Referenced by unbound_config_preapply().


The documentation for this struct was generated from the following file: