]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix wrongly converted default for "quiet" 13246/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 06:07:30 +0000 (08:07 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 06:07:30 +0000 (08:07 +0200)
pdns/recursordist/settings/table.py

index 56ea6c9ef173591afd2315e4b754f613e971e3b5..e57ea13940b1a27d016113a370cbe26eada23592 100644 (file)
@@ -1975,7 +1975,7 @@ In the default configuration this means that IPv6 is not used for outgoing queri
         'name' : 'quiet',
         'section' : 'logging',
         'type' : LType.Bool,
-        'default' : 'yes',
+        'default' : 'true',
         'help' : 'Suppress logging of questions and answers',
         'doc' : '''
 Don't log queries.