diff options
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r-- | src/cfg_xml.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c index 2bc83e109..43b2e0441 100644 --- a/src/cfg_xml.c +++ b/src/cfg_xml.c @@ -184,6 +184,18 @@ static struct xml_parser_rule grammar[] = { G_STRUCT_OFFSET (struct config_file, dns_retransmits), NULL }, + { + "dns_throttling_errors", + xml_handle_uint32, + G_STRUCT_OFFSET (struct config_file, dns_throttling_errors), + NULL + }, + { + "dns_throttling_time", + xml_handle_seconds, + G_STRUCT_OFFSET (struct config_file, dns_throttling_time), + NULL + }, NULL_ATTR }, NULL_DEF_ATTR |