]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: change default of extended-resolution-errors setting to true 13464/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 8 Nov 2023 12:54:19 +0000 (13:54 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 8 Nov 2023 12:54:19 +0000 (13:54 +0100)
pdns/recursordist/settings/table.py

index 0c761d7b4a3d99769415584704d8ddde16620c17..f1809dc440056769e391d132e727793713ec835e 100644 (file)
@@ -976,12 +976,13 @@ An entry called 'server1.home' will be stored as 'server1.home', regardless of t
         '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',