Skip to content

Commit

Permalink
Merge pull request #13455 from omoerbeek/rec-settings-cats
Browse files Browse the repository at this point in the history
rec: move a few settings from recursor to outgoing section
  • Loading branch information
omoerbeek committed Nov 8, 2023
2 parents 76488ea + 63d5d07 commit 352c2f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pdns/recursordist/settings/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@
},
{
'name' : 'max_qperq',
'section' : 'recursor',
'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '60',
'help' : 'Maximum outgoing queries per query',
Expand All @@ -1467,7 +1467,7 @@
},
{
'name' : 'max_ns_address_qperq',
'section' : 'recursor',
'section' : 'outgoing',
'type' : LType.Uint64,
'default' : '10',
'help' : 'Maximum outgoing NS address queries per query',
Expand All @@ -1485,7 +1485,7 @@
},
{
'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',
Expand Down Expand Up @@ -1755,7 +1755,7 @@
},
{
'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',
Expand All @@ -1767,7 +1767,7 @@
},
{
'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',
Expand Down Expand Up @@ -2160,7 +2160,7 @@
},
{
'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 )',
Expand All @@ -2172,7 +2172,7 @@
},
{
'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',
Expand All @@ -2182,7 +2182,7 @@
},
{
'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',
Expand Down

0 comments on commit 352c2f1

Please sign in to comment.