},
{
'name' : 'max_qperq',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '60',
'help' : 'Maximum outgoing queries per query',
},
{
'name' : 'max_ns_address_qperq',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '10',
'help' : 'Maximum outgoing NS address queries per query',
},
{
'name' : 'max_ns_per_resolve',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '13',
'help' : 'Maximum number of NS records to consider to resolve a name, 0 is no limit',
},
{
'name' : 'non_resolving_ns_max_fails',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '5',
'help' : 'Number of failed address resolves of a nameserver to start throttling it, 0 is disabled',
},
{
'name' : 'non_resolving_ns_throttle_time',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '60',
'help' : 'Number of seconds to throttle a nameserver with a name failing to resolve',
},
{
'name' : 'server_down_max_fails',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '64',
'help' : 'Maximum number of consecutive timeouts (and unreachables) to mark a server as down ( 0 => disabled )',
},
{
'name' : 'server_down_throttle_time',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '60',
'help' : 'Number of seconds to throttle all queries to a server after being marked as down',
},
{
'name' : 'bypass_server_throttling_probability',
- 'section' : 'recursor',
+ 'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '25',
'help' : 'Determines the probability of a server marked down to be used anyway',