View config options. More...
#include <config_file.h>
Data Fields | |
| struct config_view * | next |
| next in list | |
| char * | name |
| view name | |
| struct config_str2list * | local_zones |
| local zones | |
| struct config_strlist * | local_data |
| local data RRs | |
| struct config_strlist * | local_zones_nodefault |
| local zones nodefault list | |
| int | isfirst |
| Fallback to global local_zones when there is no match in the view view specific tree. | |
| struct config_str2list * | respip_actions |
| predefined actions for particular IP address responses | |
| struct config_str2list * | respip_data |
| data complementing the 'redirect' response IP actions | |
View config options.
| 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
Referenced by views_apply_cfg().