|
Electroneum
|
#include <config_file.h>

Public Attributes | |
| struct config_view * | next |
| char * | name |
| struct config_str2list * | local_zones |
| struct config_strlist * | local_data |
| struct config_strlist * | local_zones_nodefault |
| int | isfirst |
| struct config_str2list * | respip_actions |
| struct config_str2list * | respip_data |
View config options
Definition at line 594 of file config_file.h.
| int config_view::isfirst |
Fallback to global local_zones when there is no match in the view view specific tree. 1 for yes, 0 for no
Definition at line 607 of file config_file.h.
| struct config_strlist* config_view::local_data |
local data RRs
Definition at line 602 of file config_file.h.
| struct config_str2list* config_view::local_zones |
local zones
Definition at line 600 of file config_file.h.
| struct config_strlist* config_view::local_zones_nodefault |
local zones nodefault list
Definition at line 604 of file config_file.h.
| char* config_view::name |
view name
Definition at line 598 of file config_file.h.
| struct config_view* config_view::next |
next in list
Definition at line 596 of file config_file.h.
| struct config_str2list* config_view::respip_actions |
predefined actions for particular IP address responses
Definition at line 609 of file config_file.h.
| struct config_str2list* config_view::respip_data |
data complementing the 'redirect' response IP actions
Definition at line 611 of file config_file.h.