Skip to content

Commit

Permalink
rec: change default of extended-resolution-errors setting to true
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Nov 8, 2023
1 parent 352c2f1 commit 22a6862
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pdns/recursordist/settings/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,12 +976,13 @@
'name' : 'extended_resolution_errors',
'section' : 'recursor',
'type' : LType.Bool,
'default' : 'false',
'default' : 'true',
'help' : 'If set, send an EDNS Extended Error extension on resolution failures, like DNSSEC validation errors',
'doc' : '''
If set, the recursor will add an EDNS Extended Error (:rfc:`8914`) to responses when resolution failed, like DNSSEC validation errors, explaining the reason it failed. This setting is not needed to allow setting custom error codes from Lua or from a RPZ hit.
''',
'versionadded': '4.5.0'
'versionadded': '4.5.0',
'versionchanged': ('5.0.0', 'Default changed to enabled, previously it was disabled.'),
},
{
'name' : 'forward_zones',
Expand Down

0 comments on commit 22a6862

Please sign in to comment.