config_file.h (b626f5a73a48f44a31a200291b141e1da408a2ff) config_file.h (0de4f1bf6489bbcbd68ea4cfe2a9c63cc0a1691b)
1/*
2 * util/config_file.h - reads and stores the config file for unbound.
3 *
4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
5 *
6 * This software is open source.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 271 unchanged lines hidden (view full) ---

280 size_t neg_cache_size;
281
282 /** local zones config */
283 struct config_str2list* local_zones;
284 /** local zones nodefault list */
285 struct config_strlist* local_zones_nodefault;
286 /** local data RRs configured */
287 struct config_strlist* local_data;
1/*
2 * util/config_file.h - reads and stores the config file for unbound.
3 *
4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
5 *
6 * This software is open source.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 271 unchanged lines hidden (view full) ---

280 size_t neg_cache_size;
281
282 /** local zones config */
283 struct config_str2list* local_zones;
284 /** local zones nodefault list */
285 struct config_strlist* local_zones_nodefault;
286 /** local data RRs configured */
287 struct config_strlist* local_data;
288 /** unblock lan zones (reverse lookups for 10/8 and so on) */
288 /** unblock lan zones (reverse lookups for AS112 zones) */
289 int unblock_lan_zones;
289 int unblock_lan_zones;
290 /** insecure lan zones (don't validate AS112 zones) */
291 int insecure_lan_zones;
290
291 /** remote control section. enable toggle. */
292 int remote_control_enable;
293 /** the interfaces the remote control should listen on */
294 struct config_strlist* control_ifs;
295 /** port number for the control port */
296 int control_port;
297 /** use certificates for remote control */

--- 452 unchanged lines hidden ---
292
293 /** remote control section. enable toggle. */
294 int remote_control_enable;
295 /** the interfaces the remote control should listen on */
296 struct config_strlist* control_ifs;
297 /** port number for the control port */
298 int control_port;
299 /** use certificates for remote control */

--- 452 unchanged lines hidden ---